Created
October 31, 2013 11:36
-
-
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.
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
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