TdxWebServiceCalendar.ReadOnly Field
Stores the calendar’s read-only mode flag.
Declaration
ReadOnly: Boolean
Field Value
Type |
---|
Boolean |
Remarks
You can use this field to identify if the calendar is in read-only mode. To enable or disable this mode for a connected calendar, use the online event data provider‘s ReadOnly property instead.
The default ReadOnly field value is False.
See Also