How can I get a JSON
with the events of a public Google Calendar? I have it's ID
but no acess to it. I don't want to change its events, nor log in.
I would like get a JSON
from it to sync with my PHP
/MySql
database.
Tried https://www.googleapis.com/calendar/v3/calendars/{calendarId}
but got login error:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "required",
"message": "Login Required",
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Login Required"
}
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…