Create calendar event
calendar_create_eventCreate a calendar event with required details: calendar, summary, start, and end. Optionally add location, attendees, and description.
Instructions
Create a calendar event (VEVENT) in a calendar.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ISO 8601 end. | |
| start | Yes | ISO 8601 start. | |
| allDay | No | ||
| server | No | Server/account id to target. Defaults to the configured default server. | |
| summary | Yes | ||
| calendar | Yes | Calendar URL or display name. | |
| location | No | ||
| attendees | No | ||
| description | No |