Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to send the data to server side in calender

    Hi,

    In Calender, suppose if i add a new event, its adding in the calender. And the data is present only in the browser cache. If i refresh the page, then the event which i added disappeared.

    So i want to send that event data to server side to send it to DB.

    How should i get that event data when i'm clicking the "Save Event" button while creating it??

    Can anyone let me know a solution for this ASAP..

    Thanks & Regards,
    Kodan.

    #2
    The Calendar saves via doing an "add" request on it's DataSource - see the "docs" package for overviews of how to work with DataSources.

    Comment

    Working...
    X