Add Microsoft's X- property for recommended refresh times.

This commit is contained in:
Andrew McMillan 2012-07-08 11:56:10 +12:00
parent b90e3f291c
commit 7ca6bf56b9

View File

@ -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();