mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 17:38:22 +00:00
Janky fix to make birthday calendar set read_only
This commit is contained in:
@@ -72,7 +72,7 @@ pub fn configure_dav<
|
||||
web::scope("/user").service(
|
||||
web::scope("/{principal}")
|
||||
.service(PrincipalResourceService(&[
|
||||
"calendar", "birthdays"
|
||||
("calendar", false), ("birthdays", true)
|
||||
]).actix_resource().name(PrincipalResource::route_name()))
|
||||
.service(web::scope("/calendar")
|
||||
.service(CalendarSetResourceService::new(store.clone()).actix_resource())
|
||||
|
||||
Reference in New Issue
Block a user