mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 12:52:27 +00:00
caldav: add support for calendar subscriptions
This commit is contained in:
@@ -79,6 +79,7 @@ pub async fn route_mkcalendar<C: CalendarStore + ?Sized>(
|
||||
description: request.calendar_description,
|
||||
deleted_at: None,
|
||||
synctoken: 0,
|
||||
subscription_url: None,
|
||||
};
|
||||
|
||||
match store.get_calendar(&principal, &cal_id).await {
|
||||
|
||||
Reference in New Issue
Block a user