feishu-calendar

Create, list, and update Feishu calendar events with attendee and RSVP management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines Feishu calendar event creation, attendee management, and RSVP workflows across team calendars, reducing manual coordination and miscommunication.

Core Features & Use Cases

  • Create events with attendees across user calendars, ensuring correct open_id usage.
  • Invite attendees, manage attendee permissions, and track RSVP statuses (accept, tentative, decline).
  • Handle timezone consistency (Asia/Shanghai) and enforce Feishu API constraints for event and attendee data.
  • Support common workflows like updating event times, listing upcoming events, and adding or removing attendees.

Quick Start

Create a sample event with attendees in Feishu calendar.

Frequently Asked Questions about feishu-calendar

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

FAQPage Schema
How do I automate Feishu calendar event creation with attendees via API?

To automate Feishu calendar event creation, use the API to create events across user calendars, ensuring correct open_id usage and inviting attendees. This requires providing user_open_id and adhering to API constraints for attendee data.

How can I manage attendee RSVP statuses and permissions in Feishu calendars?

You can manage attendee RSVP statuses in Feishu calendars by using API calls to invite attendees, set attendee permissions, and track RSVP responses like accept, tentative, or decline. This enforces Feishu API constraints for attendee data.

Does the Feishu calendar API enforce a specific timezone for event scheduling?

Yes, Feishu calendar API event scheduling enforces timezone consistency by requiring Asia/Shanghai timezone handling for all event times. This ensures correct coordination of calendar events across team members.

What is required to update event times and list upcoming events in Feishu?

To update event times and list upcoming events in Feishu, you need the user_open_id to authenticate API requests. The process involves calling the Feishu calendar API to modify event details and retrieve scheduled events while maintaining Asia/Shanghai timezone consistency.

Why does my Feishu calendar API request fail when adding attendees?

Feishu calendar API requests fail when adding attendees if you do not provide the correct user_open_id or violate API constraints for attendees and RSVP statuses. Ensure all attendee data strictly adheres to Feishu calendar API limitations.