Skip to content

Commit

Permalink
add cal file docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Mar 9, 2024
1 parent 60dbbfa commit b078d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ actioms:

You will often want an easy way to schedule actions from the web interface as well, you can do this by creating a separate schedule action that adds an instant to the calendar file.

You can use an action with a datetime argument to update the calendar file. You will have to adjust the hardcoded timezone to suit your needs, you can see below that "+00:00" is being added to "{{ when }}" to create an instant in the UTC timezone.
You can use an argument with `type: datetime` to create a date selector in the web interface, to easily select dates to be added to the calendar file. You will have to add hardcoded timezone to suit your needs, you can see below that "+00:00" is being added to "{{ when }}" to create an instant in the UTC timezone.

[source,yaml]
----
Expand Down

0 comments on commit b078d25

Please sign in to comment.