caldav/config
Types
Values
pub fn new(base_url: String, auth: auth.Auth) -> Config
Creates a config with the required base URL and authentication settings.
pub fn with_timeout(config: Config, timeout_ms: Int) -> Config
Returns a copy of the config with a custom timeout in milliseconds.