How can I create and email an invite for two unrelated recipients to a meeting between them and allow them to control further scheduling
问题 I have a system that matches two unrelated parties, after they engage through my system I want to enable them to schedule a meeting that will appear on their calendars. It would be best that after the original scheduling they will be able to communicate over the event (accept, reject, reschedule etc. ) without me being the mediator (a bonus would be if I can be notified of any action they've taken). I'm trying to achieve this creating the event using ical4j and sending it using Java Mail API