Automatically Create a task using Shortcuts
Problem I want to use the ios reminders app more extensively but creating reminders is annoying. Especially when you have to type out everything and manually select the date even when the text is provided via mail. Solution Created a shortcut that recieves text, parses the selected text into three parts: title, description, and date(+time) and takes the parsed result to create a reminder. Most of the logic can be reused for creating calendar events as well....