Create calendar entry
clio_create_calendar_entryCreate a calendar entry with title, start, and end times. Supports all-day events by setting all_day=true with date-only timestamps.
Instructions
Creates a calendar entry. All-day events should set all_day=true and use date-only timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Title shown in calendar. | |
| start_at | Yes | ISO 8601 timestamp. | |
| end_at | Yes | ISO 8601 timestamp. | |
| description | No | ||
| location | No | ||
| all_day | No | ||
| calendar_id | No | ||
| matter_id | No | ||
| event_type_id | No |