vkurko / calendar

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

Is there a changeview API like fullcalendar? #236

Closed izu12ki closed 4 months ago

izu12ki commented 4 months ago

Fullcalendar has changeview API. https://fullcalendar.io/docs/Calendar-changeView

Does this library also have the same API? If not, are there any ways to change view on dateClick?

Thank you for this great library.

vkurko commented 4 months ago

Just update the view option with calendar.setOption('view', newViewName).

izu12ki commented 4 months ago

Thanks for the quick reply. That worked!