clio_create_calendar_entry
Create a calendar entry on a specific calendar, optionally tied to a matter. Schedule events by providing summary, start and end times, location, and all-day settings.
Instructions
Create a calendar entry on a calendar, optionally tied to a matter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_at | Yes | ISO date/time | |
| all_day | No | ||
| summary | Yes | ||
| location | No | ||
| start_at | Yes | ISO date/time | |
| matter_id | No | ||
| calendar_id | Yes | Owning calendar (from clio_list_calendars) | |
| description | No |