Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a calendar item.
The SPCalendarItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPCalendarItem() | Initializes a new instance of the SPCalendarItem class. |
![]() |
SPCalendarItem(Int32, DateTime, DateTime, Boolean, Boolean, String, String, String, String, Boolean, Boolean, String, String, String) | Initializes a new instance of the SPCalendarItem class by using the specified parameters. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
BackgroundColorClassName | Gets or sets the class name for the background color of the item. |
![]() |
CalendarType | Gets or sets the calendar type. |
![]() |
Description | Gets or sets a string that represents the descriptive text for the calendar item. |
![]() |
Direction | Gets or sets the string value that represents the reading direction of the calendar item. |
![]() |
DisplayFormUrl | Gets or sets a string that contains the URL for the display form of the calendar item. |
![]() |
EndDate | Gets or sets the date and time for the end date of the calendar item. |
![]() |
hasEndDate | Gets or sets a Boolean value that indicates whether the calendar item has an end date. |
![]() |
IsAllDayEvent | Gets or sets a Boolean value that indicates whether the calendar item is an all-day event. |
![]() |
IsRecurrence | Gets or sets a Boolean value that indicates the recurrence of the calendar item. |
![]() |
IsRecurrenceException | Gets or sets the Boolean that indicates whether this is an exception to a recurring calendar event. |
![]() |
ItemID | Gets or sets a string that contains the ID of the calendar item. |
![]() |
Location | Gets or sets the string value that represents the location of the calendar item. |
![]() |
StartDate | Gets or sets the date and time for the start date of the calendar item. |
![]() |
Title | Gets or sets a string that contains the title of the calendar item. |
![]() |
WorkSpaceLink | Gets or sets the string value that represents the workspace link. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CompareTo | Compares this instance to a specified object and returns an indication of their relative values. |
![]() |
Equals | Returns a value indicating whether this instance is equal to the specified system object. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Determines whether two calendar objects are equal. |
![]() ![]() |
GreaterThan | Determines whether the first calendar item is greater than the second calendar item. |
![]() ![]() |
Inequality | Determines whether two calendar objects are unequal. |
![]() ![]() |
LessThan | Determines whether the first calendar item is less than the second calendar item. |
Top