You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mailet-api@james.apache.org by "Tellier Benoit (JIRA)" <ma...@james.apache.org> on 2017/01/16 02:10:26 UTC

[jira] [Created] (MAILET-148) Implement a ICSAttributeToJson mailet

Tellier Benoit created MAILET-148:
-------------------------------------

             Summary: Implement a ICSAttributeToJson mailet
                 Key: MAILET-148
                 URL: https://issues.apache.org/jira/browse/MAILET-148
             Project: James Mailet
          Issue Type: New Feature
          Components: ical
            Reporter: Tellier Benoit


Input : ICAL4J Celendar on an attribute.

Output : A Json that looks like this : 

{

"method": "REQUEST",

"sender": "a@b.com",

"recipient": "c@d.com",

"uid": "",

"recurrence-id": "",

"sequence": "1",

"dtstamp": ""

"ical": "raw UTF-8 ical string"

}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)