Issue 1972: Question about creating/updating event with remote source
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by landac...@gmail.com, Aug 22, 2013
Hi,

I would like your help in using your plugin (I like it very much) for my projects.

I have php server-side management of the events (so i include "gcal.js" in the page) and use the syntax as google calendar has for the events.

Getting events is working great, i could see the request to the "remote source" and json that is translated to events on the calendar's different views.

The problem is when i add a new event or update existing one (title, times) - it is displayed on the page but request to the remote source is not sent, so the server doesn't know about it.

So I would like to know how can i notify remote source for the changes i make in the calendar


Thanks,
Vladi
Aug 25, 2013
Project Member #1 adamrs...@gmail.com
Whenever you "add a new event or update an existing one", you are calling one of fullcalendar's methods, right? (like `renderEvent` or `updateEvent`). Whenever you do that, you should also make an ajax call to notify your servers of the change.

At this point, it is your responsibility to do this rather an fullcalendar's. any server-side or database related questions are out of the scope of this project/forum
Status: Done