Created
September 10, 2013 16:20
-
-
Save epramono/6511842 to your computer and use it in GitHub Desktop.
This action allows you to create an event in Fantastical to meet someone for an hour and embed a URL to search for a pre-defined 60-minute timer in Due entitled "1-Hour Meeting". The idea is to trigger the timer when the event starts. You may need to activate the Fantastical alarm to trigger at the time of the event. Requires: Drafts 3.0.6, Due …
This file contains hidden or 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
fantastical://x-callback-url/parse/? | |
sentence=Meet%20[[line|1]]%20at%20[[line|2]]%20for%20an%20hour%0A | |
{{due://x-callback-url/search? | |
section=Timers& | |
query=1-Hour%20Meeting}}& | |
x-cancel={{drafts://}}& | |
x-success={{drafts://}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment