4506 change field labels and field type for calendarevent object metadata to match figma (#4679)
* update calendarEvent labels and description to match Figma * modify conferenceUri to conferenceLink with LINK type * update format-google-calendar-event.util to match new conferenceLink * update CalendarEventDetails since overriding the fields is no longer needed * fix mock metadata * generate new uuid for field conferenceLink
This commit is contained in:
@ -22,7 +22,8 @@ export const seedCalendarEvents = async (
|
||||
'location',
|
||||
'iCalUID',
|
||||
'conferenceSolution',
|
||||
'conferenceUri',
|
||||
'conferenceLinkLabel',
|
||||
'conferenceLinkUrl',
|
||||
'recurringEventExternalId',
|
||||
])
|
||||
.orIgnore()
|
||||
@ -40,7 +41,8 @@ export const seedCalendarEvents = async (
|
||||
location: 'Seattle',
|
||||
iCalUID: 'event1@calendar.com',
|
||||
conferenceSolution: 'Zoom',
|
||||
conferenceUri: 'https://zoom.us/j/1234567890',
|
||||
conferenceLinkLabel: 'https://zoom.us/j/1234567890',
|
||||
conferenceLinkUrl: 'https://zoom.us/j/1234567890',
|
||||
recurringEventExternalId: 'recurring1',
|
||||
},
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user