• Currently the markers #_ICALURL und #_ICALLINK only export the current event. It would be great to use these markers in event list header and category event list header too, in order to export multiple events (depending on the view).

    Should work similar to the shortcode [eme_ical_link] respecting current view (general list, category list, etc). [eme_ical_link] already works for default header, but in the category view the current category ID is to be provided. Currently I use the following hack to achieve the desired result: use eme_events_format_prefilter to manually get the current category id (via get_query_var('eme_event_cat')) and use it in a custom marker #_CATEGORYIDS; in the category header I use [eme_ical_link text="Export" category="#_CATEGORYIDS"]

    Regards, Tom

    https://wordpress.org/plugins/events-made-easy/

  • The topic ‘ICAL Export for multiple events’ is closed to new replies.