Viewing 4 replies - 1 through 4 (of 4 total)
  • Same issue here… I tried importing it in Google calendar and Outlook, but without any success.

    Had the same problem. After messing around with my-calendar-ical.php for sometime, i figured out what is wrong. Anyways I fixed it with a simple change.

    Change line no. 35 on my-calendar-ical.php
    $output .= jd_draw_template($array,$template,'ical');
    to
    $output .= "\n".jd_draw_template($array,$template,'ical');

    Plugin Author Joe Dolson

    (@joedolson)

    Interesting. Thanks for noting that, akhilstanislavose.

    This was fixed with the latest update. Thanks Joe!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: My Calendar] iCal Broken (?)’ is closed to new replies.