-
void
Creates new event using specified mediapackage, workflow configuration and capture agent configuration.
SchedulerService.addMultipleEvents(net.fortuna.ical4j.model.property.RRule rRule,
Date start,
Date end,
Long duration,
TimeZone tz,
String captureAgentId,
Set<String> userIds,
org.opencastproject.mediapackage.MediaPackage templateMp,
Map<String,String> wfProperties,
Map<String,String> caMetadata,
Optional<String> schedulingSource)
Creates a group of new event using specified mediapackage, workflow configuration and capture agent configuration.
void
Updates event with specified ID and check for conflicts.
void
SchedulerService.updateEvent(String mediaPackageId,
Optional<Date> startDateTime,
Optional<Date> endDateTime,
Optional<String> captureAgentId,
Optional<Set<String>> userIds,
Optional<org.opencastproject.mediapackage.MediaPackage> mediaPackage,
Optional<Map<String,String>> wfProperties,
Optional<Map<String,String>> caMetadata,
boolean allowConflict)
Updates event with specified ID and possibly checking for conflicts.