pub fn caldav_router<AP: AuthenticationProvider, C: CalendarStore, DP: DavPushStore>(
prefix: &'static str,
auth_provider: Arc<AP>,
store: Arc<C>,
dav_push_store: Arc<DP>,
simplified_home_set: bool,
config: Arc<CalDavConfig>,
) -> Router