define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}'); define('CALDAV_PATH', '/SOGo/dav/%u/'); define('CALDAV_PERSONAL', 'personal'); define('CALDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u/'); { my $ro = $sogosync{'ReadOnly'} || 'disabled'; $ro = ($ro =~ m/^yes|enabled|1$/) ? 'true':'false'; $OUT .= " define('CALDAV_READONLY', $ro);\n"; }