llazzaro / django-scheduler-sample

Example application of django-scheduler
78 stars 76 forks source link

Recurring events not showing up on fullcalendar. #29

Open PoDuck opened 7 years ago

PoDuck commented 7 years ago

The only event I can see on the calendar is the "New Pinax site" event. None of the recurring events show up. No errors seem to be raised. The 'schedule/api/occurrences/...' link replies only with []. For instance, I go to December, and all I see is the "New Pinax site".

Is there something else that needs to be done to get them to show up?

PoDuck commented 7 years ago

After examining it a bit more, recurring events aren't being calculated anywhere. The only events that show up are one off events.

Job254 commented 7 years ago

I am having the same issue