feishu-cli-calendar

Manage Feishu calendars and events via command-line interface with JSON output.

1.3k|140|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-calendar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-cli-calendar
Source: https://github.com/riba2534/feishu-cli/tree/main/skills/feishu-cli-calendar
Command: npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-calendar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu calendars are central to team coordination but managing them via the web UI is time-consuming. This skill provides a command-line interface to view calendars, create and manage events, and fetch details, enabling faster scheduling for developers and ops.

Core Features & Use Cases

  • List calendars and events across multiple accounts
  • Create, update, and delete events with RFC3339 times
  • Get event details and outputs in JSON for automation

Quick Start

Run feishu-cli calendar list to view calendars and start managing events from the command line.

Frequently Asked Questions about feishu-cli-calendar

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

FAQPage Schema
How do I manage Feishu calendar events from the command line?

You can manage Feishu calendar events from the command line by using a CLI tool to list calendars, create and update events, and retrieve event details with explicit command usage and input validation.

Can I list calendars and events across multiple Feishu accounts?

Yes, you can list calendars and events across multiple accounts. The CLI fetches calendar data and outputs event details in JSON format, enabling faster scheduling and workflow automation.

What is the best way to automate Feishu scheduling workflows?

The best way to automate Feishu scheduling workflows is using a CLI tool that creates, updates, and deletes events using RFC3339 times, returning outputs in JSON for seamless automation integration.

Does the Feishu CLI calendar tool support retrieving event details in JSON?

Yes, the Feishu CLI calendar tool supports retrieving event details and outputs them in JSON format, which allows developers to parse scheduling data easily for automation scripts.

What time format is required to create Feishu events via CLI?

To create Feishu events via CLI, you must provide times in RFC3339 format. The tool includes input validation and clear error handling to ensure scheduling data is processed correctly.

When should I use a CLI tool instead of the Feishu web UI for calendar management?

You should use a CLI tool instead of the Feishu web UI for calendar management when you need to automate scheduling workflows, manage events across multiple accounts, or integrate calendar data into scripts.