private async Task CancelMeeting(string id) { await OfficeService.CancelEvent(id); await GetEventsForSelectedDate(); }