calendar trigger

This commit is contained in:
2023-12-23 13:55:02 +01:00
parent a21f90acb5
commit 5f278a6ba0
8 changed files with 460 additions and 1 deletions

View File

@ -905,4 +905,11 @@
<string name="LOCATION_MODE_BATTERY_SAVING" translatable="false">BATTERY_SAVING</string>
<string name="LOCATION_MODE_HIGH_ACCURACY" translatable="false">HIGH_ACCURACY</string>
<string name="triggerUrlVariableHint">The result of this request will be stored in the variable LAST_TRIGGERURL_RESULT if you wish to check it from another rule. In case of HTTP errors like 404 the value will be \"HTTP_ERROR\".</string>
<string name="calendarEvent">calendar event</string>
<string name="eventIsCurrentlyHappening">Event is currently active</string>
<string name="calendarEventCapital">Calendar event</string>
<string name="location">Location</string>
<string name="calendarDescription">Description/notes</string>
<string name="markedAs">Marked as</string>
<string name="eventIsCurrentlyNotHappening">Event is currently not happening/has ended</string>
</resources>