chore(calendar): record 2026-03-03 daily check failure status

This commit is contained in:
OpenClaw Assistant
2026-03-03 06:02:00 +03:00
parent 009ddb81e8
commit c7d6b221b7
2 changed files with 21 additions and 12 deletions

View File

@@ -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)"
]
} }

View File

@@ -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)"
]
} }