SPMeeting Class

The SPMeeting class provides methods and properties for working with Meeting Workspace sites.

System.Object

   Microsoft.SharePoint.Meetings.SPMeeting

Public Methods

The following table shows the methods of the SPMeeting class and provides a brief description of each.

Name Description
Add(String, String) Associates a meeting represented in Internet Calendar (iCal) format with the Meeting Workspace site on the specified Microsoft Windows SharePoint Services server.
Add(String, String, Int32, String, String, String, String, String, Boolean) Associates a meeting with the Meeting Workspace site on the specified Windows SharePoint Services server.
Cancel(String, Int32, Int32, String, Boolean) Removes the association between a meeting and a Meeting Workspace site.
GetMeetingInformation(Microsoft.SharePoint.SPWeb) Returns an initialized SPMeeting object for the specified Web site.
GetWorkspacesToLinkTo(Boolean) Lists the Meeting Workspace sites located on the specified Windows SharePoint Services server at the specified site location.
IsMeetingWorkspaceWeb(Microsoft.SharePoint.SPWeb) Determines whether the specified Web site was created by using a Meeting Workspace template.
LinkWithEvent(Microsoft.SharePoint.SPWeb, String, Int32, String, String) Links a Meeting Workspace site with an event defined in a Microsoft Windows SharePoint Services Web site.
SetAttendeeResponse(String, String, Int32, Int32, String, Int32) Sets the attendee response for a meeting.
Update(String) Updates the meeting information stored in an iCalendar object.
Update(String, Int32, String, String, String, String, String, Boolean) Updates meeting information.
AddPage(String, Int32) Adds a page with the specified title and instanceID to the Meeting Workspace site.

Public Properties

The following table shows the properties of the SPMeeting class, the data type of each property, and a brief description of each.

Name Data Type Description
InstanceId Int32 Gets or sets the instance ID of a meeting.
MeetingCount Int16 Gets the meetings count for the Web site associated with the SPMeeting object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Requirements

Namespace: Microsoft.SharePoint.Meetings

Platforms: Microsoft Windows Server 2003

Assembly: Windows SharePoint Services (in Microsoft.SharePoint.dll)

Security: Code Access Security