mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Tweak 'we don't support this' response to scheduling requests.
This commit is contained in:
parent
429940f4d9
commit
22e39493e7
@ -138,7 +138,8 @@ function public_events_only( $user_no, $dav_name ) {
|
||||
* @return float The result of the scheduling request, per caldav-sched #3.5.4
|
||||
*/
|
||||
function write_scheduling_request( &$resource, $attendee ) {
|
||||
return '5.4';
|
||||
$response = '5.3;'.translate('No scheduling support for user');
|
||||
return '"'.$response.'"';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user