This endpoint creates a new calendar item in the Blackboard platform. It allows users to add various types of events, such as course-related activities, personal appointments, or institution-wide events, to specific calendars within the system. The endpoint supports creating one…
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.
typeRequiredstringThe type of this Calendar Item. | Type | Description | --------- | --------- | | Course | | | GradebookColumn | Read only. | | Institution | | | OfficeHours | | | Personal | |
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.
fieldsstringA comma-delimited list of fields to include in the response. If not specified, all fields will be returned.
locationstringLocation of the calendar item and it cannot exceed 1024 characters.
calendarIdRequiredstringCalendar source identifier which indicates the calendar on which the calendar item was created. Examples of possible values : "PERSONAL", "INSTITUTION", and course id in the format of "_3_1".
descriptionstringDescription of the calendar item.
disableResizingbooleanWhether resizing of the calendar item should NOT be allowed.
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.