Home
last modified time | relevance | path

Searched refs:attendee (Results 1 – 6 of 6) sorted by relevance

/expo/apps/test-suite/tests/
H A DCalendar.js65 return attendees.find((attendee) => attendee.id === attendeeId);
173 function testAttendeeShape(attendee) { argument
174 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 …]
/expo/packages/expo-calendar/ios/EXCalendar/
H A DEXCalendarConverter.m334 for (EKParticipant *attendee in attendees) {
335 [serializedAttendees addObject:[EXCalendarConverter _serializeAttendee:attendee]];
341 + (NSDictionary *)_serializeAttendee:(EKParticipant *)attendee
343 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 …]
/expo/ios/versioned/sdk47/EXCalendar/EXCalendar/
H A DABI47_0_0EXCalendarConverter.m334 for (EKParticipant *attendee in attendees) {
341 + (NSDictionary *)_serializeAttendee:(EKParticipant *)attendee
343 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 …]
/expo/ios/versioned/sdk49/EXCalendar/EXCalendar/
H A DABI49_0_0EXCalendarConverter.m334 for (EKParticipant *attendee in attendees) {
341 + (NSDictionary *)_serializeAttendee:(EKParticipant *)attendee
343 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 …]
/expo/ios/versioned/sdk48/EXCalendar/EXCalendar/
H A DABI48_0_0EXCalendarConverter.m334 for (EKParticipant *attendee in attendees) {
341 + (NSDictionary *)_serializeAttendee:(EKParticipant *)attendee
343 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 …]
/expo/packages/expo-calendar/build/
H A DCalendar.js.map1attendee on the device.\n * @platform android\n */\n id?: string;\n /**\n * Indicates whet…