Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Office 365 Calendar published on webdav - view in Calendar Module

    Troubleshooting
    4
    9
    3365
    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
      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
      
      Sean 1 Reply Last reply Reply Quote 0
      • Sean
        Sean Module Developer @Max last edited by

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

        1 Reply Last reply Reply Quote 0
        • M
          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!

          Mykle1 1 Reply Last reply Reply Quote 0
          • Mykle1
            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.

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

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

              Mykle1 1 Reply Last reply Reply Quote 0
              • Mykle1
                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

                M 1 Reply Last reply Reply Quote 0
                • M
                  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
                    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
                    • Sean
                      Sean Module Developer 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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy