fixup! Implemented create_calendar for caldav client
This commit is contained in:
parent
71ec8fe323
commit
2dbd3726a5
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ impl CalDavSource<RemoteCalendar> for Client {
|
||||||
|
|
||||||
self.get_calendar(&id).await.ok_or(format!("Unable to insert calendar {:?}", id).into())
|
self.get_calendar(&id).await.ok_or(format!("Unable to insert calendar {:?}", id).into())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn calendar_body(name: String, supported_components: SupportedComponents) -> String {
|
fn calendar_body(name: String, supported_components: SupportedComponents) -> String {
|
||||||
// This is taken from https://tools.ietf.org/html/rfc4791#page-24
|
// This is taken from https://tools.ietf.org/html/rfc4791#page-24
|
||||||
|
|
Loading…
Add table
Reference in a new issue