timetree_create_event
Create an event on a TimeTree calendar by providing title, start/end times, and confirm true to authorize the write to the real calendar.
Instructions
Create a TimeTree event. Requires confirm=true and writes to the real calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| note | No | ||
| title | Yes | ||
| alerts | No | ||
| end_at | Yes | ||
| all_day | No | ||
| confirm | Yes | Must be true to authorize this real TimeTree write. | |
| category | No | ||
| label_id | No | ||
| location | No | ||
| start_at | Yes | ||
| attendees | No | ||
| checklist | No | ||
| file_uuids | No | ||
| calendar_id | Yes | ||
| recurrences | No | ||
| end_timezone | No | ||
| start_timezone | No | ||
| virtual_user_attendees | No |