IAdmCancelMeetingsAction
The IAdmCancelMeetingsAction interface represents the Cancel meetings organized by the user action.
Inheritance: IAdmAction
Properties
Details
StartTime
Gets or sets the date and time starting from which meetings will be cancelled. You can use value references to specify the date (e.g. %accountExpires%). Value references will be replaced with corresponding property values of the user account on which the action is executed.
- Type:
- Object
- Access:
- Read/Write
Remarks
If the property is set to null
, the action will cancel meetings starting from the current date.
EndTime
Gets or sets the end date of the period for which meetings will be cancelled. You can use value references to specify the date (e.g. %accountExpires%). Value references will be replaced with corresponding property values of the user account on which the action is executed.
- Type:
- Object
- Access:
- Read/Write
Remarks
- The time part of the date specified in this property is always ignored. Instead, the time of the
StartTime
property is used. - If the property is set to
null
, all future meetings will be cancelled.
Requirements
Minimum required version: 2019.1