2004-12-23, 07:35 AM
Found something today when trying to cancel a recording using the IScheduleHelper interface. The problem is that the CancelScheduledRecording() method in IScheduleHelper doesn't actually cancel the recording but puts it into a Conflict status.
To actually cancel a recording, you have to use the SchedulerHelper class. However, to update a ScheduledRecording you need to use the IScheduleHelper. Everything else seems to work correctly. Spent about 2 hours tonight trying to figure out why I couldn't cancel a recording.
To actually cancel a recording, you have to use the SchedulerHelper class. However, to update a ScheduledRecording you need to use the IScheduleHelper. Everything else seems to work correctly. Spent about 2 hours tonight trying to figure out why I couldn't cancel a recording.