Forum Discussion
ProcessQ
4 years agoQrew Member
Thanks for this Edward but the attendees really is the most important bit, otherwise it will be easier to give the users a "copy to clipboard" button for the emails and have them manually create the calendar event
------------------------------
Process Q
------------------------------
------------------------------
Process Q
------------------------------
EdwardHefter
4 years agoQrew Cadet
Found it - use the &Add=
URLEncode("http://www.google.com/calendar/event?action=TEMPLATE&dates="&[from date]&"T"&[From Time in GMT]&"Z%2F"&[To Date]&"T"&[To Time in GMT]&"Z&text="&[Event Name]&"&location="&[Event Location]&"&details="&[Event details]&"&Add="[E-Mail Addresses])
More details on the URL can be found here - https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs/blob/main/services/google.md
------------------------------
Edward Hefter
www.Sutubra.com
------------------------------
URLEncode("http://www.google.com/calendar/event?action=TEMPLATE&dates="&[from date]&"T"&[From Time in GMT]&"Z%2F"&[To Date]&"T"&[To Time in GMT]&"Z&text="&[Event Name]&"&location="&[Event Location]&"&details="&[Event details]&"&Add="[E-Mail Addresses])
More details on the URL can be found here - https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs/blob/main/services/google.md
------------------------------
Edward Hefter
www.Sutubra.com
------------------------------