create_calendar_event
Schedule calendar events with title, time, description, location, attendees, and reminders using the MCP OpenClaw server.
Instructions
Create a calendar event with title, description, time, location, and attendees
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title | |
| description | No | Event description (optional) | |
| startTime | Yes | Event start time in ISO 8601 format (e.g., 2024-01-15T10:00:00Z) | |
| endTime | No | Event end time in ISO 8601 format (optional) | |
| location | No | Event location (optional) | |
| attendees | No | List of attendee email addresses (optional) | |
| reminder | No | Reminder time in minutes before the event (optional) |