How to create and send update to existing event by uisng BiWeekly library and Java Mail API?
- 阅读更多 关于 How to create and send update to existing event by uisng BiWeekly library and Java Mail API?
问题 I'm using BiWeekly library to create VEVENT and then send it by using Java Mail API. Everything work fine but how can I create an update for an existing event, i.e. when I receive VEVENT which is update it won't create a new event in a calendar but will update an existing event? I've tried to set sequence in the following way event.setSequence(2) , but it doesn't work. Upon receive email agent, Lotus Notes, google mail always creates new event. This is my code of creating and sending event: