mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-16 03:53:40 +00:00
Add Microsoft's X- property for recommended refresh times.
This commit is contained in:
parent
b90e3f291c
commit
7ca6bf56b9
@ -78,6 +78,7 @@ function export_iCalendar( DAVResource $dav_resource ) {
|
||||
if ( !empty($c->auto_refresh_duration) ) {
|
||||
$vcal->AddProperty("X-APPLE-AUTO-REFRESH-INTERVAL", $c->auto_refresh_duration);
|
||||
$vcal->AddProperty("AUTO-REFRESH", $c->auto_refresh_duration);
|
||||
$vcal->AddProperty("X-PUBLISHED-TTL", $c->auto_refresh_duration);
|
||||
}
|
||||
|
||||
$need_zones = array();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user