commit
1e402f9ea2
@ -1216,7 +1216,7 @@ if (count($listofextcals)) {
|
|||||||
// LOW = 0 to 4
|
// LOW = 0 to 4
|
||||||
// MEDIUM = 5
|
// MEDIUM = 5
|
||||||
// HIGH = 6 to 9
|
// HIGH = 6 to 9
|
||||||
if ($icalevent['PRIORITY']) {
|
if (!empty($icalevent['PRIORITY'])) {
|
||||||
$event->priority = $icalevent['PRIORITY'];
|
$event->priority = $icalevent['PRIORITY'];
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1237,7 +1237,7 @@ if (count($listofextcals)) {
|
|||||||
// X-MICROSOFT-CDO-BUSYSTATUS:OOF + TRANSP:OPAQUE => Away from the office / off-site
|
// X-MICROSOFT-CDO-BUSYSTATUS:OOF + TRANSP:OPAQUE => Away from the office / off-site
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($icalevent['LOCATION']) {
|
if (!empty($icalevent['LOCATION'])) {
|
||||||
$event->location = $icalevent['LOCATION'];
|
$event->location = $icalevent['LOCATION'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user