chore(calendar): record 2026-03-03 daily check failure status
This commit is contained in:
@@ -1,10 +1,15 @@
|
|||||||
{
|
{
|
||||||
"date_msk": "2026-03-02",
|
"date_msk": "2026-03-03",
|
||||||
"google_count": 0,
|
"google_count": null,
|
||||||
"nextcloud_count": 0,
|
"nextcloud_count": null,
|
||||||
"google_events": [],
|
"google_events": [],
|
||||||
"nextcloud_events": [],
|
"nextcloud_events": [],
|
||||||
"missing_in_nextcloud": [],
|
"missing_in_nextcloud": [],
|
||||||
"missing_in_google": [],
|
"missing_in_google": [],
|
||||||
"checked_at": "2026-03-02T06:01:47+03:00"
|
"checked_at": "2026-03-03T06:01:47+03:00",
|
||||||
|
"status": "error",
|
||||||
|
"errors": [
|
||||||
|
"Google Calendar: UNAUTHENTICATED (invalid/expired GOOGLE_ACCESS_TOKEN)",
|
||||||
|
"Nextcloud: fetch failed (connection or credentials issue)"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,16 @@
|
|||||||
{
|
{
|
||||||
"lastDoneDate": "2026-03-02",
|
"lastDoneDate": "2026-03-03",
|
||||||
"lastReportAt": "2026-03-02T06:01:47+03:00",
|
"lastReportAt": "2026-03-03T06:01:47+03:00",
|
||||||
"timezone": "Europe/Moscow",
|
"timezone": "Europe/Moscow",
|
||||||
"status": "ok",
|
"status": "error",
|
||||||
"summary": {
|
"summary": {
|
||||||
"google": 0,
|
"google": null,
|
||||||
"nextcloud": 0,
|
"nextcloud": null,
|
||||||
"missingInNextcloud": 0,
|
"missingInNextcloud": null,
|
||||||
"missingInGoogle": 0
|
"missingInGoogle": null
|
||||||
}
|
},
|
||||||
|
"errors": [
|
||||||
|
"Google Calendar: UNAUTHENTICATED (invalid/expired GOOGLE_ACCESS_TOKEN)",
|
||||||
|
"Nextcloud: fetch failed (connection or credentials issue)"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user