OutlookCalendarItem(String, String, Boolean) Constructor
Initializes a new instance of the OutlookCalendarItem class with specified settings.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v24.1.Microsoft365Calendar.dll
NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar
Declaration
public OutlookCalendarItem(
string calendarId,
string calendarName,
bool enableSynchronization = true
)
Parameters
Name | Type | Description |
---|---|---|
calendarId | String | A string value that uniquely identifies the calendar. This value is assigned to the CalendarId property. |
calendarName | String | The calendar name. This value is assigned to the CalendarName property. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
enableSynchronization | Boolean | True | true to enable synchronization; otherwise, false. |
See Also