calendar_create_event
Create calendar events with specified name, start and end dates, optional details like address, description, privacy, recurrence, reminders, and attendee IDs.
Instructions
创建日程。日期格式 YYYY-MM-DD HH:MM。member_ids 用逗号分隔多个用户ID。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| address | No | ||
| end_date | Yes | ||
| begin_date | Yes | ||
| member_ids | No | ||
| category_id | No | ||
| remind_time | No | ||
| repeat_times | No | ||
| reminder_type | No | ||
| repeat_interval | No | ||
| is_all_day_event | No | ||
| is_private_event | No | ||
| repeat_frequency | No | ||
| event_description | No | ||
| is_recurring_event | No |