mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Set ORGANIZER for KDE
This commit is contained in:
parent
c816b4188e
commit
0412ebbb33
@ -513,7 +513,8 @@ class calendar_ical extends calendar_boupdate
|
|||||||
// according to iCalendar standard, ORGANIZER not used for events in the own calendar
|
// according to iCalendar standard, ORGANIZER not used for events in the own calendar
|
||||||
if (!$organizerCN &&
|
if (!$organizerCN &&
|
||||||
($event['owner'] != $this->user
|
($event['owner'] != $this->user
|
||||||
|| $this->productManufacturer != 'groupdav'))
|
|| $this->productManufacturer != 'groupdav'
|
||||||
|
|| $this->productName == 'kde'))
|
||||||
{
|
{
|
||||||
$mailtoOrganizer = $GLOBALS['egw']->accounts->id2name($event['owner'],'account_email');
|
$mailtoOrganizer = $GLOBALS['egw']->accounts->id2name($event['owner'],'account_email');
|
||||||
$mailtoOrganizer = $mailtoOrganizer ? 'MAILTO:'.$mailtoOrganizer : '';
|
$mailtoOrganizer = $mailtoOrganizer ? 'MAILTO:'.$mailtoOrganizer : '';
|
||||||
|
Loading…
Reference in New Issue
Block a user