Created
September 23, 2013 13:36
-
-
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:…
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
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