Pira.cz Technical Forum

Magic RDS 4 => Feature Requests => Topic started by: South Coast FM Tech on January 09, 2022, 10:24:39 pm

Title: MagicRDS4 Task Scheduler - Trigger by date
Post by: South Coast FM Tech 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
Title: Re: MagicRDS4 Task Scheduler - Trigger by date
Post by: Jan 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:"..."
Title: Re: MagicRDS4 Task Scheduler - Trigger by date
Post by: South Coast FM Tech on January 09, 2022, 11:58:25 pm
Perfect! Thankyou Jan