Created
May 1, 2014 15:25
-
-
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.
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
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