I need help. Setting allowClipboard="true" does not work.
My code:
<ejs-schedule id="schedule" width="100%" height="550px" selectedDate="new DateTime(2018, 2, 15)"
showQuickInfo="false"
actionBegin="onActionBegin"
eventRendered="onEventRendered"
popupOpen="onPopupOpen"
editorTemplate="#EventEditorTemplate"
allowKeyboardInteraction="true"
allowDragAndDrop="false"
allowResizing="false"
allowClipboard="true"
>
<e-schedule-views>
<e-schedule-view option="Day"></e-schedule-view>
<e-schedule-view option="Week"></e-schedule-view>
<e-schedule-view option="WorkWeek"></e-schedule-view>
<e-schedule-view option="Month"></e-schedule-view>
</e-schedule-views>
<e-schedule-eventsettings dataSource="@ViewBag.datasource">
</e-schedule-eventsettings>
</ejs-schedule>