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