Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Problem regarding recurrence in event lists

  Asked By: Nishita Parekh         Date: Jan 13, 2010      Category: Sharepoint      Views: 351
 

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..

Tagged:            

 

2 Answers Found

 
Answer #1       Answered By: Nikunj Kansagara          Answered On: Jan 13, 2010       

What method are using to retrieve  the list  items - OM, web service, or ??

 
Answer #2       Answered By: Noel Benson          Answered On: Jan 13, 2010       

Recurring events  are not stored as each occurance, but as a single list  item
with a block of data describing the recurrance. I don't think there is a way
with the OM to have it return  what you want - you'll need to instead grab the
recurrance data and write some code to determine the next occurance.

 
Didn't find what you were looking for? Find more on Problem regarding recurrence in event lists Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].