Closed (fixed)
Project:
GCal Events
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2009 at 18:02 UTC
Updated:
15 Apr 2013 at 16:20 UTC
The Upcoming Events block on my site that uses the Gcal Events module displays the event's time two hours earlier than it is supposed to be. I read another issue that had a similar problem that seemed to get resolved, but it went back-and-forth so much that I got lost on what steps I might need to take to remedy this problem. Any help?
Also, I would rather my 'all day' events display no time at all rather than display the words 'all day'. Is there a way to fix this? I read this from the module page and it seems like it's suppose to be default or something: "for example, an all-day event will not have a time, so you do not want an extra blank line showing up for that."
Thanks for your help!
Comments
Comment #1
mojowen commentedThe 'All Day' issue is easily fixed by opening up gcal_events.module and going to line 751. Set $gcal_time=""; instead of $gcal_time="all day"; to get this to work.
Comment #2
jdwfly commentedThe all day issue was fixed in a previous commit. The other issue seems to be related to the timezone problem someone else already reported.