AcceptTentatively method
Implementation
Future<CalendarActionResults> AcceptTentatively(bool sendResponse) {
return this.InternalAccept(true, sendResponse);
}
Future<CalendarActionResults> AcceptTentatively(bool sendResponse) {
return this.InternalAccept(true, sendResponse);
}