feishu_update_event
Update an existing Feishu calendar event by ID to modify its title, start/end times, location, or description. Use it when you need to reschedule or edit event details.
Instructions
更新飞书日程
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | 日程标题 (Event title) | |
| end_time | No | 结束时间,Unix 时间戳,单位毫秒 (End time timestamp in ms) | |
| event_id | Yes | 日程 ID (Event ID) | |
| location | No | 地点 (Location) | |
| start_time | No | 开始时间,Unix 时间戳,单位毫秒 (Start time timestamp in ms) | |
| calendar_id | Yes | 日历 ID (Calendar ID) | |
| description | No | 日程描述 (Event description) |