protected override async void OnActivate() { //Event = await _apiHelper.GetEventsByMonth(_user.access_token, "10-10-2019", "upcoming"); try { //Event = await _apiHelper.GetEventsByMonth(User.access_token, "10-10-2019", "upcoming"); Event = await _apiHelper.GetEventsByMonth(User.access_token, "asdgw", "upcoming"); } catch (Exception ex) { MessageBox.Show(ex.Message); } }