• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Calendar module has a problem with repeating calendar entries

Scheduled Pinned Locked Moved Troubleshooting
5 Posts 5 Posters 2.0k Views 6 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    WillemW
    last edited by Mar 9, 2018, 6:29 PM

    I am using the default calendar module to show events and birthdays. For this it links to a google calendar. In this calendar I record the events and birthdays on the day they started and repeat them annually. When I record more than three events/birthdays in the calendar the module stops showing any information from this calendar. My config looks like this:

    	{
    		module: "calendar",
    		header: "Festivities",
    		position: "top_left",
    		config: {
    			timeFormat: "absolute",
    			maximumEntries: '10',
    			maxTitleLength: '20',
    			displayRepeatingCountTitle: 'true',
    			calendars: [
    				{
    					symbol: "birthday-cake",
    					repeatingCountTitle: "jaar",
    					url: "https://calendar.google.com/calendar/ical/1egmps6ppemii2f82svtu4nbfg%40group.calendar.google.com/private-ab0550be85d14d2a20c24c4eebd4e97e/basic.ics",
    				},
    				{
    					symbol: "flag",
    					repeatingCountTitle: "jaar",
    					url: "https://calendar.google.com/calendar/ical/e805v9vdbqh12san27amedqlt0%40group.calendar.google.com/private-8b974556875b59299eeccfa118c1872d/basic.ics",
    				},
    				{
    					symbol: "flag",
    					url: "https://calendar.google.com/calendar/ical/nl.dutch%23holiday%40group.v.calendar.google.com/public/basic.ics",
    				},
    			],
    		}
    	},
    

    For debugging I created two calendars the first has three events the second has the same events including a fourth one. You can check this with curl -L . The information in the calendars is fake and only there for debugging purposes. The calendars will be deleted when the issue is fixed so feel free to use them for debugging.

    Can somebody let me know what I am doing wrong or check if there is something in the module code that explains this behaviour. Thank you.

    1 Reply Last reply Reply Quote 0
    • T Offline
      thymon
      last edited by May 9, 2018, 11:15 PM

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • W Offline
        WillBuden
        last edited by Jul 15, 2019, 1:10 PM

        Has this been resolved? I’m having the same problem.

        Bill B

        1 Reply Last reply Reply Quote 0
        • B Offline
          Buccaneeruk
          last edited by Jul 27, 2019, 9:31 PM

          I am having the same issue, using a 365 ical certain entries show others dont, the ones that dont tend to be annual recurrence

          1 Reply Last reply Reply Quote 0
          • B Offline
            BKeyport Module Developer
            last edited by Jul 28, 2019, 10:57 AM

            Repeating events in the default calendar app is currently bugged out from all sides. In my case, they’ll show a day early, and show events that flat out don’t exist, but per the repeating calendar rule should (Example, Monthly event on the 3rd Tuesday of the month, except July - July is deleted manually from the cycle)

            It appears to me that they’ve decided to read the initial repeating event, and use that data to populate the others, right or wrong.

            The "E" in "Javascript" stands for "Easy"

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy