productivity
AddEvent MCP, CLI, and Lua Integration for AI Agents
AddEvent integration docs for AI agents: MCP gateway setup, AddEvent CLI commands, Lua API reference, credentials, and function schemas.AddEvent for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
addevent.addevent_list_events | Read read | 5 | Search calendar events from AddEvent. Supports page, page_size, calendar_id, sort_by, and sort_order parameters. |
addevent.addevent_get_event | Read read | 1 | Get details for a specific AddEvent calendar event by ID. |
addevent.addevent_create_event | Write write | 13 | Create a new calendar event in AddEvent. Requires title and datetime_start. Optionally set calendar_id, datetime_end, timezone, location, description, RSVP, color, and custom data. |
addevent.addevent_update_event | Write write | 2 | Update an existing AddEvent event. Only fields provided in attributes are changed. |
addevent.addevent_delete_event | Write write | 1 | Delete an AddEvent event by ID. This action is permanent. |
addevent.addevent_list_calendars | Read read | 5 | Search AddEvent calendars. Supports page, page_size, calendar_ids, sort_by, and sort_order. |
addevent.addevent_get_calendar | Read read | 1 | Retrieve an AddEvent calendar by ID. |
addevent.addevent_create_calendar | Write write | 7 | Create a new AddEvent calendar. Requires title; optional fields include timezone, weekday_begin, description, internal_name, calendar_color, and custom_data. |
addevent.addevent_list_timezones | Read read | 0 | List timezones supported by the AddEvent Calendar and Events API. |