wecom-schedule

Manage WeCom calendar events and check attendee availability via MCP.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-schedule-qiue-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-schedule
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/wecom/skills/wecom-schedule
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-schedule-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enterprise teams struggle with coordinating busy calendars, inviting attendees, and keeping reminders in sync across WeCom calendars, leading to missed meetings and wasted time.

Core Features & Use Cases

  • Query and retrieve calendar events within a date range, including title, time, location, and attendees.
  • Create, update, or cancel events with reminders and attendee management.
  • Check group availability to find common free times and schedule meetings efficiently.
  • Example: Schedule a product planning meeting next week with five participants and a reminder.

Quick Start

Schedule a team meeting next Wednesday at 10:00 with attendees and a reminder.

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?

You can check group availability by using the check_availablity interface to query busy times and find common free slots across multiple WeCom users. This helps schedule meetings efficiently without conflicts.

Can I create and invite attendees to a WeCom calendar event automatically?

Yes, you can create and invite attendees to a WeCom calendar event automatically by using the create_schedule interface. It allows you to manage attendees, set times, and configure reminders directly.

What is the best way to update or cancel an existing enterprise calendar event in WeCom?

Use the update_schedule and cancel_schedule interfaces to modify event details or remove it entirely from the WeCom calendar. This ensures attendee reminders and enterprise schedules stay synchronized.

How do I query calendar events within a specific date range using WeCom?

You can query calendar events within a specific date range using the get_schedule_detail interface to retrieve event titles, times, locations, and attendees. This provides complete scheduling visibility for that period.

Do I need any external dependencies to manage enterprise scheduling through WeCom?

No external dependencies are needed to manage enterprise scheduling through WeCom, as the skill operates independently. It relies solely on wecom-mcp interfaces to handle end-to-end workflows like querying availability and canceling events.