Skip to content

Instantly share code, notes, and snippets.

@epramono
Created January 16, 2015 17:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epramono/aa100f589ed1b09c38ef to your computer and use it in GitHub Desktop.
Save epramono/aa100f589ed1b09c38ef to your computer and use it in GitHub Desktop.
A Workflow action to setup one or more reminders in Due to buy birthday gifts for upcoming birthday events in my Calendar. Requires: Workflow 1.0, Due 1.9, and Launch Center Pro 2.1.
Get Upcoming Events: 20
Choose from List:
Select Multiple: Yes
Repeat with Each
Set Variable: event
Get Name
Set Variable: eventName
Get Variable: event
Get Start Date
Format Date:
Date Format: Long
Time Format: None
Text:
Buy Gifts for [eventName] at [Input] 6 AM
Copy to Clipboard
URL:
launch://x-callback-url/clipboard/convert?format=urlencode
Open x-callback-url
URL:
due://x-callback-url/add?title=[Clipboard]
Open x-callback-url
End Repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment