Events from Google Calendar showing at incorrect dates, or not showing at all
See original GitHub issueEdited: 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:
- Created 6 years ago
- Comments:12 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Txukie it may not be a good idea to post link to your private calendar in a public forum.
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