mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Add a config setting to force unnecessary FBTYPE parameter in freebusy response.
This commit is contained in:
parent
160d87f5d2
commit
98fa892dfd
@ -50,6 +50,9 @@ function get_freebusy( $path_match, $range_start, $range_end, $bin_privs = null
|
||||
if ( $calendar_object->status == 'TENTATIVE' ) {
|
||||
$extra = ';BUSY-TENTATIVE';
|
||||
}
|
||||
else if ( isset($c->_workaround_client_freebusy_bug) && $c->_workaround_client_freebusy_bug ) {
|
||||
$extra = ';BUSY';
|
||||
}
|
||||
// else if ( $debugging ) {
|
||||
// $extra = ';'.$calendar_object->dav_id;
|
||||
// }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user