Update seed links format

This commit is contained in:
Charles Bochet
2024-07-23 14:48:26 +02:00
parent 6c34ef9a14
commit 2cc0597ee4
9 changed files with 614 additions and 612 deletions

View File

@ -22,8 +22,8 @@ export const seedCalendarEvents = async (
'location',
'iCalUID',
'conferenceSolution',
'conferenceLinkLabel',
'conferenceLinkUrl',
'conferenceLinkPrimaryLinkLabel',
'conferenceLinkPrimaryLinkUrl',
'recurringEventExternalId',
])
.orIgnore()
@ -41,8 +41,8 @@ export const seedCalendarEvents = async (
location: 'Seattle',
iCalUID: 'event1@calendar.com',
conferenceSolution: 'Zoom',
conferenceLinkLabel: 'https://zoom.us/j/1234567890',
conferenceLinkUrl: 'https://zoom.us/j/1234567890',
conferenceLinkPrimaryLinkLabel: 'https://zoom.us/j/1234567890',
conferenceLinkPrimaryLinkUrl: 'https://zoom.us/j/1234567890',
recurringEventExternalId: 'recurring1',
},
])