Server side - recurring events

Has anyone written any server-side code to get all recurring events from a given event? Or are there any server-side functions built-in that already do this? Thanks for any input!

Hello,
there is a helper for a php, please check this article
viewtopic.php?f=6&t=34315&hilit=SchedulerHelper
If you use ASP.NET, dhtmlxScheduler for ASP.NET also provides such functionality
scheduler-net.com/docs/recurring … ing_events

Thank you! I will try that now.

That worked perfectly, thank you for your help!

Hello and thank you for this helper class. I’m having problems with it fetching all-day events. It only seems to fetch events with start & end dates that are different. Please let me know if there’s a way to debug this; thank you for any input.