Skip to content

Instantly share code, notes, and snippets.

@epramono
Last active December 20, 2015 15:29
Show Gist options
  • Save epramono/6154408 to your computer and use it in GitHub Desktop.
Save epramono/6154408 to your computer and use it in GitHub Desktop.
This simple action allows you to convert each line in your current Drafts post into separate events in Fantastical. Requires: Drafts 3.5.4 and Fantastical 1.1.1.
fantastical://x-callback-url/parse/?
sentence=[[title]]&
x-cancel=
{{drafts://x-callback-url/create?
text=[[body]]&
action=Add%20Events%20to%20Fantastical&
allowEmpty=NO&
afterSuccess=Delete}}&
x-success=
{{drafts://x-callback-url/create?
text=[[body]]&
action=Add%20Events%20to%20Fantastical&
allowEmpty=NO&
afterSuccess=Delete}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment