Kaltura API

schedule_scheduleeventgetConflicts
Description:
List conflicting events for resourcesIds by event's dates
Input Params
Name Type Description Required Default Value
resourceIds string comma separated V
scheduleEvent KalturaScheduleEvent V
scheduleEventIdToIgnore string 1
scheduleEventConflictType KalturaScheduleEventConflictType 1
Output Type
KalturaScheduleEventListResponse
Example HTTP Hit
http://www.kaltura.com/api_v3/service/schedule_scheduleevent/action/getConflicts
JSON object:
				
{ resourceIds: "value", scheduleEvent: { objectType: "KalturaScheduleEvent", summary: "value", description: "value", startDate: value, endDate: value, referenceId: "value", linkedTo: { objectType: "KalturaLinkedScheduleEvent", offset: value, eventId: value }, linkedBy: "value", classificationType: value, geoLatitude: value, geoLongitude: value, location: "value", organizer: "value", ownerId: "value", priority: value, sequence: value, recurrenceType: value, duration: value, contact: "value", comment: "value", tags: "value", recurrence: { objectType: "KalturaScheduleEventRecurrence", name: "value", frequency: "value", until: value, timeZone: "value", count: value, interval: value, bySecond: "value", byMinute: "value", byHour: "value", byDay: "value", byMonthDay: "value", byYearDay: "value", byWeekNumber: "value", byMonth: "value", byOffset: "value", weekStartDay: "value" } }, scheduleEventIdToIgnore: "value", scheduleEventConflictType: value }