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

more calendar #44

Open
mirrormonark opened this issue Aug 16, 2023 · 1 comment
Open

more calendar #44

mirrormonark opened this issue Aug 16, 2023 · 1 comment

Comments

@mirrormonark
Copy link

hello. how can i add more google calendars? i give an example:

i on calendar google i set my calendar (calendar id), then calendar birthdays (another calendar id), then english holiday calendar (another calendar id), how can i display them? i tried this:

           {
	    symbol: "calendar-week",
	    calendarID: "[email protected]"
	},
	{
	    symbol: "birthday-cake",
	    calendarID: "XXXXX#[email protected]",
	    color: "#ff0000"
	},
	// add another calendar HERE if needed
	{
	    symbol: "Festività Italiana",
	    calendarID: "[email protected]",
@randomBrainstormer
Copy link
Owner

Hi @mirrormonark, the example you have above should work. Try checking if the calendarID is correct. To find your Google Calendar ID:

  1. Head over to your Google Calendar by visiting https://calendar.google.com/.
  2. Look for the settings icon (resembling a gear) in the upper right corner and click on it to access Settings.
  3. On the left side, navigate to Settings for my calendars, and select the calendar you wish to display on MMM-GoogleCalendar.
  4. Scroll until you find the Integrate calendar section. Your calendar ID is listed there. This ID usually ends with @group.calendar.google.com There's no need to modify any settings here—just copy the Calendar ID and replace it in the calendarID value in the module configuration.

Let us know if the above steps work, as an alternative, you can try to check for logs and see if there was any issue with the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants