* calendar/esync: active-sync does NOT want calendar owner as participant

This commit is contained in:
Klaus Leithoff 2011-12-06 14:00:04 +00:00
parent 225317c0b3
commit 220afbf728

View File

@ -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];