implement support for JMAP protocol
ArtemIsmagilov opened this issue · 2 comments
Are you planning to implement the calendar according to the new official JMAP
protocol from the IETF community?
Basic python jmap client lib - https://github.com/smkent/jmapc
JMAP wiki - https://en.wikipedia.org/wiki/JSON_Meta_Application_Protocol
JMAP source code - https://github.com/jmapio/jmap
JMAP Calendars specification - https://jmap.io/spec-calendars.html
JMAP doc - https://jmap.io/spec.html
Ths is new for me. Thank you for sharing. I'll have to look into it, but seems like I'm overbooked for the rest for the week.
The ideal would be to have a consistent python API that can be used for searching, fetching, editing and saving calendar data regardless of what protocols to be used towards the calendar server.