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
- Column for caseId
We rely on a frontend library with this config:​
This frontend library is automatically added when you download the plugin from the marketplace.
-
Name:
Fullcalendar v4.2.0
-
Version:
4.2.0
-
JS files:
https://cdn.grexxboxx.com/atalanta/fullcalendar-4.2.0/core/main.js https://cdn.grexxboxx.com/atalanta/fullcalendar-4.2.0/interaction/main.js https://cdn.grexxboxx.com/atalanta/fullcalendar-4.2.0/daygrid/main.js https://cdn.grexxboxx.com/atalanta/fullcalendar-4.2.0/timegrid/main.js https://cdn.grexxboxx.com/atalanta/fullcalendar-4.2.0/list/main.js https://cdn.grexxboxx.com/atalanta/fullcalendar-4.2.0/bootstrap/main.js https://cdn.grexxboxx.com/atalanta/moment-2.24/moment-with-locales.min.js
-
CSS files:
https://use.fontawesome.com/releases/v5.9.0/css/all.css https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css https://cdn.grexxboxx.com/atalanta/fullcalendar-4.2.0/core/main.css https://cdn.grexxboxx.com/atalanta/fullcalendar-4.2.0/daygrid/main.css https://cdn.grexxboxx.com/atalanta/fullcalendar-4.2.0/timegrid/main.css https://cdn.grexxboxx.com/atalanta/fullcalendar-4.2.0/list/main.css https://cdn.grexxboxx.com/atalanta/fullcalendar-4.2.0/bootstrap/main.css
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