2024-10-16 14:18:38 -05:00
|
|
|
{
|
2024-10-18 23:49:35 -05:00
|
|
|
"Sun": [
|
2024-10-16 14:18:38 -05:00
|
|
|
"Sunday Event",
|
|
|
|
"For any day, the script will randomly choose between multiple entries, if provided."
|
|
|
|
],
|
2024-10-18 23:49:35 -05:00
|
|
|
"Mon": [
|
2024-10-16 14:18:38 -05:00
|
|
|
"Monday Event"
|
|
|
|
],
|
2024-10-18 23:49:35 -05:00
|
|
|
"Tue": [
|
2024-10-16 14:18:38 -05:00
|
|
|
"Tuesday Event"
|
|
|
|
],
|
2024-10-18 23:49:35 -05:00
|
|
|
"Wed": [
|
2024-10-16 14:18:38 -05:00
|
|
|
"Wednesday Event"
|
|
|
|
],
|
2024-10-18 23:49:35 -05:00
|
|
|
"Thu": [
|
2024-10-16 14:18:38 -05:00
|
|
|
"Thursday Event"
|
|
|
|
],
|
2024-10-18 23:49:35 -05:00
|
|
|
"Fri": [
|
2024-10-16 14:18:38 -05:00
|
|
|
"Friday Event"
|
|
|
|
],
|
2024-10-18 23:49:35 -05:00
|
|
|
"Sat": [
|
2024-10-16 14:18:38 -05:00
|
|
|
"Saturday Event"
|
|
|
|
],
|
2024-10-19 17:43:47 -05:00
|
|
|
"01": [
|
|
|
|
"Example event to be triggered on the 1st of any month."
|
|
|
|
],
|
2024-10-18 23:49:35 -05:00
|
|
|
"Mon01": [
|
2024-10-16 14:18:38 -05:00
|
|
|
"Example event to be triggered on any Monday that is also the 1st."
|
|
|
|
],
|
2024-10-18 23:49:35 -05:00
|
|
|
"Jan01": [
|
2024-10-16 14:18:38 -05:00
|
|
|
"Example event to be triggered on January 1st."
|
|
|
|
],
|
2024-10-16 18:55:09 -05:00
|
|
|
"2000-01-01": [
|
|
|
|
"Example event to be triggered specifically on January 1st, 2000. (YYYY-MM-DD)",
|
2024-10-16 14:18:38 -05:00
|
|
|
"Entries that are more specific take precedence over less-specific entries."
|
|
|
|
]
|
|
|
|
}
|