wecom-schedule

Automates WeCom calendar management including scheduling, reminders, venues and participants via wecom_mcp API calls.

706|94|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-schedule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-schedule
Source: https://github.com/sunnoy/openclaw-plugin-wecom/tree/main/skills/wecom-schedule
Command: npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-schedule

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

企业微信日程管理常常涉及多步操作、跨用户协作与时间冲突,导致效率低下。本技能提供一个统一入口,帮助用户快速查询、创建、修改、取消日程,并管理参与人和日程提醒,提升会议安排的准确性与效率。

Core Features & Use Cases

  • 查询日程及日程详情(按时间范围获取,支持最近前后 30 天)。
  • 创建/修改/取消日程,设置提醒、地点与参与者。
  • 管理日程参与人并查询闲忙状态,辅助快速安排会议。
  • 通过 wecom_mcp 与企业微信日程系统交互,确保操作可追溯和可控。

Quick Start

请创建一个明天上午 9:00-10:00 的日程,标题为“项目评审”,并邀请张三和李四参加。

Frequently Asked Questions about wecom-schedule

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

FAQPage Schema
How do I automate WeCom calendar scheduling and meeting management?

This Skill automates WeCom calendar scheduling by querying, creating, updating, and canceling events. It manages attendees and checks availability across multiple users to resolve time conflicts and streamline meeting arrangements.

How do I check multiple users' availability for a WeCom meeting?

Checking multiple users' availability for a WeCom meeting involves querying their free/busy status. You can retrieve schedule details within a specific time range, up to 30 days forward or backward, to find conflict-free slots and arrange meetings efficiently.

Can I manage WeCom event attendees and reminders through automation?

Yes, you can manage WeCom event attendees and reminders through automation. The system supports adding or removing participants and configuring event reminders directly via API calls, ensuring operations remain traceable and controlled.

What is the best way to create a WeCom calendar event with multiple participants?

The best way to create a WeCom calendar event with multiple participants is to specify the time, title, location, and attendees. Pre-flight validation checks enforce input accuracy before executing the API call to prevent scheduling errors.

What is the time range limit when querying WeCom schedules?

The time range limit when querying WeCom schedules is a maximum of 30 days forward or backward. This constraint ensures efficient retrieval of calendar events and schedule details without overloading the query system.