Read the statement by Michael Teeuw here.
Calendar modification
-
maximumNumberOfDays
should be part of theconfig
object:{ module: 'calendar', header: 'Events', position: 'top_left', config: { maximumNumberOfDays: 7, calendars: [ { symbol: 'calendar-check-o ', url: 'https://calendar.google.com/calendar/ical/your-info' } ] } },
-
That makes perfect sense. :) sorry didn’t catch that…
-
@KirAsh4 Weird. I had to make mine public or else the dashboard wont be able to display saying “No Events”
-
@MagicCrumps1, perhaps you were using the wrong URL? There’s both a public and a private one. If you use the public URL, then you must also set your calendar to public view. But the private URL has the authentication key in it. No need to make the calendar public.
-
@KirAsh4 Of course that worked. Thanks for the silver bullet
-
Hey guys sorry I’ve been away so I haven’t seen all these posts but I would recommend putting the calendar in monthly mode so events to disappear prematurely.
-
@00conman, care to explain what you mean?
-
@KirAsh4 I keep my calendar in month mode because it makes sure that events don’t delete halfway through a day and when in month mode it prevents a glitch from occurring. In that glitch on the mirror itself events will be assigned random times, in my case the newest event would be assigned 4:00 am and then each event after that would increase by the hour to 5:00 and so on. There is also an occurrence that events will randomly delete themselves from the actual mirror, not the online calendar, so putting this in month mode will cause them to remove themselves, or stop displaying, on the mirror at 12:00 o’clock midnight the day that they were assigned. It is certainly not necessary but I would do it because it take just a few seconds.
-
To anyone wondering how to switch the calendar to month mode here is a few images.
Main calendar:
https://gyazo.com/52f994a4b33968c8a0ebe2effe349179And where you switch it:
https://gyazo.com/81e42213091d63b75e4bb9798e01d4acPlease note that it might not work the first time in that case either try again and reload the page or try again and go to settings and save the calendar.
-
That’s something that is outside of the scope of MM itself. They don’t have anything to do with the MM calendar module itself. When you said to keep the calendar in monthly mode, my first reaction was, ‘Uh, the calendar doesn’t have a monthly view’, hence my request for clarification.
It’s helpful to others who are using that specific service to host a calendar, and trying to incorporate it into MM, but you needed to specify what you were referring to.
Thanks for the clarification.