Read the statement by Michael Teeuw here.
Problem with Google generated .ics link
-
@ankonaskiff17 could u post one of the vevents from the ICS file?
curl -sL whatever_url >xxx.ics
xxx.ics is a text file
-
@sdetweil said in Problem with Google generated .ics link:
curl -sL whatever_url >xxx.ics
What were you either expecting or hoping to see?
Looks like a bunch of my calendar entries in like csv (or similar) format.I had earlier dropped link in MS Edge and it opened the Google calendar but in the MS Edge default calendar applet or whatever they call those bare bones apps
-
pick a
BEGIN:VEVENT
.
.
.
END:VEVENTchange whatever is personal, dont change the date info please
this is the format the calendar module passes to the parser…
its needs to be in a specific format
u don’t want a calendar tool to display it, we need to look at the raw text…
(I spent 8 months in there solving all kinds of problems., and with the parser too)
-
@sdetweil I’m not worried about personal stuff in this one so you got complete.
BEGIN:VEVENT
DTSTART:20200512T124500Z
DTEND:20200512T134500Z
DTSTAMP:20220424T235526Z
UID:74o68d9k61hj4b9pckom6b9kccsj2bb1cdgj6bb370sj0dpk6k
CREATED:20210216T015059Z
DESCRIPTION:
LAST-MODIFIED:20210216T015059Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:X-Ray & MRI
TRANSP:OPAQUE
END:VEVENT -
@ankonaskiff17 I know historically it would post my calendar info as a list, identical to the US Holiday link
-
@ankonaskiff17 ok, we need to see which one is causing the problem… so edit config.js and change loglevel like this
logLevel: ["INFO", "LOG", "WARN", "ERROR","DEBUG"], // Add "DEBUG" for even more logging
then run MM like this
cd ~/MagicMirror npm start >somefile.txt
wait for cal to come up
ctrl-c to end MM
then examine someflle.txt
u may need to send me the file
same userid at gmail. I don’t share
-
my event looks like this
BEGIN:VEVENT DTSTART:20220126T150000Z DTEND:20220126T210000Z DTSTAMP:20220425T000759Z UID:6oq3edpnc9ijeb9nc9h30b9k6tj3ibb2c5j3eb9k75hj6opk6dhjce32cg@google.com CREATED:20220111T023256Z DESCRIPTION: LAST-MODIFIED:20220111T023256Z LOCATION: SEQUENCE:0 STATUS:CONFIRMED SUMMARY:drive to ft stockton TRANSP:OPAQUE END:VEVENT
-
@sdetweil Check your email
-
@ankonaskiff17 replied
-
@sdetweil Sent another email. Do you want copy of log files referenced in terminal