Skip to content

Commit

Permalink
Fix sample
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Sep 18, 2020
1 parent 7938cce commit 625ce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/Samples/View/CalendarPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async void OnEventTapped(object sender, ItemTappedEventArgs e)
{
if (e.Item is CalendarEvent evt)
{
var calendarEvent = await Calendars.GetEvent(evt.Id);
var calendarEvent = await Calendars.GetEventAsync(evt.Id);

var page = new CalendarEventPage
{
Expand Down

0 comments on commit 625ce0f

Please sign in to comment.