59 if (Main\Loader::includeModule(
'calendar'))
62 $entry = \CCalendarEvent::getEventForViewInterface($calendarEventId);
64 if ($entry && isset($entry[
'ATTENDEE_LIST']))
66 foreach($entry[
'ATTENDEE_LIST'] as $attendee)
68 $attendeeId = (int)$attendee[
'id'];
71 $attendeeIds[] = $attendeeId;
76 if (in_array($userId, $attendeeIds,
true))