Skip to main content

caldav_router

Function caldav_router 

Source
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