Rich Content Object


Deprecated

This object is deprecated and was replaced with Event Object.

Properties
contentContent

Rich content of the event description.

See Ricos document reference

createdDatestringRead-onlyformat date-time

Date and time when rich content was created.


eventIdstringformat GUIDimmutable

ID of the event to which rich content is applied.


extendedFieldsExtendedFields

Custom field data for the rich content object.

Note: You must configure extended fields using schema plugin extensions in your app's dashboard before you can access the extended fields with API calls.


fieldNamestringminLength 1maxLength 50immutable

Field name whose value uses rich content. For the event description, specify the about value.


idstringRead-onlyformat GUID

Rich content ID.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the rich content is updated. To prevent conflicting changes, the existing revision must be used when updating rich content.


updatedDatestringRead-onlyformat date-time

Date and time the rich content was updated.

Did this help?