Is a way to use ical file to save/update/delete events

Hi Team,

Currently, I used Java_DB to save/update/delete all events, but I wanted to use the reminder and events collision in server side I got a big chanllenge and I wrote a lot of codes to implement them. But now I must implement recurring function in scheduler, I had no idea for this how to do. So I wanted to know whether there was a method to save/update/delete events in a ical file? If I could do this I could use ical4j API to do all my work.

Best wishes,

Jundong

Currently it is not possible ( while data can be exported to iCal it will not store ical compatible recurrence info )

We have adding of ical compatibility for recurring events export as one of short term goals.

Hi Stanislav,

Thanks for your quick response.

Best wishes,

Judo520