Author Topic: MagicRDS4 Task Scheduler - Trigger by date  (Read 3123 times)

South Coast FM Tech

  • Newbie
  • *
  • Posts: 29
MagicRDS4 Task Scheduler - Trigger by date
« on: January 09, 2022, 10:24:39 pm »
Task Scheduler currently allows Triggers using day Number (1=Monday) & a Time (In 24 clock syntax).
eg: event days:"12345" times:"06:00"

Would be great to be able to trigger on a specific date & perhaps also time? Say event date:"10-01-2022".
We have special programs running over holiday seasons & would like to be able to plan ahead to have them enabled & disabled by the scheduler.

Thanks, Rod

Jan

  • Hero Member
  • *****
  • Posts: 1069
Re: MagicRDS4 Task Scheduler - Trigger by date
« Reply #1 on: January 09, 2022, 10:36:47 pm »
This feature is already available but it is still not covered well by the documentation.

For example:

event dates:"30.01.2022, 28.02.2022" times:"00:00"

As you can see, the date format is dd.mm.yyyy

You may combine other event parameters as you like:

event days:"1234567" dates:"..." daysOfMonth:"..." months:"..." years:"..." times:"..." minutesOfHour:"..."

South Coast FM Tech

  • Newbie
  • *
  • Posts: 29
Re: MagicRDS4 Task Scheduler - Trigger by date
« Reply #2 on: January 09, 2022, 11:58:25 pm »
Perfect! Thankyou Jan