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

v0.7.3

Compare
Choose a tag to compare
@atomic7777 atomic7777 released this 02 Apr 14:11
· 47 commits to master since this release
  • 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 in dateFormat
  • added startDaysAhead - as requested - if you want to show events starting x days from today
  • some small code fixes and cleanup