Get the displayed dates

hi

im using fullcalendar but I need to insert som recurring events depending on if the week number is even or odd.

so I need (I think) to get the date/week currently display and if I do a “next” or “prev” I simply refill the calendar with data.

how can I get the date or week currently displayed?

Sorry for the late reply, I assume you found it out already, but for the case that someone else also has the question:
Tthere is a DatesRenderedEvent, that you can listen to in the FullCalendar. There is also a ViewSkeletonRenderedEvent, that gets fired, when the view is changed.