Event Class
Represents a calendar event.
public sealed class Event : ICalendarItem
Public NotInheritable Class Event
Implements ICalendarItem
- Inheritance:
- System.ObjectEvent
Implements
Constructors
Event()
Initializes a new instance of the Event class.
Properties
Attendees
Gets the attendees.
public IList<MailAddress> Attendees { get; }
Public ReadOnly Property Attendees As IList(Of MailAddress)
Property Value
- System.Collections.Generic.IList<MailAddress>
The attendees of the event.
Categories
Gets the categories.
public IList<string> Categories { get; }
Public ReadOnly Property Categories As IList(Of String)
Property Value
- System.Collections.Generic.IList<System.String>
The categories to which the event belongs.
Description
Gets or sets the description.
Property Value
- System.String
The description of the event.
End
Gets or sets the end.
Property Value
- System.DateTime
The end of the event.
Location
Gets or sets the location.
Property Value
- System.String
The location of the event.
Name
Gets or sets the name.
Property Value
- System.String
The name of the event.
Organizer
Gets or sets the organizer.
Property Value
The organizer of the event.
Reminders
Gets the reminders.
public ReminderCollection Reminders { get; }
Public ReadOnly Property Reminders As ReminderCollection
Property Value
The reminders associated with the event.
Repeat
Gets or sets the frequency.
Property Value
The frequency with which will the event repeat.
RepeatUntil
Gets or sets the repeat deadline.
Property Value
- System.DateTime
The date until which will the event repeat.
Start
Gets or sets the start.
Property Value
- System.DateTime
The start of the event.
Status
Gets or sets the status.
Property Value
The current status of the event.