kaelri / enigma

A featured "suite" for the Windows system monitoring application, Rainmeter.
https://www.kaelri.com/project/enigma/
272 stars 93 forks source link

Gcal events all show current date and time #30

Open nismobri opened 11 years ago

nismobri commented 11 years ago

All the events listed in my Gcal reader are showing that the events are occurring today and at the current time.

smurfier commented 11 years ago

Are you entering the calendar address into the options skin or directly into the variables file?

brettlarson commented 11 years ago

I had the same issue, but entering the GCal address via the options skin instead directly into the file fixed it for me.

Thanks for the tip.

suhasvijayakumar commented 10 years ago

Hey! I am using Enigma version-4 patch-1 on Rainmeter 2.4 (beta, r1626). I have used the xml (private) link from my google calender for Gcal, in Enigma[at]Resources\User\Options but the problem still persists. Any help is much appreciated. TY.

smurfier commented 10 years ago

When you look in the about dialog are there any error messages?

suhasvijayakumar commented 10 years ago

Nope. No errors. When i look at the User/Calender/GoogleCalendar1 (xml) file, it has

EventFile Title="MY_NAME" Event Month="12" Day="22" Desc="SOMETHING1"/ Event Month="12" Day="22" Desc="SOMETHING2"/ ... /EventFile

(With < > at the begining and end of each line, of course)

limbenjamin commented 9 years ago

same issue here. I edited the options file and not the variable file directly. Has the issue been fixed?

Edit: Problem is actually issue #84 . Google updated their API

JCHutchinson64 commented 9 years ago

okay believe I can post a complete fix for this one going through all the posts so far. everything including date and time now work using all the fixes. http://pastebin.com/YZnvhXzg this completely replaces the current Reader.lua, just copy the whole thing and past over

nmynarcik commented 9 years ago

@JCHutchinson64 thanks for this! This allowed the correct date to come through. Notice now that the timestamp per event still doesn't show correctly. But they are not all the same now. Still diving into your code to see if the issue really is even in that file.