# Release date calendar with timezones — DropCalendar

Canonical: https://thedollscout.com/workbench/dropcalendar
Language: en
Method version: 2026-09-19.2

Convert entered official release announcements into timezone-safe calendar reminders.

## How this tool works

Convert each explicitly offset event time to UTC. Export a one-hour calendar event with a 30-minute reminder; source announcements are supplied by you.

## Input format

- Your verified release announcements: `title,time_with_offset,official_source,region`

## Reproducible example

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

```json
{
  "columns": [
    "Release",
    "UTC time",
    "Region",
    "Official source"
  ],
  "rows": [
    [
      "Fictional sample release",
      "2026-10-01T16:00:00.000Z",
      "EU",
      "https://example.com/announcement"
    ]
  ]
}
```

## Limits and assumptions

These are your entered announcements, not a live release feed. Confirm the region and seller. Calendar import adds a 30-minute reminder; later source changes are not synced automatically.

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)
