Class EventCreateOptions
Options that can be set when creating a meeting request
public class EventCreateOptions
- Inheritance
-
EventCreateOptions
- Inherited Members
Properties
AllowNewTimeProposals
Allow new time proposals
public bool AllowNewTimeProposals { get; set; }
Property Value
Attendees
List of attendees to be invited to the meeting
public List<EventAttendeeOptions> Attendees { get; set; }
Property Value
Body
Body message
public string Body { get; set; }
Property Value
BodyContentType
Body content type
public EventBodyType BodyContentType { get; }
Property Value
End
End time of the event
public DateTime End { get; set; }
Property Value
EndTimeZone
End time zone
public EventTimeZone EndTimeZone { get; set; }
Property Value
HideAttendees
When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. Default is false.
public bool HideAttendees { get; set; }
Property Value
Importance
The importance of the event. The possible values are: low, normal, high.
public EventImportance Importance { get; set; }
Property Value
IsAllDay
Set to true if the event lasts all day.
public bool IsAllDay { get; set; }
Property Value
IsOnlineMeeting
True if this event has online meeting information, false otherwise. Default is false. Optional.
public bool IsOnlineMeeting { get; set; }
Property Value
Location
Location of the event
public EventLocationOptions Location { get; set; }
Property Value
Locations
Locations of the event. An event can have multiple locations
public List<EventLocationOptions> Locations { get; set; }
Property Value
OnlineMeetingProvider
Represents the online meeting service provider.
public EventOnlineMeetingProvider OnlineMeetingProvider { get; set; }
Property Value
Recurrence
The recurrence pattern for the event.
public EventRecurrenceOptions Recurrence { get; set; }
Property Value
ResponseRequested
Set to true if the sender would like a response when the event is accepted or declined.
public bool ResponseRequested { get; set; }
Property Value
Sensitivity
The sensitivity of the event.
public EventSensitivity Sensitivity { get; set; }
Property Value
ShowAs
The status to show
public EventShowAs ShowAs { get; set; }
Property Value
Start
Start time of the event
public DateTime Start { get; set; }
Property Value
StartTimeZone
Start time zone
public EventTimeZone StartTimeZone { get; set; }
Property Value
Subject
Subject property
public string Subject { get; set; }
Property Value
TransactionId
Transaction ID
public string TransactionId { get; set; }