IAdmUser4

The IAdmUser4 interface extends the IAdmUser interface with the ability to cancel calendar meetings organized by the user.

Inheritance: IAdmUser3

Methods

  • Method

  • Description

  • CancelMeetings()

  • Cancels all calendar meetings organized by the user for the given period.

Details

CancelMeetings()

Cancels all calendar meetings organized by the user for the given period.

void CancelMeetings(object startTime, object endTime)

Parameters

  • startTime – Specifies 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 for which meetings are cancelled. If the parameter is set to null, the meetings will be cancelled starting from the current date.
  • endTime – Specifies 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 for which meetings are cancelled. The time part of the date specified in this parameter is always ignored. Instead, the time of the startTime parameter is used. If the parameter is set to null, all future meetings will be cancelled.

Requirements

Minimum required version: 2019.1

See also