# Source review tracker and calendar — EvidenceWatch

Canonical: https://agiscorecard.com/workbench/evidencewatch
Language: en
Method version: 2026-09-19.2

Keep claim-level source references and export due dates to your calendar.

## How this tool works

Review date = checked_at + review_days. A date on or before the selected review date is due. Calendar reminders run in your calendar app.

## Input format

- Review as of: `today`
- Claims to review: `claim,source,checked_at,review_days`

## Reproducible example

All prefilled business examples are fictional. Replace them with your own checked inputs.

```json
{
  "columns": [
    "#",
    "Claim",
    "Source",
    "Last checked",
    "Review date",
    "Status"
  ],
  "rows": [
    [
      1,
      "Sample plan includes exports",
      "https://example.com/pricing",
      "2026-09-01",
      "2026-09-15",
      "Due for review"
    ]
  ]
}
```

## Limits and assumptions

Dates schedule a manual source review, not automatic evidence monitoring. Export the calendar to get reminders in your calendar app.

Browser-based tools · Your inputs stay in this browser. No account, cloud backup or paid membership is provided.

[RFC 5545 — iCalendar](https://www.rfc-editor.org/rfc/rfc5545)
