Scheduled Presentation Entity (2022/06)
1 min
the scheduled presentation entity is structured as follows entity id \<font color="#704ae0">int\</font> \<font color="#01a0af">read only\</font> a unique identifier for the scheduled presentation instance presentationid \<font color="#704ae0">int\</font> \<font color="#01a0af">read write\</font> the identifier for the scheduled presentation instance presentationname \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the name of the scheduled presentation instance isrecurrent \<font color="#704ae0">bool\</font> \<font color="#01a0af">read write\</font> a flag indicating whether the scheduled playback recurs every week eventdate \<font color="#704ae0">nullable\<datetime\>\</font> \<font color="#01a0af">read write\</font> specifies the date when a non recurrent presentation should begin playing this value is null for recurring presentations see datetime docid\ dx1c8usfkxpwntprb9f t for more information about this data type starttime \<font color="#704ae0">timespan\</font> \<font color="#01a0af">read write\</font> the time of day when playback begins see timespan docid\ dx1c8usfkxpwntprb9f t for more information about this data type duration \<font color="#704ae0">timespan\</font> \<font color="#01a0af">read write\</font> the duration of the playback window see timespan docid\ dx1c8usfkxpwntprb9f t for more information about this data type recurrencestartdate \<font color="#704ae0">nullable\<datetime\>\</font> \<font color="#01a0af"> read write\</font> a timestamp indicating when recurring playback begins if this value is null, then recurring playback begins immediately when scheduled see datetime docid\ dx1c8usfkxpwntprb9f t for more information about this data type recurrenceenddate \<font color="#704ae0">nullable\<datetime\>\</font> \<font color="#01a0af">read write\</font> a timestamp indicating when recurring playback ends if this value is null, then recurring playback will not end see datetime docid\ dx1c8usfkxpwntprb9f t for more information about this data type daysofweek \<font color="#704ae0">dayofweek\</font> \<font color="#01a0af">read write\</font> the days of the week during which the recurring schedule is active see dayofweek docid\ dx1c8usfkxpwntprb9f t for more information about this data type creationdate \<font color="#704ae0">datetime\</font> \<font color="#01a0af">read only\</font> a timestamp indicating when the scheduledpresentation instance was created on bsn cloud see datetime docid\ dx1c8usfkxpwntprb9f t for more information about this data type lastmodifieddate \<font color="#704ae0">datetime\</font> \<font color="#01a0af">read only\</font> a timestamp indicating when the scheduledpresentation instance was last modified on bsn cloud see datetime docid\ dx1c8usfkxpwntprb9f t for more information about this data type expirationdate \<font color="#704ae0">nullable\<datetime\>\</font> \<font color="#01a0af">read only\</font> a timestamp indicating when the scheduled presentation instance will expire if this value is null, then the instance will never expire see datetime docid\ dx1c8usfkxpwntprb9f t for more information about this data type interruptscheduling \<font color="#704ae0">bool\</font> \<font color="#01a0af">read write\</font> whether or not the presentation can be interrupted you can use this to schedule a presentation to interrupt a regular presentation at a specific time, but that interrupting presentation can not itself be interrupted