I am writing custom code in Outlook Add-in using SharePoint Web Services to create a meeting workspace in SharePoint. Then I add a meeting to the workspace created. Basically I want to mimic the functionality provided by Outlook itself.
The problem is after a meeting is created, I can not set the MeetingWorkspaceUrl
property in AppointmentItem
using my custom code. It says the property is read only.
But when I create a workspace using default Outlook functionality, I can see that MeetingWorkspaceUrl
is set to a valid URL.
Can I do the same thing through custom code?