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

Is there a changeview API like fullcalendar?

izu12ki opened this issue · 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!