dingtalk_calendar_event_create
Create a new calendar event in DingTalk with title, start and end times, plus optional attendee list and description for scheduling meetings.
Instructions
创建新日程
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | 日程标题 | |
| end_time | Yes | 结束时间(ISO 8601) | |
| attendees | No | 参与者 userId,逗号分隔 | |
| start_time | Yes | 开始时间(ISO 8601) | |
| description | No | 日程描述 |