
wecomcli-manage-schedule
PopularEnterprise WeChat schedule management skill. Use this skill when users need to: (1) query schedules within a specified time range or get detailed schedule information (title, time, location, participants, etc.), (2) create new schedules with reminders and participants, (3) modify existing schedule details such as title, time, location, or cancel schedules, (4) add or remove schedule participants, (5) check multiple members' availability and analyze common free time slots to arrange meetings.
Enterprise WeChat schedule management skill. Use this skill when users need to: (1) query schedules within a specified time range or get detailed schedule information (title, time, location, participants, etc.), (2) create new schedules with reminders and participants, (3) modify existing schedule details such as title, time, location, or cancel schedules, (4) add or remove schedule participants, (5) check multiple members' availability and analyze common free time slots to arrange meetings.
Enterprise WeChat Schedule Management Skill
wecom-cli is a command-line program provided by Enterprise WeChat. All operations are performed by executing wecom-cli commands.
Interact with the Enterprise WeChat schedule system via wecom-cli schedule <接口名> '<json入参>'.
Notes
-
Schedule list queries only support 30 days before and after the current day, with time format
YYYY-MM-DDorYYYY-MM-DD HH:MM:SS -
When involving participant userids, first use the wecomcli-lookup-contact skill to obtain them; if there are duplicate names, show candidates for the user to choose (do not expose userids)
-
Before creating/modifying/canceling, confirm the target schedule and participant information
-
When
errcode != 0, display the error message; the returnedstart_time/end_timeare Unix timestamps (seconds) and need to be converted to a readable format -
Note time format conversion: The API input uses string format (e.g.,
YYYY-MM-DD HH:MM:SS), but return values are mostly Unix timestamps; convert formats when using them





