Add to Calendar event time incorrect
-
When I click on the Add to Calendar and try to add it to my calendar the start and end times are off by 7 hours. For a 7pm start time on the event (the correct time) the ics calendar entry is 12pm. I am in a GMT -7 time zone.
Why doesn’t the Add to Calendar provide the correct time?
It seems there is no timezone support for the ics generated by evr_ics.php.
Will this be fixed in a future release?
Also I found that there is a typo in the evr_ics.php file in the line for the header content (line 60). This has been there for a few versions.
Please correct the word Calendar in the Content-Type line.
//This is the most important coding. header("Content-Type: text/Caledar"); header("Content-Disposition: inline; filename=".rawurlencode($event_name).".ics");
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add to Calendar event time incorrect’ is closed to new replies.