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

Method like "gotoDate()" #231

Closed alexandre-zamboli closed 4 months ago

alexandre-zamboli commented 4 months ago

How can I navigate to a date? and taking advantage of how can I make the days that are shown in the resource option start on a certain date?

vkurko commented 4 months ago

How can I navigate to a date?

Just update the date option with calendar.setOption('date', newDate)

how can I make the days that are shown in the resource option start on a certain date?

Maybe firstDay option?

vkurko commented 4 months ago

I hope I can close this issue.