Skip to content

Commit

Permalink
fix(calendar): use new CALENDAR_NODEJS_ID (#7097)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer authored Oct 7, 2024
1 parent b14bea1 commit 10aa149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/next.calendar.constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const SHARED_CALENDAR_KEY =
* This is Node.js's Public Google Calendar ID used for all public entries from Node.js Calendar
*/
export const CALENDAR_NODEJS_ID =
'nodejs.org_nr77ama8p7d7f9ajrpnu506c98@group.calendar.google.com';
'c_16f0ae5d3a22625175d199dbdb1cac84c2d09eab7f173e94f558417cb5cdbfd8@group.calendar.google.com';

/**
* Default Date format for Calendars and Time Components
Expand Down

0 comments on commit 10aa149

Please sign in to comment.