Posted by ch_apel on April 8, 2009 at 6:02pm
Jump to:
| Project: | GCal Events |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
The '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.