public static async Task <bool> TryGetCalendarEventsAsync() { var events = await CalendarSnippets.GetCalendarEventsAsync(); return(events != null); }