- This topic has 1 reply, 2 voices, and was last updated 9 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Put a link to an event (not the booked one) in the RSVP mail
My client would like to do the following thing:
When someone books an event from category id 1, they receive a mail that encourages them to check out the events from category id 2 that occur on the same day.
Ideally, they should have a direct link to that event in their mail.
So my first guess would be to use #_EVENTPAGEURL{xx} but how do I calculate the value of xx (and is it even possible to do something like #_EVENTPAGEURL{#_OTHEREVENTID} )
If it’s not possible, I guess the only option would be to build a url that will redirect the user to the correct page ( something like: http://www.mysite.dom/redirect-evt.php?date=#_STARTDATE&cat=2 ) and then I guess I can use the API to do the redirection but it feels like overkill.
Try this (if your event prefix is “events”): …./events/2014-12-31/c12
==> will give you the events on the mentioned day for cat with id 12