• Resolved mase2005

    (@mase2005)


    Is there a shortcode to produce an ical link? In addition, I would like to set parameters such as location in that shortcode.

    Also, using the events_link shortcode, I could not find a way to specify location 0. For example, [events_link location=”0,1″]

    http://ww.wp.xz.cn/extend/plugins/events-manager/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    at the moment there’s no shortcode for that however you can modify it’s template at wp-content/plugins/events-manager/templates/templates/ical.php

    tips on using the templates: http://wp-events-plugin.com/documentation/using-template-files/

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    if you’re pointing to the main feed, then the URL remains the same e.g. yoursite.com/events.ics

    otherwise, you can use something like [event event=”x”]#_EVENTICALURL[/event]

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    r.e. your second question, you can’t provide comma-seperated IDs for the location search attribute, that only works for tags and categories

    Thread Starter mase2005

    (@mase2005)

    will the location search attribute support multiple IDs in a future release? and is there support for “no location” or location ID 0?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Actaully… I think I’m wrong, you can use commma-seperated ids!

    As for location = 0 (no location), that’s not possible at the moment, but will look at slotting that into next update.

    Thread Starter mase2005

    (@mase2005)

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘iCal’ is closed to new replies.