vkurko/calendar

Is there a changeview API like fullcalendar?

izu12ki opened this issue · 2 comments

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.

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

Thanks for the quick reply.
That worked!