Edward Comarzan

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: ical importer Google Calendar sync #1165089
    Edward Comarzan
    Participant

    Cliff,

    Thanks for the assistance! The developers notes really helped me out. I was able to tweak the plugin slightly for my needs to get it going until the issue is resolved fully with the wordpress bug. I am looking forward to trying out Event Aggregator when it comes out!

    If anyone else is having trouble, here is what helped me:

    In Feed_Parser.php around line 200, I stuck in a quick test right BEFORE $calendar = $this->parse( $content ); :

    
    if (0 !== strpos($content, 'BEGIN:VCALENDAR')) { $content = 'BEGIN:VCALENDAR \n'.$content; }
    

    That just adds the string to the beginning if its not there.

    ** NOTE: This is not the best practice of resolving the problem, this is more of a temporary fix **

    Cliff, thanks again! It wouldn’t of been possible without your developer and your help.

Viewing 1 post (of 1 total)