Hey everyone,
I have created a custom Add to Calendar link for Zoom webinar registrants, however there is a problem with the Location. I would like the location to be {{member.webinar url}}, but the link cannot have spaces in it. Trying to substitute space with "+" or "%20" does not help as Marketo can no longer recognize new token such as {{member.webinar+url}} or {{member.webinar%20url}}. I have also tried creating a token {{my.webinar-url}} to pull info from {{member.webinar url}}, but it seems like you can't have a token within a token. In this case, calendar location is just "{{member.webinar url}}" and not the actual value. I am running out off options here and was hoping someone could help.
http://www.google.com/calendar/r/eventedit?text={{my.Event-Title}}&dates={{my.calDateStart}}T{{my.calTimeStart}}Z/{{my.calDateEnd}}T{{my.calTimeEnd}}Z &ctz=PST &details={{my.Event-Description}}&location= {{member.webinar url}}&trp=true" target="_blank
... View more