create_event
Create calendar events in dVersum by specifying title, start and end times, location, description, and optional Google Meet link.
Instructions
Create a new calendar event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Event color (hex code) | |
| title | Yes | Event title | |
| all_day | No | Whether this is an all-day event | |
| end_time | Yes | End time in ISO 8601 format | |
| location | No | Event location | |
| start_time | Yes | Start time in ISO 8601 format | |
| description | No | Event description | |
| create_meet_link | No | Create a Google Meet link for this event |