I have a calendar source which gets its data from a database table. After adding a new event the event bar shows correctly in the calendar as expected.
The calendar is Selectable and Editable so the calendar bar can be moved around and lengthened and shortened as desired.
What I'd like to know is what is the procedure to update those changes made?
I have created a server connect action (scUpdate) which uses an API to update my calendar event database. The API has three variables, startdate, enddate and eventid.
I have currently the Dynamic Event>Calendar>Drop/Move and Resize, each has its action set to the server connect action above and each is populating the input parameter using the dynamic data from the event.
All works as expected apart from the fact the event update place the event one day behind where is started.
Example:
Move event April 20-25 to April 25-30 and upon refresh the event now shows April 24-29.
Change April 20-25 to April 20-23 and upon refresh the event shows 19-22.