calendarCreateEvent
Create calendar events in Feishu/Lark by specifying start/end times, timezone, and event details for scheduling and organization.
Instructions
【飞书日历】在指定日历下创建日程。start_time / end_time 为 10 位 unix 秒字符串;timezone 如 Asia/Shanghai。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | ||
| summary | Yes | ||
| description | No | ||
| start_time | Yes | unix seconds (10 digits) as string | |
| end_time | Yes | unix seconds (10 digits) as string | |
| timezone | No | Asia/Shanghai | |
| need_notification | No |