This extension provides an API for using calendar events in CKAN. Standard CRUD operations can be used. Features include: event_create, event_show, event_list, event_update, event_patch, and event_delete actions. All actions can be used both from code with the get_action() method or through the API. Events support title, start/end dates, description, venue, active state, and custom meta data. Configurable pagination, event display limits, and recent events sidebar. All actions require sysadmin user except for event_show and event_list which are public.