You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]",
The text was updated successfully, but these errors were encountered:
Look for the settings icon (resembling a gear) in the upper right corner and click on it to access Settings.
On the left side, navigate to Settings for my calendars, and select the calendar you wish to display on MMM-GoogleCalendar.
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.
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:
The text was updated successfully, but these errors were encountered: