• Resolved hallbergdk

    (@hallbergdk)


    Hello

    im in ned to get event tags into iCal feed.

    right now, i have createde a copy of the templated and moved it to correct location /themes/mytheme/plugin/event-manager/templates/ical.php

    and that works great
    i have edited line #85
    $description = em_mb_ical_wordwrap('DESCRIPTION:'. 'Ansvarlige instrukt?r ' . "\r\n" .$EM_Event->output($description_format,'ical'));

    and that works great. i want the event tags to be right in the description under “ansvarlige instrukt?r” where oure instructors for the day is registered as an event tag.

    how do i pull the informations from the event tags to the ical feed?

    kind regards

    Oliver

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter hallbergdk

    (@hallbergdk)

    PROBLEM SOLVED

    $description = em_mb_ical_wordwrap('DESCRIPTION:'. 'Ansvarlige instrukt?r: '. $EM_Event->output('#_EVENTTAGS', 'ical') . '\n\n' .$EM_Event->output($description_format,'ical'));

Viewing 1 replies (of 1 total)
  • The topic ‘Getting Tags into iCal Feed’ is closed to new replies.