vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
969 stars 82 forks source link

date labels as hyperlinks #176

Closed piotrm73 closed 10 months ago

piotrm73 commented 10 months ago

hi I don't see a method to move calendar to a specific day... date label shouldn't be an active hyperlinks like in fullcalendar?

vkurko commented 10 months ago

To go to a specific date, you need to set it with setOption('date', newDate).

date label shouldn't be an active hyperlinks like in fullcalendar?

Currently they are not in the Event Calendar.

piotrm73 commented 10 months ago

oh ok. didn't notice it.. it's working thanks!