Hello.
Loving plugin. Thanks for developing and updating and maintaining!
Is it possible to add a link in an event page to allow users to add event to their calendar (w/o subscribing to entire calendar)
Thanks so much
-barak

barak kassar
You’re welcome, and thank you!
I think I’m right in saying that most iCal based calendar applications only allow you to subscribe to a calendar rather than add particular events. So a link to [event_link]/feed/eo-events
would allow a user to subscribe to an event, e.g. http://wp-event-organiser.com/demo/events/event/live-football/feed/eo-events
. But for recurring events this would subscribe them to all occurrences. There’s the additional problem that if that url changes, the event will probably be lost from their calendar (it depends on the calendar application).
Google calendar, however, does allow you to add a specific event (occurrence) to a user’s Google calendar: http://codex.wp-event-organiser.com/function-eo_get_add_to_google_link.html (which replaces the now deprecated eo_get_the_GoogleLink()
). This is what the agenda widget uses.
If other calendar applications provide a means to add specific events to a user’s calendar then I would happily add functions for those those too.

Stephen Harris
Thank you.. continuing to experiment

barak kassar