Extension Calendar


Extension Basics

Title
Calendar
Name
ckanext-calendar
Type
Public extension
Description
CKAN extension providing API actions to manage and display calendar events with CRUD operations.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-04-07 00:00:00)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

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.

Version
Version release date
(not set)
Contact name
Keitaro Inc
Contakt email
Contact Url


Installation Guide

Configuration hints

Configure ckanext.calendar.events_show_limit, ckanext.calendar.pagination_limit, ckanext.calendar.recent_events_limit, ckanext.calendar.truncate_limit in ckan.ini.

Plugins to configure (ckan.ini)
calendar
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions