Skip to content

Commit 4201be3

Browse files
Merge pull request #1404 from eclipse-tractusx/update_connector_biweekly
Change the connector weekly in Open Meetings
2 parents 862486d + c32f131 commit 4201be3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

data/meetings.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,18 @@ export const meetings = [
144144
},
145145
{
146146
id: 'edc-weekly',
147-
title: 'EDC Weekly | Extended',
147+
title: 'Connector - Open Meeting',
148148
category: MEETING_CATEGORIES.PRODUCT,
149-
description: 'Open house meeting to support with anything EDC related. You have questions about EDC, problems running/ configuring EDC in your environment or want to know what´s next in EDC and when to expect? This is the place to ask all these questions.',
149+
description: 'Open house meeting to support with anything connector related. You have questions about the connector, problems running/configuring connector in your environment or want to know what´s next in connector and when to expect? This is the place to ask all these questions.',
150150
contact: '[email protected]',
151-
sessionLink: 'https://eclipse.zoom.us/j/85945828202?pwd=YODkCen20BOQV9WNJEeNFM8zaOlxo9.1',
151+
sessionLink: 'https://eclipse.zoom.us/j/87463482673?pwd=XwLhl6yazHg2Llaos4ojcCs2OPRaip.1',
152152
recurrence: {
153-
frequency: 'weekly',
154-
interval: 1,
153+
frequency: 'bi-weekly',
154+
interval: 2,
155155
daysOfWeek: ['tuesday'],
156-
startTime: '10:30',
157-
endTime: '11:00',
156+
startTime: '16:00',
157+
endTime: '16:30',
158+
validFrom: '2026-01-06',
158159
},
159160
},
160161
{

0 commit comments

Comments
 (0)