Manage calendars, events, and todos on any CalDAV server.
Ask Stavrobot:
Install the plugin at https://github.com/stavrobot/plugin-caldav.git
Then configure it with your CalDAV server credentials:
https://caldav.example.com)| Tool | Description |
|---|---|
list_calendars | List all calendars on the server |
create_calendar | Create a new calendar |
delete_calendar | Delete a calendar by name |
| Tool | Description |
|---|---|
list_events | List events in a calendar, optionally filtered by date range |
get_event | Get a single event by UID |
create_event | Create an event |
update_event | Update an existing event's fields |
delete_event | Delete an event by UID |
| Tool | Description |
|---|---|
list_todos | List todos in a calendar, optionally filtered by status |
create_todo | Create a todo |
complete_todo | Mark a todo as completed |
delete_todo | Delete a todo by UID |
AGPL-3.0. See LICENSE.