Skip to content

Instantly share code, notes, and snippets.

@epramono
Created September 23, 2013 13:36
Show Gist options
  • Save epramono/6670507 to your computer and use it in GitHub Desktop.
Save epramono/6670507 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. It's a modified version from my "Add Events to Fantastical" action where it omits the x-cancel clause to allow users to tap the Cancel button in Fantastical's parsing window to avoid an infinite loop for Drafts 3.5 users. Requires:…
fantastical://x-callback-url/parse/?
sentence=[[title]]&
x-success=
{{drafts://x-callback-url/create?
text=[[body]]&
action=Add%20Multiple%20Events%20to%20Fantastical&
afterSuccess=Delete}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment