1

I have this requirement where the schedules created earlier could be edited later. Currently what I am doing is I am deleting the previous schedule and creating a new one. But in this way, start time is giving a problem. Since the schedule start time is on a past date the schedule doesn't fire. Even when I increase the existing to start time to a time in future, still schedule doesn't fire. What is the best to way to have a feature that would let users edit existing schedules? Please advice.

AnOldSoul
  • 4,017
  • 12
  • 57
  • 118

1 Answers1

0

Try calling RescheduleJob on the scheduler to reschedule it.

jvilalta
  • 6,679
  • 1
  • 28
  • 36