on24 Member Webinar URL not working in Google calendar | Community
Skip to main content
Level 3
November 20, 2019
Solved

on24 Member Webinar URL not working in Google calendar

  • November 20, 2019
  • 1 reply
  • 6087 views

Hi, 

We are trying to pass on24 Member Webinar URL details in Google Calendar location and description section however we are not able to pass the complete link details i.e. full link

https://event.on24.com/interface/registration/autoreg/index.html?eventid=2120276&sessionid=1&key=D6BA4DD259AAACA2F54D6DEB2DC4FFD0&firstname=Test&lastname=Lead&email=test.test@test.com&job_title=dev&company=Testing&country=&zip=&work_phone=

link which is getting passed:

https://event.on24.com/interface/registration/autoreg/index.html?eventid=2120276

We have followed instruction provided here for agical however we are not able to pass the link successfully as 

https://blog.teknkl.com/agical-io-now-supports-add-to-google-calendar/ 

https://blog.teknkl.com/working-around-mostly-with-unencoded-urls-in-query-strings/ 

 

@Sanford Whiteman‌ - Could you please help us out with this ?

URL used - 

http://ics.agical.io/alt_sep?subject={{my.Webinar-Title}};dtstart={{my.Start-Date-Gmail-Calendar}}T{{my.Start-Time-24hrs-Gmail-Calendar}}:00Z;dtend={{my.End-Date-Gmail-Calendar}}T{{my.End-Time-24hrs-Gmail-Calendar}}:00Z;format=gcal;description= Testing the options: {{member.webinar url}};location={{member.webinar url}}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Add preencoded=false with Google format or you'll have a double-encoding problem.

http://ics.agical.io/alt_sep?location=https://event.on24.com/interface/registration/autoreg/index.html?eventid=2120276&sessionid=1&key=D6BA4DD259AAACA2F54D6DEB2DC4FFD0&firstname=Test&lastname=Lead&email=test.test@test.com&title=dev&company=Testing&country=&zip=&work_phone=;description=Testing the linkhttps://event.on24.com/interface/registration/autoreg/index.html?eventid=2120276&sessionid=1&key=D6BA4DD259AAACA2F54D6DEB2DC4FFD0&firstname=Test&lastname=Lead&email=test.test@test.com&job_title=dev&company=Testing&country=&zip=&work_phone=;format=gcal;preencoded=false‍‍‍‍

1 reply

SanfordWhiteman
Level 10
November 20, 2019

Works for me as expected.

This link:

http://ics.agical.io/alt_sep?location=https://event.on24.com/interface/registration/autoreg/index.html?eventid=2120276&sessionid=1&key=D6BA4DD259AAACA2F54D6DEB2DC4FFD0&firstname=Test&lastname=Lead&email=test.test@test.com&job_title=dev&company=Testing&country=&zip=&work_phone=;description=Testing the link https://event.on24.com/interface/registration/autoreg/index.html?eventid=2120276&sessionid=1&key=D6BA4DD259AAACA2F54D6DEB2DC4FFD0&firstname=Test&lastname=Lead&email=test.test@test.com&job_title=dev&company=Testing&country=&zip=&work_phone=‍

Produces this calendar file:

BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
PRODID:-//Microsoft Corporation//Outlook 11.0 MIMEDIR//EN
COMMENT:via ics.agical.io
CALSCALE:GREGORIAN
BEGIN:VEVENT
DTSTAMP:20191120T193550Z
UID:20191120T193550Z-1912346928@ics.agical.io
DTSTART:20191120T193550Z
DTEND:20191120T193550Z
ORGANIZER:
SUMMARY:
BEGIN:VALARM
TRIGGER;VALUE=DURATION:-PTM
DESCRIPTION:Agical Alarm:
ACTION:DISPLAY
END:VALARM
DESCRIPTION:Testing the link https://event.on24.com/interface/registration/autoreg/index.html?eventid=2120276&sessionid=1&key=D6BA4DD259AAACA2F54D6DEB2DC4FFD0&firstname=Test&lastname=Lead&email=test.test@test.com&job_title=dev&company=Testing&country=&zip=&work_phone=
LOCATION:https://event.on24.com/interface/registration/autoreg/index.html?eventid=2120276&sessionid=1&key=D6BA4DD259AAACA2F54D6DEB2DC4FFD0&firstname=Test&lastname=Lead&email=test.test@test.com&job_title=dev&company=Testing&country=&zip=&work_phone=
ATTACH:    
END:VEVENT
END:VCALENDAR‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

Note the inner URLs are fully formed.

Level 3
November 21, 2019

Hi Sanford Thankyou for the reply, however i'm looking for Google calendar format. It works fine in ics format in my system as well.

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
November 21, 2019

Add preencoded=false with Google format or you'll have a double-encoding problem.

http://ics.agical.io/alt_sep?location=https://event.on24.com/interface/registration/autoreg/index.html?eventid=2120276&sessionid=1&key=D6BA4DD259AAACA2F54D6DEB2DC4FFD0&firstname=Test&lastname=Lead&email=test.test@test.com&title=dev&company=Testing&country=&zip=&work_phone=;description=Testing the linkhttps://event.on24.com/interface/registration/autoreg/index.html?eventid=2120276&sessionid=1&key=D6BA4DD259AAACA2F54D6DEB2DC4FFD0&firstname=Test&lastname=Lead&email=test.test@test.com&job_title=dev&company=Testing&country=&zip=&work_phone=;format=gcal;preencoded=false‍‍‍‍