Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(calendar): use new CALENDAR_NODEJS_ID #7097

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading