4702 rename calendareventattendee to calendareventparticipant (#4761)
Closes #4702
This commit is contained in:
@ -10,7 +10,7 @@ export const mockedCalendarEvents: CalendarEvent[] = [
|
||||
isFullDay: false,
|
||||
startsAt: addDays(new Date().setHours(10, 0), 1).toISOString(),
|
||||
visibility: 'METADATA',
|
||||
attendees: [
|
||||
participants: [
|
||||
{ displayName: 'John Doe', workspaceMemberId: 'john-doe' },
|
||||
{ displayName: 'Jane Doe', workspaceMemberId: 'jane-doe' },
|
||||
{ displayName: 'Tim Apple', workspaceMemberId: 'tim-apple' },
|
||||
|
||||
@ -1443,9 +1443,9 @@ const mockedCalendarEventsMetadata = {
|
||||
__typename: 'field',
|
||||
id: '07880d2d-4f08-458f-be0b-876402d2a769',
|
||||
type: 'RELATION',
|
||||
name: 'eventAttendees',
|
||||
label: 'Event Attendees',
|
||||
description: 'Event Attendees',
|
||||
name: 'eventParticipants',
|
||||
label: 'Event Participants',
|
||||
description: 'Event Participants',
|
||||
icon: 'IconUserCircle',
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
@ -1465,8 +1465,8 @@ const mockedCalendarEventsMetadata = {
|
||||
__typename: 'object',
|
||||
id: '4adb1b1a-9643-4d1c-a2a0-b1b02ae192ad',
|
||||
dataSourceId: 'fa94b810-e848-490c-a5f7-24a1ee5bfaa6',
|
||||
nameSingular: 'calendarEventAttendee',
|
||||
namePlural: 'calendarEventAttendees',
|
||||
nameSingular: 'calendarEventParticipant',
|
||||
namePlural: 'calendarEventParticipants',
|
||||
isSystem: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user