Chad Rempp

Results 4 comments of Chad Rempp

I believe that this is actually a combination of the ical source and a naive mapping to PHP timezones. I exported an ical file from Outlook which set the tzid...

Upon further investigation I found a standard mapping of Windows timezone names to tzid names https://github.com/fangel/SG-iCalendar/ echo66's problem seems to be from a different (non-standard) timezone naming scheme. I'm not...

@w-vi Thanks, I would like to suggest people use yours, I reviewed the forks and yours seems to fix most of the issues. I grabbed your code and things are...

The problem is poor pathing, this is a common and difficult problem when trying to support all possible installation cases. You'll need to edit line 92 (your line will depend...