从公共 Google 日历获取 JSON
2022-08-30 19:31:00
如何获取公共 Google 日历的事件?我有它,但没有acess到它。我不想更改其事件,也不想登录。JSON
ID
我想从中获取一个与我的/数据库同步。JSON
PHP
MySql
试https://www.googleapis.com/calendar/v3/calendars/{calendarId}
但得到登录错误:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "required",
"message": "Login Required",
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Login Required"
}
}