Created
January 16, 2015 17:05
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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