This endpoint allows you to update an existing calendar item in the Blackboard system. It can be used to modify various aspects of an event, assignment, or other calendar entries, including basic details, recurrence settings, and LTI (Learning Tools Interoperability) integration…
endstringEnd date of the calendar item either in the past if the calendar item is for an event that"s already end OR in the future if it"s for an event to end in the future. This is always set and should occur after the start date.
startstringStart date of the calendar item either in the past if the calendar item is for an event that"s already started OR in the future if it"s for an event to start in the future. This is always set and should occur before the end date.
titlestringTitle of the calendar item. Title length cannot exceed 255 characters.
locationstringLocation of the calendar item and it cannot exceed 1024 characters.
descriptionstringDescription of the calendar item.
updateSeriesbooleanupdate the series calendar items or just one calendar item. true - update the entire series, false - update a single calendar item. Defaults to false. When updating an entire series the full recurrence object must be populated just as if creating a new calendar series. If updati…
calendarItemIdRequiredstringCalendaritemid
disableResizingbooleanWhether resizing of the calendar item should NOT be allowed.
calendarItemTypeRequiredstringCalendaritemtype
recurrence__countintegerRecurrence count indicating how many times the calendar item should be repeated. Either this count OR the "until" date is/"should be" set. When creating a calendar item, "until" date will be used if both "until" date and the count are set.
recurrence__untilstringThe date the calendar item should be repeated until. Either this "until" date OR the count is/"should be" set. When creating a calendar item, "until" date will be used if both "until" date and the count are set.
recurrence__intervalintegerInterval between recurrences depends on the repeating type. For example, if the calendar times should be repeated every three weeks, you need set interval to 3 as well as frequency to "Weekly". Minimum and Maximum allowed Intervals are 1 and 100 respectively.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.