Skip to content

Instantly share code, notes, and snippets.

@epramono
Created September 10, 2013 16:20
Show Gist options
  • Save epramono/6511842 to your computer and use it in GitHub Desktop.
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 …
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