EDN Admin
Well-known member
Im unsure if this is the right forum regarding this question, but here it goes.
I have a Silverlight V4.0 app that exposes the SharePoint List.asmx GetListItems web method so I may obtain a list of events (with recurring events expanded) out of a SharePoint calendar. When settings the <QueryOptions><ExpandRecurrences>True</ExpandRecurrences><CalendarDate>myDate</CalendarDate></QueryOptions>,
the web method only returns events for the default current date time of the SharePoint OM. The web method ignores the calendar date provided within the queryoptions.
I believe this is a bug within the GetListItems web method and according to a blog, there is a hot fix for WSS 3.0 (975022) but I have not found a hotfix for MOSS 2007.
Any help would be greatly appreciated.
Thanks.
View the full article
I have a Silverlight V4.0 app that exposes the SharePoint List.asmx GetListItems web method so I may obtain a list of events (with recurring events expanded) out of a SharePoint calendar. When settings the <QueryOptions><ExpandRecurrences>True</ExpandRecurrences><CalendarDate>myDate</CalendarDate></QueryOptions>,
the web method only returns events for the default current date time of the SharePoint OM. The web method ignores the calendar date provided within the queryoptions.
I believe this is a bug within the GetListItems web method and according to a blog, there is a hot fix for WSS 3.0 (975022) but I have not found a hotfix for MOSS 2007.
Any help would be greatly appreciated.
Thanks.
View the full article