I created a web application in PHP using CodeIgniter. The application is based largely on a calendar that allows the user to add, edit and delete events in this calendar.
One of the main requirements for the system is to use your own calendar on iPhone and Android devices. The user should be able to not only view, but add, edit and delete items from his calendar. I can create a vcal file that the user can upload to his calendar, but this is only one-way synchronization.
Is there a way this can be achieved? I was thinking about Google Calendars, but using the API before I know how this can be, and I'm not sure about the support.
Any help is appreciated.
source share