On May 6, 2013, at 12:58 PM, Ben Danguy <
cyra...@live.fr> wrote:
> Hi all,
>
> I have a php application with a mysql database where i have all my events.
> I want to add SabreDAV in caldav mode in my application.
> my sabredav is ok.
> Now i want to sync datas of my app and datas of sabredav.
> So i think, i have to do this :
> - add a function in my app to add/modify/delete events in sabredav data table when i do it from my app.
> - modify the caldav backend of sabreDAV to add/modify/delete events in my app data table when i do it from the caldav
>
> But in backend, i don't know how get informations from $calendardata. Is there a function to parse it ?
You can create an instance of your CalDAV backend and just call those methods. You could also directly make changes on the database, but this isn't recommended.