From a69ae348d8ef2cd7c4c8c59342dfa25d971fd9b9 Mon Sep 17 00:00:00 2001 From: Houssem Nasri Date: Wed, 20 Nov 2024 10:52:02 +0100 Subject: [PATCH] Mention OpenPaasAmqpForwardAttribute in calendar documentation (#1319) --- .../jmap-extensions/calendarEventReply.adoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/modules/ROOT/pages/tmail-backend/jmap-extensions/calendarEventReply.adoc b/docs/modules/ROOT/pages/tmail-backend/jmap-extensions/calendarEventReply.adoc index 1a4aec0be7..b169912859 100644 --- a/docs/modules/ROOT/pages/tmail-backend/jmap-extensions/calendarEventReply.adoc +++ b/docs/modules/ROOT/pages/tmail-backend/jmap-extensions/calendarEventReply.adoc @@ -132,11 +132,13 @@ Additionally, the reply email templates support Mustache data for dynamic conten To access sample template files, please visit the https://github.com/linagora/tmail-backend/blob/master/tmail-backend/apps/distributed/src/main/eml-template[tmail-backend]. -== Integrates with OpenPaaS Calendar by AmqpForwardAttribute mailet +== Integrates with OpenPaaS Calendar through the OpenPaasAmqpForwardAttribute mailet This configuration helps process iCalendar data from emails and forwards it to OpenPaaS Calendar system (via AMQP) for further operations, such as updating the event status. -The mailets pipeline configuration bellow should be added to transport processor within `mailetcontainer.xml`: +For further information about the integration between OpenPaas and TMail, see xref:tmail-backend/features/openpaas-integration.adoc[OpenPaas Integration]. + +The mailets pipeline configuration below should be added to the transport processor within `mailetcontainer.xml`: ``` @@ -159,10 +161,9 @@ The mailets pipeline configuration bellow should be added to transport processor rawIcalendar2 ignore - - amqp://${env:OP_JAMES_AMQP_USERNAME}:${env:OP_JAMES_AMQP_PASSWORD}@${env:OP_JAMES_AMQP_HOST}:${env:OP_JAMES_AMQP_PORT} - james:events + icalendarAsJson2 + james:events ignore