Calendar trigger

This commit is contained in:
2024-01-07 23:56:55 +01:00
parent 4521bc7d4e
commit 8c4b75232e
4 changed files with 21 additions and 6 deletions

View File

@@ -16,6 +16,11 @@
android:textSize="25dp"
android:layout_marginBottom="@dimen/default_margin" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/calendarTriggerExecutionHints"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -939,4 +939,5 @@
<string name="reoccurringFalse">event is not reoccurring</string>
<string name="reoccurringTrue">event is reoccurring</string>
<string name="reoccurring">reoccurring</string>
<string name="calendarTriggerExecutionHints">If your calendar holds multiple events in parallel, a rule would get executed as many time as there are events. The same goes for eventsthat directly follow each other.</string>
</resources>