Reputation: 18227
If someone has shared their Google calendar (for example, with a widget that displays it on a web page), then I can get the calendarID, e.g: [email protected]
I want to write an Alexa App (in NodeJS) to provide information from that calendar. (I'm using this sample as a model: https://developers.google.com/google-apps/calendar/quickstart/nodejs).
I have two questions:
1) Can I access it in the Google API without asking the owner of the calendar to perform some steps
2) Since the calendar is public, do I have to be authenticated in the API to access it? The above example assumes you need to authenticate.
Upvotes: 3
Views: 3374
Reputation: 201553
Q1) Can I access it in the Google API without asking the owner of the calendar to perform some steps?
Q2) Since the calendar is public, do I have to be authenticated in the API to access it?
If I misunderstand your question, I'm sorry.
Upvotes: 2