TF-2802 Add calendar event accept interactor to single email controller

This commit is contained in:
DatDang
2024-04-17 10:15:29 +07:00
committed by Dat H. Pham
parent 8ed14711a3
commit 94d683c3c1
18 changed files with 222 additions and 99 deletions
+24
View File
@@ -3695,5 +3695,29 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"eventReplyWasSentUnsuccessfully": "Event reply was sent unsuccessfully!",
"@eventReplyWasSentUnsuccessfully": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"youWillAttendThisMeeting": "You will attend this meeting",
"@youWillAttendThisMeeting": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"youWillNotAttendThisMeeting": "You will not attend this meeting",
"@youWillNotAttendThisMeeting": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"youMayAttendThisMeeting": "You may attend this meeting",
"@youMayAttendThisMeeting": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}