Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    problems with wrong displayed events from google calender

    Troubleshooting
    1
    2
    1517
    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.
    • B
      Babene1 Project Sponsor last edited by

      I have a problem with the default calendar module and my Google Calendar.
      Yearly recurring event are displayed incorrectly.
      For example: The birthday which is actually on the 1.10.2016 and of course on 1.10.2017 is displayed today on 1.12. 2016
      Event with defined start and endtime z.B. Sportstraining at 1.12.2016 from 17:00 till 18:00, display correct.
      I try different timeFormat = absolute or relative, no solution.
      Also dateformat I’ve already tried to change without success.

      Event from basic.ics:

      BEGIN:VEVENT
      DTSTART;VALUE=DATE:20161001
      DTEND;VALUE=DATE:20161002
      RRULE:FREQ=YEARLY;BYMONTHDAY=1
      DTSTAMP:20161130T194045Z
      UID:E983AB38-CEED-47ED-9547-243BF475F020
      CREATED:20161130T193315Z
      DESCRIPTION:
      LAST-MODIFIED:20161130T193315Z
      LOCATION:
      SEQUENCE:0
      STATUS:CONFIRMED
      SUMMARY: 'Geburtstag Manuela
      TRANSP:TRANSPARENT
      END:VEVENT

      Output from “Node Debug.js”

      Create fetcher …
      Create fetcher done!
      [ { title: ‘Geburtstag Manuela’,
      startDate: ‘1480546800000’,
      endDate: ‘1480633200000’,
      fullDayEvent: true,
      firstYear: 2016 },

      Maybe a problem with the google calender setting.
      Or maybe the string “VALUE=DATE” from DTSTART and DTEND is the problem

      My google calender settings are:

      language: Deutsch
      timezone: „Berlin +1“
      dateformat: 12.31.2016
      timefomrat: 13:00

      For help i would be very grateful

      1 Reply Last reply Reply Quote 0
      • B
        Babene1 Project Sponsor last edited by

        Ok problem solved 🙂
        I have set up a new calendar, something was probably a bit strange with the old one …

        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