Skip to content

Instantly share code, notes, and snippets.

@epramono
Created October 31, 2013 11:36
Show Gist options
  • Save epramono/7248248 to your computer and use it in GitHub Desktop.
Save epramono/7248248 to your computer and use it in GitHub Desktop.
This action allows you to add multiple entries (events and reminders) into Fantastical 2 from a single post in Drafts. Requires: Drafts 3.5.4 and Fantastical 2.
fantastical2://x-callback-url/parse/?
sentence=[[title]]&
x-success=
{{drafts://x-callback-url/create?
text=[[body]]&
action=Add%20Entries%20to%20Fantastical%202&
allowEmpty=NO&
afterSuccess=Delete}}&
x-cancel=
{{drafts://x-callback-url/create?
text=[[body]]&
action=Add%20Entries%20to%20Fantastical%202&
allowEmpty=NO&
afterSuccess=Delete}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment