Created
January 16, 2015 16:38
-
-
Save epramono/b75dd7a0bb517bcc2760 to your computer and use it in GitHub Desktop.
A Launch Center Pro action to create a sequential Due reminder: first to remind the start of a meeting, and second to remind the end of that meeting. Requires: Due 1.9 and Launch Center Pro 2.3
This file contains 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
due://x-callback-url/add? | |
title={{Meet with [prompt-text:Name] at [prompt-text:Date/Time]}} | |
%0A%0A | |
{{due://x-callback-url/add? | |
title=End%20the%20meeting%20now%20in%20 | |
[+list:Duration|15 mins|30 mins|60 mins|2 hours]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment