i'm having a serious problem regarding recurrence in event lists. i need to retrieve all the event entries in an events list and their workspace details(attendees etc.)for displaying them in a webpart. It works fine for non-recurring events. However, when it comes to recurring events, i am being able to retrieve only one entry. eg - I create an event beginning on 24th Feb and mark it to recur every day for the next 10 days; however the list returns only one entry for the whole recurring event. I need the list to return all the recurring ocurrences. This is essentially required as each recurring meeting can have different workspace details like attendees, agenda etc.. Is there any way to retrieve the individual details of each recurring meeting?? I'm stuck at this point..