system_name = "DAViCal CalDAV Server"; $c->domain_name = "calendar.example.com"; $c->admin_email = 'hostmaster@example.com'; $c->pg_connect[] = "dbname=davical user=davical password=davical"; $c->home_calendar_name = 'home'; $c->hide_TODO = true; $c->readonly_webdav_collections = true; $c->enable_row_linking = true; $c->collections_always_exist = true; $c->default_relationships = array(); $c->default_locale = 'en_US.UTF-8'; $c->allow_get_email_visibility = false;