I am using the recurring event feature with a client which is awesome for events they have every week. Im having one problem though, when im pulling the start date for the event thats happening every week its pulling the first start date not each start date. For example Spelling Bee Buzz starts on nov 22nd and recurs every week.
In the back end I see the proper start dates but on the front end I see only the first start date Nov 22, for every time it shows up. Within the template I am using the following API:
ID, false, ‘D. M j’ ); ?>
Any help on how to get the actual start date for each event in the recurring events would be great.