CancelMeeting method
Implementation
Future<CalendarActionResults> CancelMeeting(
[String? cancellationMessageText = null]) {
throw NotImplementedException("CancelMeeting");
// CancelMeetingMessage cancelMsg = this.CreateCancelMeetingMessage();
// cancelMsg.Body = cancellationMessageText;
// return cancelMsg.SendAndSaveCopy();
}