Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Releases: nizarmah/calendar-javascript-lib

Events Links in Organizer

06 Mar 18:57
Compare
Choose a tag to compare

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

02 Sep 07:36
Compare
Choose a tag to compare
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

22 Aug 18:32
Compare
Choose a tag to compare
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

18 Aug 12:06
Compare
Choose a tag to compare

Some bug fixes along with addition of mutli selection of days in order to preview history of events from different days.

Initial Release

10 Jul 18:39
Compare
Choose a tag to compare

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.