Month view
Opened this issue · 2 comments
dgoth commented
Is it possible to create a month view?
pmedvedev commented
+1 on this as well
kriegschrei commented
This works in conjunction with MMM-MonthlyCalender.
MMM-GoogleCalendar example configuration.
- hide the module
- set the broadcastEvents and broadcastPastEvents as needed, also set maximum events and number of days to query
{
module: 'MMM-GoogleCalendar',
header: "My Calendar",
position: "top_right",
hiddenOnStartup: true,
maximumEntries: 100,
config: {
broadcastEvents: true,
broadcastPastEvents: true,
maximumNumberOfDays: 32,
maximumEntries: 150,
calendars: [
{
symbol: "calendar-week",
calendarID: "mycalendar@group.calendar.google.com",
}
// add another calendar HERE if needed
],
}
},
MMM-MonthlyCalendar will display the events from this module in a monthly view.