diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-31 17:10:05 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-31 17:10:05 +0100 |
commit | 4ed18a18a40ac908aba3db308d543110b22af3ce (patch) | |
tree | a7db8cd0ef26e1a0cadb5bb0d8145aaffbde8be7 /tw_hooks/on-add_scheduled_work_task.pl | |
parent | a8d729be421c8cab2d7ea548d6ef96bc8c399a2e (diff) |
update
Diffstat (limited to '')
-rwxr-xr-x | tw_hooks/on-add_scheduled_work_task.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tw_hooks/on-add_scheduled_work_task.pl b/tw_hooks/on-add_scheduled_work_task.pl index 9cd1427..450e326 100755 --- a/tw_hooks/on-add_scheduled_work_task.pl +++ b/tw_hooks/on-add_scheduled_work_task.pl @@ -105,7 +105,6 @@ Contents of $work_rem_file on $host is now:\n/, exit 0; } - =pod =head1 NAME @@ -146,10 +145,12 @@ Here is a full example, which includes a remind C<tdelta> and C<trepeat>: =item -C<task add Meaningless meeting +10 *1 +dft scheduled:2021-10-09T1000> +C<task add Meaningless meeting +10 *1 +dft scheduled:2021-10-09T10:00Z> =back +The C<Z> is optional, but the time specified is in Zulu time, so take that into account. When in BST it will take an hour off. + Although this is a meaningless meeting, it is important enough to be reminded of it 10 minutes before 10am (C<+10>), with a repeat every minute (C<*1>) between the initial reminder and the time of the meeting itself. |