vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views

Home Page:https://vkurko.github.io/calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

date labels as hyperlinks

piotrm73 opened this issue · comments

commented

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?

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.

commented

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