SPMeeting.Update Method (String, UInt32, String, String, String, String, String, Boolean)
Updates meeting information.
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Update ( _
uid As String, _
sequence As UInteger, _
dateStamp As String, _
title As String, _
location As String, _
dateStart As String, _
dateEnd As String, _
nonGregorian As Boolean _
)
'Usage
Dim instance As SPMeeting
Dim uid As String
Dim sequence As UInteger
Dim dateStamp As String
Dim title As String
Dim location As String
Dim dateStart As String
Dim dateEnd As String
Dim nonGregorian As Boolean
instance.Update(uid, sequence, dateStamp, _
title, location, dateStart, dateEnd, _
nonGregorian)
public void Update(
string uid,
uint sequence,
string dateStamp,
string title,
string location,
string dateStart,
string dateEnd,
bool nonGregorian
)
Parameters
uid
Type: System.StringA string that contains a unique identifier (UID) for a calendar event, as specified by RFC 2445.
sequence
Type: System.UInt32A value that denotes the revision sequence number, as specified by RFC 2445. Sequence numbers begin at zero and are incremented with each revision. The sequence number is used to determine the order of updates in case they arrive out of order. Updates with a lower-than-current sequence number are discarded.
dateStamp
Type: System.StringA string that represents the current date and time. The date and time must be expressed as Coordinated Universal Time (UTC) in the format that is specified by ISO 8601, as follows: "yyyyMMdd'T'HHmmss'Z'".
title
Type: System.StringThe title (subject) of the meeting.
location
Type: System.StringThe location of the meeting.
dateStart
Type: System.StringA string that represents the date and time that the meeting is scheduled to begin. The date and time must be expressed as Coordinated Universal Time (UTC) in the format that is specified by ISO 8601, as follows: "yyyyMMdd'T'HHmmss'Z'".
dateEnd
Type: System.StringA string that represents the date and time that the meeting is scheduled to end. The date and time must be expressed as Coordinated Universal Time (UTC) in the format that is specified in ISO 8601, as follows: "yyyyMMdd'T'HHmmss'Z'".
nonGregorian
Type: System.Booleantrue if the calendar is set to a format other than Gregorian; otherwise, false
See Also
Reference
Microsoft.SharePoint.Meetings Namespace
Add(String, String, UInt32, String, String, String, String, String, Boolean, Int16)