create_event
Create a calendar event with start and end dates, location, and notes. Optionally associate with a matter for law firm schedule management.
Instructions
Create a calendar event. start_date/end_date: ISO 8601 datetime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| notes | No | ||
| end_date | No | ||
| location | No | ||
| matter_id | No | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |