Outlook365CalendarMergeEventArgs.ConvertEventToAppointment(Event, String, Boolean) Method
Converts the specified Outlook 365 event to an appointment.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v25.2.Microsoft365Calendar.dll
NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar
Declaration
public Appointment ConvertEventToAppointment(
Event outlookEvent,
string calendarId = null,
bool addReminders = true
)
Parameters
| Name | Type | Description |
|---|---|---|
| outlookEvent | Microsoft.Graph.Event | The Outlook 365 event to convert to an appointment. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| calendarId | String | null | A string value that uniquely identifies an Outlook 365 calendar. |
| addReminders | Boolean | True | true to add event reminders to an appointment; otherwise, false. |
Returns
| Type | Description |
|---|---|
| Appointment | The appointment that is the result of the conversion. |
See Also