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.

    Office 365 Calendar published on webdav - view in Calendar Module

    Scheduled Pinned Locked Moved Troubleshooting
    9 Posts 4 Posters 4.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.
    • M Offline
      Max
      last edited by

      Hi Gents,
      I’m a recent Magic Mirror enthusiast, needless to say complete noob in the coding. I’ve managed to install the MagicMirror (thanks for detailed guidelines) and even added Weather and News module, however struggling with my Calendar.
      I would like to add my work Office 365 Calendar events, to the MagicMirror. I’ve published it at the email server that supports webdav. Now, Im trying to add the code in to the config file, and it says that config is broken. I assume I made some syntax mistake I cannot see, and other thing is im doing this correctly? (Office 365 > webdav)

       {
                  module: "calendar",
                  header: "Events",
                  position: "top_left",
                  config: {
                      calendars: [
                          {
                              symbol: "calendar-check-o ",
                              url: "webcals://webdav.yandex.ru./My_Calendar.ics"
                                  auth: {
                      user: 'xxx@xxxx.xx',
                      pass: 'xxx',
                      method: 'basic'
                          }
                          }
                      ]
                  }
              },
      //your code here
      
      ? 1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User @Max
        last edited by

        @Max you missed comma in the end of url line.

        1 Reply Last reply Reply Quote 0
        • M Offline
          Max
          last edited by

          Thank you Sean, indeed, after I’ve added a comma the error disappeared and mirror loaded, however, the Calendar module says Loading…
          Do you, or anybody knows how I could troubleshoot this? Did anybody do something like this?

          Thank you in advance for help!

          Mykle1M 1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer @Max
            last edited by

            @Max

            url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'

            Try webcal. Your url has webcals.

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • M Offline
              Max
              last edited by

              Mykle1, thanks i did as you said, however now it says no upcoming events. (there are few).

              Mykle1M 1 Reply Last reply Reply Quote 0
              • Mykle1M Offline
                Mykle1 Project Sponsor Module Developer @Max
                last edited by

                @Max said in Office 365 Calendar published on webdav - view in Calendar Module:

                now it says no upcoming events. (there are few).

                Try using this as a test

                url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'

                If this works, as I expect it to, then there is something wrong with the calendar.ics file that you are trying to use

                Create a working config
                How to add modules

                M 1 Reply Last reply Reply Quote 0
                • M Offline
                  Max @Mykle1
                  last edited by

                  @Mykle1, yes the out of the box calendar works. Im trying to understand what I did wrong with mine.
                  If anyone did do it this way pls let me know. My work office 365 calendar cannot be published online, and sharing options also dosnt work, the only opiton I could find is via webcal

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    SimtechBen @Max
                    last edited by

                    @Max Myself as well. My Office 365 calendar just says no upcoming events. I know there are some.
                    I have tried all of the permission settings in the publish calendar section in Office 365 browser version.
                    Did anyone get this working?

                    1 Reply Last reply Reply Quote 0
                    • ? Offline
                      A Former User
                      last edited by

                      As I know, default calendar module has some trouble with handling office ical. Some patch needs. I don’t know dev brach fix it.

                      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