systopia / de.systopia.eventmessages

CiviCRM Custom Event Communication Extension
Other
4 stars 6 forks source link

The classic token '{$event.location}' is not supported #29

Open kainuk opened 1 year ago

kainuk commented 1 year ago

In scheduled reminders for events the token '{$event.location}' is provided. Very useful to send an invitation to attendees with a route description. This extension does not provide this token. Technical, this is an effect of the use of the event API that does not provide this field.

Fortunately, the extension defines two events that can be used to add more tokens. I have created an extension ClassicEventTokens that add the location token, and some others. You can find it here https://lab.civicrm.org/partners/civicoop/infosteel/classiceventtokens.

Maybe you can incorporate the functionality in the next release of Event Messages