diff --git a/inc/freebusy-functions.php b/inc/freebusy-functions.php index b7d788a7..f4506622 100644 --- a/inc/freebusy-functions.php +++ b/inc/freebusy-functions.php @@ -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; // }