Skip to main content

See also https://dev.grexx.io/plugins/calendar

📅 Calendar plugin

by grexx​

About​

Built using the FullCalendar library and the Widget Plugin Javascript API.

Prerequisites​

An event casetype and a dataset are needed.

  • Casetype
    • Edit activity
    • Finish activity
    • [REQUIRED] Attribute for start (datetime) with external-reference start
    • Attribute for end (datetime) with external-reference end
    • Attribute for title (string) with external-reference title
    • Attribute for location (string) with external-reference location
    • Attribute for allDay (boolean) with external-reference allDay
    • Attribute for color (string) with external-reference color
    • Attribute for details (string/html) with external-reference details
  • Dataset
    • Column for caseId with external-reference caseId
    • Column for start with external-reference start
    • Column for end with external reference end
    • Column for title with external-reference title
    • Column for location with external-reference location
    • Column for allDay with external reference allDay
    • Column for color with external-reference color
    • Column for details with external-reference details
    • Set the proper rights on this dataset

We rely on a frontend library with this config:​

This frontend library is automatically added when you download the plugin from the marketplace.

Installation​

  • Import this plugin via the Marketplace
  • Add the widget to a page
  • Edit the widget and add the following plugin options json and substitute your values.
    {
"eventDataset": "1:4581:9995",
"createEvent": "1:4581:10033",
"editEvent": "1:4581:10054",
"deleteEvent": "1:4581:10059"
}

eventDataset Dataset to collect events from

createEvent The create activity to create a new event (currently not used)

editEvent The editing activity to edit an event

deleteEvent The delete activity to delete an event

Features​

  • Show event from dataset
  • Edit events
  • Go to detailed view of event (your view on the event)

Changelog​

v1.0.0​

Initial version