Hello,
I am creating a SharePoint Online AddIn with Visual Studio 2015 Pro in which I use fullcalendar.js to show calendar entries from a SharePoint calendar list.
My Problem is that if I create a new item on the SharePoint calendar list I am redirected to the built-in-SharePoint-calendar view. So I would like to manipulate the normal redirection of newitem.aspx and edititem.aspx.
Unfortunately JSLink is not working with calendar lists and also setting the Source-Parameter in the URL of newform.aspx access is not working or is ignored.
I also don't know how to copy existing newform.aspx or edititem.aspx in the addin and adding for example necessary JavaScript there. All suggestions that I found in the internet are based on using SharePoint Designer (which is not working at AddIns) or copying form.aspx from the filesystem of the SharePoint on-premise server but I'm using SharePoint Online.
Do you have any idea how I can prevent redirection afer new or edited items in a calendar view in SharePoint Online?
Kind regards,
Robert.