Hi Dojo,
sometimes the start date + time of an already created scheduled task needs to be updated, so I use the update task API like described here.
But when I only want to update the start date + time, do I only need to set the task id, start date and start run time in the first general info string array? In the example from the UpdateTask API Link, the comments in general info mention (empty = no change), so I guess only the fields which need to be updated have to be set, right?
And the repeat actions and final actions object array can stay empty when nothing updated in both?
Thanks,
David