mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-27 05:43:36 +00:00
The recipient header died in draft-sched-05, so we use the iCalendar ATTENDEE instead.
This commit is contained in:
parent
ceb1586f03
commit
640ca24213
@ -144,7 +144,7 @@ function handle_freebusy_request( $ic ) {
|
||||
}
|
||||
|
||||
$response = new XMLElement( $reply->Caldav("response") );
|
||||
$response->NewElement( $reply->Caldav("recipient"), new XMLElement("href",$_SERVER['HTTP_RECIPIENT']) );
|
||||
$response->NewElement( $reply->Caldav("recipient"), new XMLElement("href",$attendee->Value()) );
|
||||
$response->NewElement( $reply->Caldav("request-status"), "2.0;Success" ); // Cargo-cult setting
|
||||
$response->NewElement( $reply->Caldav("calendar-data"), $fb->Render() );
|
||||
$responses[] = $response;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user