Searched refs:attendee (Results 1 – 6 of 6) sorted by relevance
65 return attendees.find((attendee) => attendee.id === attendeeId);173 function testAttendeeShape(attendee) { argument174 t.expect(attendee).toBeDefined();175 t.expect(typeof attendee.name).toBe('string');176 t.expect(typeof attendee.role).toBe('string');178 t.expect(typeof attendee.status).toBe('string');180 t.expect(typeof attendee.type).toBe('string');184 t.expect(typeof attendee.url).toBe('string');188 t.expect(typeof attendee.id).toBe('string');464 const newAttendee = attendees.find((attendee) => attendee.id === attendeeId);[all …]
334 for (EKParticipant *attendee in attendees) {335 [serializedAttendees addObject:[EXCalendarConverter _serializeAttendee:attendee]];341 + (NSDictionary *)_serializeAttendee:(EKParticipant *)attendee343 if (!attendee) {357 formedAttendee[@"isCurrentUser"] = @(attendee.currentUser);359 if (attendee.name) {360 formedAttendee[@"name"] = attendee.name;363 if (attendee.participantRole) {367 if (attendee.participantStatus) {371 if (attendee.participantType) {[all …]
334 for (EKParticipant *attendee in attendees) {341 + (NSDictionary *)_serializeAttendee:(EKParticipant *)attendee343 if (!attendee) {357 formedAttendee[@"isCurrentUser"] = @(attendee.currentUser);359 if (attendee.name) {360 formedAttendee[@"name"] = attendee.name;363 if (attendee.participantRole) {367 if (attendee.participantStatus) {371 if (attendee.participantType) {375 if (attendee.URL) {[all …]
1 …attendee on the device.\n * @platform android\n */\n id?: string;\n /**\n * Indicates whet…