{
  "$type": "site.standard.document",
  "description": "If you save a URL to Apple Reminders — via the Share Sheet or Siri — it goes into the reminder's URL field. This sounds fine until you try to do",
  "path": "/save-urls-to-apple-reminders-the-right-way/",
  "publishedAt": "2026-02-03T09:00:00.000Z",
  "site": "at://did:plc:bryys25pc2fnagnyxqgsglhd/site.standard.publication/3mn26bjkkmh23",
  "tags": [
    "Tools",
    "macOS",
    "iOS"
  ],
  "textContent": "If you save a URL to Apple Reminders — via the Share Sheet or Siri — it goes into the reminder's URL field. This sounds fine until you try to do anything useful with it.\n\nTHE PROBLEM\n\nThe URL field in Apple Reminders is not accessible through any API. Apple doesn't expose it through AppleScript, Shortcuts actions, EventKit (Swift/Objective-C), or any other interface. You can write to it, but nothing can read it back.\n\nThis means:\n\n * You can't copy URLs out of reminders programmatically\n * You can't move reminders with URLs to other apps and keep the link\n * You can't build any automation that reads the URL\n * CLI tools like remindctl can't access it\n\nThe URL is there. You can see it. You can tap it. But it's a black hole for automation.\n\nTHE WORKAROUND\n\nI made a simple Shortcut called Save URL to Reminders that saves the URL into the reminder's body text instead of the URL field. The body text is accessible to scripts and other apps.\n\nThe shortcut does one thing: takes a URL from the Share Sheet and creates a reminder with the URL as the body text. That's it. No title extraction, no fancy formatting — just the URL where it can actually be read by other tools.\n\nHOW IT WORKS\n\n 1. You share a URL from Safari (or any app) using the Share Sheet\n 2. The shortcut creates a new reminder\n 3. The URL goes into the body text, not the URL field\n\nDOWNLOAD\n\nDownload the shortcut{: data-feedback-prompt=\"\"}\n\nWHY THIS MATTERS\n\nIf you use Apple Reminders as a read-later list or bookmark inbox — and you use any kind of automation to process those reminders — the URL field is useless. Saving to the body text is the only way to make the data accessible.\n\nApple could fix this by exposing the URL field in their APIs. Until then, this shortcut works.",
  "title": "Save URLs to Apple Reminders the Right Way"
}