Can I get a Google Calendar's 'cid' value via the API?
The 'id' returned in a Google Calendar Service API list/insert function is not very useful (unlike the usefulness of the 'id' when working with Google Drive service). Using the returned 'id' I can build a URL to the public calendar, but what I really want to do is build the URL to add the calendar to your calendars. The same one that is made when you go to a calendar's settings and click "Get Shareable Link".
The shareable link looks like this:
https://calendar.google.com/calendar?cid=reallyLongSequenceOfLettersAndNumber
If I can just get that 'cid' value programmatically...
Here is the data returned when using the API to list calendars: