|
ScheduleBe process mail replies to meeting requests, using Bedework Caldav Server and its real-time service scheduler. It will be made as a python plugin for Postfix. Scope
A plug-in for processing mail containing ics attachment with MEETING REQUEST / REPLY. In that case, mail should be POST ed on Bedework with RTSVC Environment
A bedework server with RealTime Service working. www.bedework.org Flow
- parse the email
- strip .ics attachment
- eventually decode .ics attachment if base64 encoded
- check that it is a MEETING:REQUEST/REPLY
- get Sender and Recipient to set HTTP REQUEST Header
- make a POST REQUEST to Bedework RTSVC using Headers above
- use an async library to perform the POST REQUEST
- parse bedework response to check that all is ok
|