feishu-calendar
Feishu Calendar
Manage your Feishu calendar with automatic user authorization. Create, update, delete, and query calendar events.
Quick Start
Create an Event
bash scripts/create_event.sh "Event Title" "2026-02-01 10:00:00" "2026-02-01 11:00:00" "Description"
Returns event ID and link.
List Today's Events
bash scripts/list_events.sh
More from euodiahey/feishu-skills
feishu-tasks
Create, read, and manage Feishu tasks with automatic user authorization. Use when you need to create tasks that your user can directly edit, read task lists, manage task details, or check calendar events. Supports automatic token refresh and persistence across sessions. All operations are performed with user identity, ensuring proper permissions.
11feishu-docs
Create and manage Feishu cloud documents with user authorization. Use when creating new documents, writing content, editing existing documents, or managing document workflows. Creates documents in your personal folder with full editing permissions. Supports batch content insertion, formatting, and automatic token refresh.
9