mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-25 17:46:52 +00:00
Correct response for schedule-inbox.
This commit is contained in:
parent
b30d898c51
commit
1ad6713dfc
@ -510,7 +510,7 @@ function collection_to_xml( $collection ) {
|
||||
if ( $session->user_no != $collection->user_no ) {
|
||||
$reply->CalDAVElement( $denied, 'calendar-free-busy-set');
|
||||
}
|
||||
else if ( $collection->type == 'in' ) {
|
||||
else if ( $collection->type == 'schedule-inbox' ) {
|
||||
$fb_set = array();
|
||||
foreach( $request->principal->calendar_free_busy_set AS $k => $v ) {
|
||||
$fb_set[] = $reply->href( $v, false, 'DAV:' );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user