calendar-create-event
Create and schedule calendar events by specifying title, description, location, dates, attendees, and time zone. Integrates with MCP Server Boilerplate for AI assistant and custom tool functionalities.
Instructions
Create a new calendar event. Current time: 8/8/2025, 8:43:47 PM
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attendees | No | Array of attendee email addresses | |
calendarId | No | Calendar ID - Available options: 'primary' (Primary Calendar) | primary |
description | No | Event description | |
endDateTime | Yes | End date/time in ISO format (e.g., '2025-01-15T10:00:00-07:00') | |
location | No | Event location | |
startDateTime | Yes | Start date/time in ISO format (e.g., '2025-01-15T09:00:00-07:00') | |
summary | Yes | Event title/summary | |
timeZone | No | Time zone - defaults to local time (UTC). Examples: 'America/New_York', 'Europe/London', 'Asia/Tokyo' |