Last active
August 29, 2015 13:55
-
-
Save mattcassinelli/8764171 to your computer and use it in GitHub Desktop.
Fantastical action list to set a Reminder, create an Event, open the app (using the • ), and Search using a query.
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
fantastical2://[[list:Fantastical action set|Reminder=parse?reminder=1&sentence=[prompt-text:Set a reminder]|Event=parse?reminder=0&sentence=[prompt-text:Create an event]| • =fantastical2:|Search=search?query=[prompt-text:Search]]] | |
fantastical2:// | |
[[ | |
list:Fantastical action set | |
|Reminder=parse?reminder=1&sentence=[prompt-text:Set a reminder] | |
|Event=parse?reminder=0&sentence=[prompt-text:Create an event] | |
| • =fantastical2: | |
|Search=search?query=[prompt-text:Search] | |
]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment