Skip to content

Instantly share code, notes, and snippets.

@epramono
Created May 1, 2014 15:25
Show Gist options
  • Save epramono/05013e148b4edde5a979 to your computer and use it in GitHub Desktop.
Save epramono/05013e148b4edde5a979 to your computer and use it in GitHub Desktop.
This custom Drafts action sends the event alongside a Fantastical URL scheme as an iMessage before adding the event in your Fantastical. It requires another custom Message Action in Drafts called "Message Someone". Requires: Drafts 3.0, Fantastical 2.0.
drafts://x-callback-url/create?
text=[[draft]]%0A{{fantastical2://x-callback-url/parse?sentence=[[line|2]]}}&
action=Message%20Someone&
afterSuccess=Delete&
x-success=
{{fantastical2://x-callback-url/parse?
sentence=[[line|2]]&
x-success=mingle-message%3A%2F%2F}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment