wecom-schedule

Create, update, and query WeCom schedules with attendee management and reminders.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill wecom-schedule-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-schedule
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/extensions/wecom-openclaw-plugin/skills/wecom-schedule
Command: npx skills add https://github.com/bluegitter/QClaw --skill wecom-schedule-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates enterprise scheduling in WeCom (WeChat Work) by enabling creation, modification, and querying of schedules for teams and attendees, reducing back-and-forth and preventing conflicts.

Core Features & Use Cases

  • Create new schedules with time, location, attendees, and reminders.
  • Retrieve schedule details, update times or participants, and cancel events.
  • Check availability across multiple users to find common free slots and schedule meetings.

Quick Start

Schedule a test meeting for tomorrow at 10:00 with attendees in the main conference room.

Frequently Asked Questions about wecom-schedule

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check WeCom calendar availability for multiple attendees before scheduling a meeting?

To check WeCom calendar availability, use the check_availablity function to query multiple users' schedules and find common free slots. This prevents conflicts when coordinating meetings across enterprise team members.

How do I create a WeCom calendar event with reminders and attendees?

Create a WeCom calendar event using create_schedule by specifying time, location, attendees, and reminders. The schedule supports consistent input schemas for enterprise scheduling with automated notifications to all participants.

Can I update an existing WeCom schedule to add or remove attendees?

Yes, update WeCom schedules using add_schedule_attendees and del_schedule_attendees functions to modify participants. You can also use update_schedule to change times or details without recreating the entire event.

What WeCom scheduling operations are supported for enterprise team coordination?

WeCom scheduling operations include creating, updating, querying, and canceling schedules, plus checking availability and managing attendees. These cover the full lifecycle of enterprise calendar coordination via wecom_mcp integration.

How do I cancel a scheduled meeting in WeCom enterprise calendar?

Cancel a scheduled WeCom meeting using the cancel_schedule function. This removes the event from the enterprise calendar and notifies attendees of the cancellation through the wecom_mcp integration.