mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-01 18:48:17 +00:00
Turn on calendar-auto-schedule header if $c->enable_auto_schedule
This commit is contained in:
parent
c0d950b687
commit
20514c05e6
@ -47,6 +47,7 @@ function send_dav_header() {
|
||||
else {
|
||||
// We don't actually do calendar-auto-schedule yet - when we do we should add it on here.
|
||||
$dav = '1, 2, 3, access-control, calendar-access, calendar-schedule, extended-mkcol, calendar-proxy, bind, addressbook';
|
||||
if ( $c->enable_auto_schedule ) $dav .= ', calendar-auto-schedule';
|
||||
}
|
||||
}
|
||||
$dav = explode( "\n", wordwrap( $dav ) );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user