Skip to content

Commit f0debbe

Browse files
committed
fix(calendar): use new CALENDAR_NODEJS_ID
1 parent b14bea1 commit f0debbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/next.calendar.constants.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const SHARED_CALENDAR_KEY =
2424
* This is Node.js's Public Google Calendar ID used for all public entries from Node.js Calendar
2525
*/
2626
export const CALENDAR_NODEJS_ID =
27-
'nodejs.org_nr77ama8p7d7f9ajrpnu506c98@group.calendar.google.com';
27+
'c_16f0ae5d3a22625175d199dbdb1cac84c2d09eab7f173e94f558417cb5cdbfd8@group.calendar.google.com';
2828

2929
/**
3030
* Default Date format for Calendars and Time Components

0 commit comments

Comments
 (0)