This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
Releases: nizarmah/calendar-javascript-lib
Releases · nizarmah/calendar-javascript-lib
Events Links in Organizer
Feature: Added Links for Events as Suggested by @mariekythe2
Now, events can have a link
that can send the user to another page by clicking on them.
New Update Data Method for Organizer
Feature: UpdateData Method for Organizer This is to make it easier for the user to update the Calendar Data It is done by updating the Data variable, and then updating the organizer. In addition, updating the indicated events in case they were being shown.
Bug Fix For Custom Labels
Minified Version of Fixed JS File Please note I am aware that I can use GitHub actions, but I have been super lazy these days.
Calendar Event Days MultiSelection
Some bug fixes along with addition of mutli selection of days in order to preview history of events from different days.
Initial Release
This release is clean, and bug free. Hopefully.
It is still a bit complicated by the data array form, and the having to set the OnClickListeners instead of them built in.
Newer versions should have the OnClickListeners set by default.