This repository has been archived by the owner on Sep 25, 2021. It is now read-only.
v0.7.3
- corrected time zone shift for getting Google Calendar events (it was getting UTC start/end time)
- added
hoursFormat
- you can preset your time format if you don't want to use default format set for your timezone. 'default', '12h' or '24', or even your own like 'h:mm a'. Same like creating custom date format indateFormat
- added
startDaysAhead
- as requested - if you want to show events starting x days from today - some small code fixes and cleanup