1.3.5
Updated startPosition format (#39)
With this update the startPosition
format has changed. Now you can set a default calendar position (month/week) by using the following formats:
Month view: "YYYY-MM"
startPosition: "2022-12"
(= 2022 - December)
Week view: "YYYY-ww"
startPosition: "2022-50"
(= 2022 - Week 50)