update packages
This commit is contained in:
@@ -85,12 +85,12 @@ pub(crate) async fn find_calendars(
|
||||
.ok_or(NoUserPrincipal)?;
|
||||
|
||||
let calendar_home_sets = caldav_client
|
||||
.request(FindCalendarHomeSet::new(&user_principal))
|
||||
.request(FindCalendarHomeSet::new(&user_principal.path()))
|
||||
.await?
|
||||
.home_sets;
|
||||
|
||||
Ok(caldav_client
|
||||
.request(FindCalendars::new(&calendar_home_sets[0]))
|
||||
.request(FindCalendars::new(&calendar_home_sets[0].path()))
|
||||
.await?
|
||||
.calendars)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user