feishu-calendar

Create and update Feishu calendars and events with attendee invitations.

65|9|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/alextangson/feishu_skills --skill feishu-calendar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-calendar
Source: https://github.com/alextangson/feishu_skills/tree/main/feishu-calendar
Command: npx skills add https://github.com/alextangson/feishu_skills --skill feishu-calendar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates Feishu calendar management, enabling automated creation of calendars and events, availability checks, and real-time subscription to changes to streamline meeting planning.

Core Features & Use Cases

  • Create calendars for projects or teams to share scheduling space.
  • Create and update events with attendees via a two-step process to ensure invitations are delivered.
  • Check colleagues' availability using free/busy queries to avoid conflicts.
  • Subscribe to calendar changes to monitor updates and adjust plans in real time.
  • Real-world use: automatically schedule a stand-up by finding a free slot across a team and sending invites.

Quick Start

Create a project calendar and schedule a meeting by checking availability and inviting attendees.

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 scheduling and send invites to attendees?

Automate Feishu calendar scheduling by using this Skill to create events and invite attendees through a two-step process that ensures invitations are delivered via the Feishu Calendar v4 API.

Can I check colleagues' availability before creating a Feishu calendar event?

Yes, you can check colleagues' availability by running free/busy queries through the Feishu Calendar API, requiring the calendar:calendar.free_busy:read permission to avoid scheduling conflicts.

What permissions do I need to create calendars and subscribe to changes via the Feishu API?

To create calendars and subscribe to changes, you need a tenant access token with calendar:calendar and calendar:subscribe permissions authorized for the Feishu Calendar v4 API.

How do I automatically find a free slot across a team for a stand-up meeting?

Find a free slot across a team by querying free/busy schedules for all members, then automatically create the event and send invites using the Feishu Calendar API.

Does Feishu calendar automation support real-time webhook subscriptions for event changes?

Yes, Feishu calendar automation supports real-time webhook subscriptions to monitor calendar changes, allowing you to adjust plans dynamically using the calendar:subscribe permission.

What is the process to create a shared project calendar in Feishu for cross-team scheduling?

Creating a shared project calendar in Feishu for cross-team scheduling involves calling the calendar creation endpoint with a tenant access token to establish a centralized scheduling space.