Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ICS_URL | Yes | Your public Google Calendar ICS URL (e.g., https://calendar.google.com/calendar/ical/YOUR_CALENDAR_ID/public/basic.ics) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_events | List calendar events within a specific date range, expanding recurring events.
Args:
start_date: Start of the range (ISO format, e.g., '2023-01-01')
end_date: End of the range (ISO format)
Returns:
List of events falling within the range. |
| search_events | Search for events matching a text query in summary or description.
Note: This searches a wide range (current year +/- 1 year) to be useful,
as text search on infinite recurrence is impossible without a range.
Args:
query: The text to search for.
Returns:
List of matching events. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |