# apple shortcut (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover apple shortcut.

Page: <https://rssamplifier.com/topics/apple-shortcut/blogs>  
Feed: <https://rssamplifier.com/topics/apple-shortcut/blogs.md>

---

## [Shortcuts - Quickly entering regular calendar events](http://danieltull.co.uk/blog/2025/03/11/shortcuts-quick-calendar-events/)

_2025-03-11 · Daniel Tull · Daniel Tull_

This is part of a series of posts this week about some ways in which I use Apple’s Shortcuts app. As a respectable millennial couple, Sarah and I plan our meals by adding an event into our shared calendar. What we found as we discussed the options was that the entry of these was made slower by having to select the time and, crucially, prefixing the title with our meal emoji of choice: 🍽️. As you…

## [Shortcuts - Adding Reminders lists and Notes folders to the Home Screen](http://danieltull.co.uk/blog/2025/03/10/shortcuts-home-screen-reminders-lists-notes-folders/)

_2025-03-10 · Daniel Tull · Daniel Tull_

This is part of a series of posts this week about some ways in which I use Apple’s Shortcuts app. Sarah and I use Notes to share a folder of recipes and Reminders for sharing a grocery list. Notes allows our recipes to have images, be updated with tweaks that we make and crucially stored so we can always find them. Reminders lets us use the kitchen HomePod to say “Hey Siri add \[insert item here\]…

## [Improving result builder failures using @available](http://danieltull.co.uk/blog/2025/03/07/improving-result-builder-failures-using-available/)

_2025-03-07 · Daniel Tull · Daniel Tull_

Result builders in Swift are a great API for creating DSLs (Domain Specific Languages). In recent projects, we have used them to capture details about telemetry events and defining a set of feature flags that can be locally overridden by developers. We have a Flag type that is generic over the value the feature flag will return. We also have OverridableFlag which defines a flag that can be…

