mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
* calendar/esync: active-sync does NOT want calendar owner as participant
This commit is contained in:
parent
e4c4ce3d45
commit
1759838b91
@ -1030,8 +1030,7 @@ return array(); // temporary disabling meeting requests from calendar
|
||||
foreach($event['participants'] as $uid => $status)
|
||||
{
|
||||
// AS does NOT want calendar owner as participant
|
||||
// disabled, as otherwise status is NOT transfered to client
|
||||
// if ($uid == $account) continue;
|
||||
if ($uid == $account) continue;
|
||||
calendar_so::split_status($status, $quantity, $role);
|
||||
$attendee = new SyncAttendee();
|
||||
$attendee->attendeestatus = (int)self::$status2as[$status];
|
||||
|
Loading…
Reference in New Issue
Block a user