ICalendarItem Interface
Represents an item (activity) in a calendar.
Properties
Attendees
Gets the attendees.
Property Value
- System.Collections.Generic.IList<MailAddress>
The attendees of the item.
Categories
Gets the categories.
Property Value
- System.Collections.Generic.IList<System.String>
The categories to which the item belongs.
Description
Gets or sets the description.
Property Value
- System.String
The description of the item.
End
Gets or sets the end.
Property Value
- System.DateTime
The end of the item.
Location
Gets or sets the location.
Property Value
- System.String
The location of the item.
Name
Gets or sets the name.
Property Value
- System.String
The name of the item.
Organizer
Gets or sets the organizer.
Property Value
The organizer of the item.
Repeat
Gets or sets the frequency.
Property Value
The frequency with which will the item repeat.
RepeatUntil
Gets or sets the repeat deadline.
Property Value
- System.DateTime
The date until which will the item repeat.
Start
Gets or sets the start.
Property Value
- System.DateTime
The start of the item.