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.4k 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

      @lightfixer2000 pm2 start xxx

      xxx can be a bash script
      or an executable

      if you the bash script the you can ha e multile commands and logic

      pm2’s job is to start and run things and keep them running

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • M Offline
        MMRIZE @lightfixer2000
        last edited by

        @lightfixer2000
        I’m not using vdirsyncer to get iCloud or Google private/family calendars as iCal. So I have no idea.
        Instead I use MMM-CalDAV. Sorry.

        L 1 Reply Last reply Reply Quote 0
        • L Offline
          lightfixer2000 @MMRIZE
          last edited by

          @MMRIZE Hi thanks for the heads up on CalDAV. Is this also a program which can deal privately with iCloud calendars? Rather than Vdirsyncer? Thanks.

          1 Reply Last reply Reply Quote 0
          • bugsounetB bugsounet referenced this topic on
          • L Offline
            lightfixer2000
            last edited by

            Update. So I have removed Vdirsyncer and installed MMM-CalDAV.
            I have two calendars running, the standard calendar which I have set to UK Holidays and our shared icloud family calendar.
            CalDav is accessing my shared family icloud calendar. I see timed single events ok and even events spread over a couple of days. But, it is still not showing repeating weekly events. You see the initial start date/event and that is all.
            Having read quite a few posts on missing events I have tried several suggestions to no effect. Checking the family ics file I see the data there. However, there is no RRULE listing associated with these events.
            Also should there be further data on the URL VALUE? I have not deleted anything, but its blank. Is this because CalDAV is handling the URL?
            Here is part of the shared ics file. I’ve deleted UID in case this unique to me.

            BEGIN:VEVENT
            DTSTAMP:20240411T163851Z
            CREATED:20240410T140919Z
            DTSTAMP:20240411T112142Z
            LAST-MODIFIED:20240411T112141Z
            SEQUENCE:3
            SUMMARY:Testing….
            UID:******
            URL;VALUE=URI:
            X-APPLE-CREATOR-IDENTITY:com.apple.mobilecal
            X-APPLE-CREATOR-TEAM-IDENTITY:0000000000
            TRANSP:OPAQUE
            X-RECURRENCE-MASTER:True
            DTSTART;TZID=Europe/London:20240412T130000
            DTEND;TZID=Europe/London:20240412T140000
            RECURRENCE-ID:20240412T120000Z
            END:VEVENT
            BEGIN:VEVENT
            DTSTAMP:20240411T163851Z
            CREATED:20240410T140919Z
            DTSTAMP:20240411T112142Z
            LAST-MODIFIED:20240411T112141Z
            SEQUENCE:3
            SUMMARY:Testing….
            UID:*****
            URL;VALUE=URI:
            X-APPLE-CREATOR-IDENTITY:com.apple.mobilecal
            X-APPLE-CREATOR-TEAM-IDENTITY:0000000000
            TRANSP:OPAQUE
            DTSTART;TZID=Europe/London:20240419T130000
            DTEND;TZID=Europe/London:20240419T140000
            RECURRENCE-ID:20240419T120000Z
            END:VEVENT
            BEGIN:VEVENT
            DTSTAMP:20240411T163851Z
            CREATED:20240410T140919Z
            DTSTAMP:20240411T112142Z
            LAST-MODIFIED:20240411T112141Z
            SEQUENCE:3
            SUMMARY:Testing….
            UID:******
            URL;VALUE=URI:
            X-APPLE-CREATOR-IDENTITY:com.apple.mobilecal
            X-APPLE-CREATOR-TEAM-IDENTITY:0000000000
            TRANSP:OPAQUE
            DTSTART;TZID=Europe/London:20240426T130000
            DTEND;TZID=Europe/London:20240426T140000
            RECURRENCE-ID:20240426T120000Z
            END:VEVENT
            BEGIN:VEVENT
            DTSTAMP:20240411T163851Z
            CREATED:20240410T140919Z
            DTSTAMP:20240411T112142Z
            LAST-MODIFIED:20240411T112141Z
            SEQUENCE:3
            SUMMARY:Testing….
            UID:******
            URL;VALUE=URI:
            X-APPLE-CREATOR-IDENTITY:com.apple.mobilecal
            X-APPLE-CREATOR-TEAM-IDENTITY:0000000000
            TRANSP:OPAQUE
            DTSTART;TZID=Europe/London:20240503T130000
            DTEND;TZID=Europe/London:20240503T140000
            RECURRENCE-ID:20240503T120000Z
            END:VEVENT
            BEGIN:VEVENT
            DTSTAMP:20240411T163851Z
            CREATED:20240410T140919Z
            DTSTAMP:20240411T112142Z
            LAST-MODIFIED:20240411T112141Z
            SEQUENCE:3
            SUMMARY:Testing….
            UID:******
            URL;VALUE=URI:
            X-APPLE-CREATOR-IDENTITY:com.apple.mobilecal
            X-APPLE-CREATOR-TEAM-IDENTITY:0000000000
            TRANSP:OPAQUE
            DTSTART;TZID=Europe/London:20240510T130000
            DTEND;TZID=Europe/London:20240510T140000
            RECURRENCE-ID:20240510T120000Z
            END:VEVENT
            BEGIN:VEVENT
            DTSTAMP:20240411T163851Z
            CREATED:20240410T140919Z
            DTSTAMP:20240411T112142Z
            LAST-MODIFIED:20240411T112141Z
            SEQUENCE:3
            SUMMARY:Testing….
            UID:******
            URL;VALUE=URI:
            X-APPLE-CREATOR-IDENTITY:com.apple.mobilecal
            X-APPLE-CREATOR-TEAM-IDENTITY:0000000000
            TRANSP:OPAQUE
            DTSTART;TZID=Europe/London:20240517T130000
            DTEND;TZID=Europe/London:20240517T140000
            RECURRENCE-ID:20240517T120000Z
            END:VEVENT
            

            Reading the posts I gather there is on an ongoing issue with regard to RRULE. Is this the cause of the problem?
            I have tried returning node-ical back to its previous version 16 also with no effect.
            Am I missing something really obvious?
            Any further suggestions or help greatly received. Thanks.

            S M 2 Replies Last reply Reply Quote 0
            • S Offline
              sdetweil @lightfixer2000
              last edited by

              @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 Reply Quote 0
              • L Offline
                lightfixer2000 @sdetweil
                last edited by

                @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 Reply Quote 0
                • M Offline
                  MMRIZE @lightfixer2000
                  last edited by MMRIZE

                  @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

                    @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 Reply Quote 0
                    • L Offline
                      lightfixer2000 @sdetweil
                      last edited by

                      @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 Reply Quote 0
                      • S sdetweil has marked this topic as solved on
                      • M Offline
                        MMRIZE @lightfixer2000
                        last edited by

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