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

CalDAV

Scheduled Pinned Locked Moved Troubleshooting
26 Posts 8 Posters 18.3k Views 8 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.
  • O Offline
    OsCourt
    last edited by Jan 24, 2018, 4:43 PM

    Hi @poekel,

    How have you installed baikal on your Syno ?

    1 Reply Last reply Reply Quote 0
    • P Offline
      poekel @OsCourt
      last edited by Apr 6, 2018, 7:11 PM

      @Beh

      Since sometime my calendar will not start. It keeps saying “loading”

      Does anyone have an idea to solve this ?

      1 Reply Last reply Reply Quote 0
      • Z Offline
        zeisolf
        last edited by zeisolf May 25, 2018, 4:24 PM May 5, 2018, 7:00 PM

        Dear all,

        it definitely sounds interesting to have Baikal-calenders on a MM as well.
        I am using Baikal (0.2.7, for my understanding the most recent version) on Synology for some time already now.
        By defnition i have the old-style path like http://MYSYNO/baikal/cal.php/calendars/USER/default/.
        To export any .ics-files for my understanding i will need to add the export plugin.
        How can i add this to Baikal on Synology or should this already be integrated in version 0.2.7?
        If not how can i update to any other version for Synology to enable this function?

        After some testing this is how i got it working:
        Add the Export-Plugin to Baikal:
        Edit cal.php
        near the end of the file add to the plugins:
        $server->addPlugin(new \Sabre\CalDAV\ICSExportPlugin());
        Edit card.php
        near the end of the file add to the plugins:
        $server->addPlugin(new \Sabre\CardDAV\VCFExportPlugin());

        URL in the web browser (i.e. Magic Mirror):
        http(s)://SERVER/baikal/cal.php/calendars/USER/default?export
        http(s)://SERVER/baikal/card.php/addressbooks/USER/default?export
        No additional parameters needed, if you want you can as described earlier in this thread…

        1 Reply Last reply Reply Quote 0
        • M Offline
          matt216
          last edited by Dec 16, 2023, 2:36 PM

          Hoping to get some up-to-date help with getting a self-hosted baikal (container) server on to my MagicMirror.
          I am currently seeing “Error in the calendar module. Authorization failed” which points to user/password.
          Config looks like:

          {
          module: "calendar",
          header: "family calendar",
          position: "top_left",
          config: {
                        calendars: [
                                           {
                                            url: "https://mydomain.tld/dav.php/calendars/family/default/',
                                            auth:   {
                                                         user: 'user',
                                                         pass: 'pass',
                                                         method: 'basic'
                                                          }
                                             }
                                             ],
                        maximumEntries: 5
                        }
          },
          
          

          I’ve had a play with ?export and &start flags but still getting the auth error.

          Anyone have any recent success with a local baikal container?

          Thank you for the help,
          Matt

          M M 2 Replies Last reply Dec 16, 2023, 8:12 PM Reply Quote 0
          • M Offline
            MMRIZE @matt216
            last edited by Dec 16, 2023, 8:12 PM

            @matt216
            Try MMM-CalDAV.

            1 Reply Last reply Reply Quote 0
            • M Offline
              matt216 @matt216
              last edited by matt216 Dec 28, 2023, 2:25 PM Dec 28, 2023, 2:24 PM

              @matt216

              Resolved.

              Adding ?export to the end of your calendar URL generates the ics file required. Also recommend confirming the auth settings in the baikal web UI.

              1 Reply Last reply Reply Quote 0
              • M matt216 referenced this topic on Jan 9, 2024, 2:45 PM
              • 1
              • 2
              • 3
              • 3 / 3
              • 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