mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
caldav: add support for calendar subscriptions
This commit is contained in:
@@ -35,7 +35,7 @@ impl<PR: Resource> Resource for RootResource<PR> {
|
||||
type Error = PR::Error;
|
||||
type PrincipalResource = PR;
|
||||
|
||||
fn get_resourcetype() -> &'static [&'static str] {
|
||||
fn get_resourcetype(&self) -> &'static [&'static str] {
|
||||
&["collection"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user