create_calendar_event
Create a new calendar event with title, start and end times, location, attendees, and client/project associations.
Instructions
Create a new calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the event | |
| endTime | Yes | End time in ISO-8601 format | |
| location | No | Event location | |
| attendees | No | List of attendee email addresses | |
| startTime | Yes | Start time in ISO-8601 format | |
| clientName | No | Client associated with this event | |
| description | No | Event description | |
| projectName | No | Project associated with this event |