iCal Export – Bug Fix
-
The iCal Export on the current version of Event-Post doesn’t works. The Export generates a vcs file and not a ics file. To correct this you have to change export/ics.php on line 4 from:
header("content-type:text/x-vcalendar");
to
header("content-type:text/x-icalendar");with this change you can import the ics on iOS devices.
The topic ‘iCal Export – Bug Fix’ is closed to new replies.