Created
October 10, 2013 14:35
-
-
Save epramono/6919391 to your computer and use it in GitHub Desktop.
Create an event in Fantastical to meet someone for an hour, with an attached 60-minute timer in Due that you can trigger at the start of the meeting to remind you when the meeting should end. Requires: Fantastical 1.1, Due 1.8, and Launch Center Pro 2.0.
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[prompt:Person Name]%20at%20[prompt:Date and Time]%20for%20an%20hour%0A | |
| {{due://x-callback-url/search? | |
| section=Timers& | |
| query=1-Hour%20Meeting}}& | |
| x-cancel={{launchpro://}}& | |
| x-success={{launchpro://}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment