Meetings Service
The Meetings service provides methods that enable you to create and manage Meeting Workspace sites.
Public Constructors
The following table shows the Meetings service constructor and provides a brief description.
Name | Description |
---|---|
Meetings | Initializes a new instance of the Meetings class. |
Public Methods
The following table shows the Meetings service methods and provides a brief description of each.
Name | Description |
---|---|
AddMeeting(String, String, Int32, System.DateTime, String, String, System.DateTime, System.DateTime, Boolean) | Associates a meeting with the Meeting Workspace site on the specified Microsoft Windows SharePoint Services server. |
AddMeetingFromICal(String, String) | Associates a meeting represented in Internet Calendar (ICal) format with the Meeting Workspace site on the specified Windows SharePoint Services server. |
CreateWorkspace(String, String, Int32, Microsoft.SharePoint.SoapServer.TimeZoneInf) | Creates a new Meeting Workspace site on the specified Windows SharePoint Services server. |
DeleteWorkspace | Deletes the Meeting Workspace site from the specified Windows SharePoint Services server. |
GetMeetingWorkspaces(Boolean) | Lists the Meeting Workspace sites located in the root directory of the specified Windows SharePoint Services server at the specified site location on which the user has an Administrator role. |
GetMeetingsInformation(Int32, Int32) | Lists the languages and templates supported by the specified Windows SharePoint Services server. It also provide information about the unique permissions, meeting count, anonymous access and the All Authenticated users feature. |
RemoveMeeting(Int32, String, Int32, System.DateTime, Boolean) | Removes the association between a meeting and a Meeting Workspace site. |
SetAttendeeResponse(String, Int32, String, Int32, System.DateTime, Microsoft.SharePoint.SoapServer.AttendeeResponse) | Sets the attendee response for a meeting. |
SetWorkspaceTitle(String) | Sets the title of the Meeting Workspace site on the specified Windows SharePoint Services server. |
UpdateMeeting(String, Int32, System.DateTime, String, String, System.DateTime, System.DateTime, Boolean) | Updates meeting information. |
UpdateMeetingFromICal(String) | Updates meeting information stored in ICal format. |
RestoreMeeting(String) | Restores a meeting that was previously removed from a Meeting Workspace site. |
Example
The following code example shows how to initialize a new instance of the Meetings service and authenticate the user to the server by using the credentials of the current user.
Requirements
Namespace: Microsoft.SharePoint.SoapServer
Platforms: Microsoft Windows Server 2003
Assembly: Windows SharePoint Services Web Service (in STSSOAP.dll)
Web Reference: http://Server_Name/[sites/][Site_Name/]_vti_bin/Meetings.asmx