A Google Calendar Event synced from a 3rd party service (e.g. Podio) often contains a plain-text link to itself in its description and also a source field with the hyperlink (see the screenshot).
I can't seem to figure out how to include this source field when creating new event using Google Apps Script.
In Google Calendar API, it is possible: Google-calendar api, Source.link is not viewable on guest's calendar. How about in Google Apps Script: https://developers.google.com/apps-script/reference/calendar/calendar#createEvent(String,Date,Date,Object), https://developers.google.com/apps-script/reference/calendar/calendar-event?
