Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Retrieving sharepoint calendar recurring events using webservices

  Asked By: Kenya Beard         Date: Jan 12, 2009      Category: Sharepoint      Views: 577
 

I have a share point site which is on remote system and i want to
retrive the calendar events in recurrent format using list.asmx
webservice.

Similar to the one when we see the "Current Events" view.

ex: Christmas start date : 25-12-2000 end date: 25-12-2015
recurrent = true yearly recurring

output :

Event name start date
Christmas 25-12-2000
Christmas 25-12-2001
Christmas 25-12-2002
Christmas 25-12-2003

When i am using GetListItems("Calendar",null,empty,empty,null,null)
i am getting the output as:

Christmas 25-12-2000 25-12-2015
but not in expanded format..

Can anyone please help me how to get these events using webservice...
What are the parameters to used in GetListItems() to get events in
expanded format.


Do you know someone who can help? Share a link to this thread on twitter, or facebook.


 

No Answers Found. Be the First, To Post Answer.

 


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