• 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.

MMM-CalendarExt3 not syncing automatically with icloud

Scheduled Pinned Locked Moved Solved Troubleshooting
20 Posts 4 Posters 2.0k Views 4 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.
  • S Offline
    sdetweil @lightfixer2000
    last edited by Apr 12, 2024, 12:38 PM

    @lightfixer2000 MMM-CalDav is creating the ics file

    the node-ical problem is processing the rrule, if any

    i have not seen reports of calendar troubles with the latest mm release on April 1

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    L 1 Reply Last reply Apr 12, 2024, 1:07 PM Reply Quote 0
    • L Offline
      lightfixer2000 @sdetweil
      last edited by Apr 12, 2024, 1:07 PM

      @sdetweil
      A couple of questions for my understanding.
      Does RRULE make calendar display repeat events?
      Is CalDAV responsible for dropping the RRULE?
      Is it possible to show repeat weekly events?

      S 1 Reply Last reply Apr 12, 2024, 1:13 PM Reply Quote 0
      • M Offline
        MMRIZE @lightfixer2000
        last edited by MMRIZE Apr 12, 2024, 1:13 PM Apr 12, 2024, 1:09 PM

        @lightfixer2000
        At this moment, I’m unsure the exact symptom what you said.
        There is an undocumented options for more detail configuration.
        Try expand: false, in your module config.

        {
          module: "MMM-CalDAV", 
          config: {
            servers: [
              { 
                envPrefix: "ICLOUD_", // I assumed.
                serverUrl: "https://caldav.icloud.com", 
                expand: false,  // <== This.
                targets: [
                ...
        

        I’m not sure whether this will help yours or not. I just suspect.

        PS. (more detail).
        This option is related to expanding repeated events to a series of single independent events. As far as I remember, in some prior calendars, there were some issues handling repeated events by RRULE. So, I made this module to forcefully avoid that issue by default. I think recently things might be changed, so hidden option expand: true might cause your symptom.

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @lightfixer2000
          last edited by sdetweil Apr 12, 2024, 1:15 PM Apr 12, 2024, 1:13 PM

          @lightfixer2000 RRULE stands for Repeating Rule
          it handles ALL the rules that make this event happen again (on some cycle)
          it is optional… as some (most) events don’t repeat

          MMM-CalDav is processing the caldav calendar and creating the ICS file we process, using the ICAL standards.

          if there is no RRULE, then it is not repeating.
          the default calendar does not look at the text of the ICS file, we download it, then send it to the node-ical module to convert the text into workable objects.
          it replicates the RRULE into an object in the event entry, and then we check for the RRULE object… if present we ask the RRULE library for the events that match the rules in the next year.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          L 1 Reply Last reply Apr 12, 2024, 5:23 PM Reply Quote 0
          • L Offline
            lightfixer2000 @sdetweil
            last edited by Apr 12, 2024, 5:23 PM

            @sdetweil & @MMRIZE
            Every day is a school day!!
            So adding “expand” into my config has fixed my issue. The ics is now including RRULE and the calendar is displaying repeating events.
            Thank you for the explanation.
            Happy Days.

            M 1 Reply Last reply Apr 12, 2024, 5:48 PM Reply Quote 0
            • S sdetweil has marked this topic as solved on Apr 12, 2024, 5:34 PM
            • M Offline
              MMRIZE @lightfixer2000
              last edited by Apr 12, 2024, 5:48 PM

              @lightfixer2000
              Happy to hear. I’ll reveal that option in the readme. Recently, someone else reported me the same issue, and the solution was the same. I’ll change the default value soon.

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 2
              2 / 2
              • First post
                19/20
                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