feishu_create_event
Create a Feishu calendar event or meeting by providing calendar ID, title, start and end times; optionally add location, attendees, timezone, visibility, and description.
Instructions
创建飞书日程/会议。当用户说"创建日程"、"新建会议"、"安排会议"、"添加日程"、"预约"等类似话语时使用。需要提供日历ID、标题、开始时间和结束时间。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | 日程标题 (Event title) | |
| end_time | Yes | 结束时间,Unix 时间戳,单位秒 (End time timestamp in seconds) | |
| location | No | 地点 (Location) | |
| timezone | No | 时区,如 Asia/Shanghai (Timezone) | Asia/Shanghai |
| attendees | No | 参与者列表 (Attendees) | |
| start_time | Yes | 开始时间,Unix 时间戳,单位秒 (Start time timestamp in seconds) | |
| visibility | No | 可见性 (Visibility) | |
| calendar_id | Yes | 日历 ID (Calendar ID) | |
| description | No | 日程描述 (Event description) | |
| attendee_ability | No | 参与者能力 (Attendee ability) | |
| free_busy_status | No | 忙碌状态 (Free/Busy status) |