question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Events from Google Calendar showing at incorrect dates, or not showing at all

See original GitHub issue

Edited: I have been using a Google Calendar of birthdays to test this module out. Sometimes events show up but incorrectly, like several months in advance although they seem to show up on the same day, as in an event created for the 25th of March will actually show up as occurring on the 25th of October for example.

{
        module: "calendar",
        header: "Calendario",
        position: "top_left",
        classes: 'default everyone',
        config: {
            maximumEntries: 5,
            maximumNumberOfDays: 100,
            calendars: [
                  {
                           symbol: "exclamation-circle",
                           url: "webcal://calendar.google.com/calendar/ical/cf9euqob2a0tqe2409jffnpk2o%40group.calendar.google.com/private-a8870caf6c3ca46a785e7fd1fec0dcb5/basic.ics"
                   }
                  ]
              }
}

Just FYI, my locales are set as follows:

LANG=es_ES@euro
LANGUAGE=
LC_CTYPE="es_ES@euro"
LC_NUMERIC="es_ES@euro"
LC_TIME="es_ES@euro"
LC_COLLATE="es_ES@euro"
LC_MONETARY="es_ES@euro"
LC_MESSAGES="es_ES@euro"
LC_PAPER="es_ES@euro"
LC_NAME="es_ES@euro"
LC_ADDRESS="es_ES@euro"
LC_TELEPHONE="es_ES@euro"
LC_MEASUREMENT="es_ES@euro"
LC_IDENTIFICATION="es_ES@euro"
LC_ALL=

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
morozgrafixcommented, Oct 24, 2017

@Txukie it may not be a good idea to post link to your private calendar in a public forum.

0reactions
MichMichcommented, Feb 7, 2018

Since this all has to do with the ical parser, I suggest we continue this issue discussion in: https://github.com/MichMich/MagicMirror/issues/1105

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why is my calendar showing the wrong day and date for today?
Sync should be turned on. On your iPhone or iPad, open the Settings app. Scroll down and tap Calendar Sync.
Read more >
How to fix time wrong in Google Calendar - OrganicWeb
Fix Google Calendar showing wrong times · In a web browser open your Google Calendar. · Click the Settings icon to the top...
Read more >
Common Problems with Google Calendar - Zapier Help
My events are being created for the wrong date and/or time · Are you creating an all-day event? · Are your timezone settings...
Read more >
Google Calendar not working? Here's how to fix it
Although it sounds weird, the date and time settings could be the reason for your Calendar-related issues. Google's servers might be having ...
Read more >
Events | Google Calendar
Property name Value Notes anyoneCanAddSelf boolean writable attachments list attachments.fileId string
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found