Syed's profileSharePoint HelpDeskBlogLists Tools Help

SharePoint HelpDesk

SharePoint HelpDesk

Syed

No list items have been added yet.
December 26

SQL 2005 SSIS Article Series

SQL 2005 SSIS How-To Article Series

December 22

SharePoint Web Control

 
 
A good work by Hezser SharePoint Web Control
December 06

SharePoint 2007 Community

Programmatically add an item/event to a SharePoint 2007 calendar using InfoPath 2007

Problem

You want to use dates and other information that has been filled out in an InfoPath form to add an item/event to a calendar in SharePoint.

Solution
Since a SharePoint calendar is a SharePoint list, you can programmatically add an item/event to a SharePoint calendar by submitting a CAML update batch to the UpdateListItems method of the Lists web service that comes with Windows SharePoint Services (WSS).
 
Here is the solution Check this