vkurko/calendar

Expose API for next and previous actions

Closed this issue · 4 comments

Hi,

In my web app, the calendar has four different view types. Due to certain requirements, I need to implement a custom toolbar instead of using the built-in one.
When working on the next and previous actions, I realized that my solution is rather cumbersome, as I have to handle each action in 4 different ways, resulting in a total of 8 different approaches.

Is is possible to expose an API for next and previous actions, similar to FullCalendar, so that I can simply call it and have everything work as expected ?

Thank for your time.

Ok, I'll implement this.

Thank you

The next and prev methods should be available in v3.1.0. Please check.

I checked.
It works well, thanks.