admin管理员组文章数量:1022997
I do integration automated testing. My task is get meeting invitation from Outlook and decline it, which will appear in the integrated messenger. My problem in the final stage, the Outlook not recognized modified .ics file for declining meeting invitation.
I have written code which was doing the following:
- I receive .ics file of the meeting invitation through IMAP
- I modify the .ics file: METHOD, STATUS ...
- Through SMTP I send back modified .ics file to the respective email as attachment.
I have used enough_mail (used also 7bit->base64: not worked)
The modified ics file passed the iCalendar validation. As a result, Outlook does not recognize modified file as .ics and processes it as ordinary attachment, and not declined the invitation.
When I send back original .ics mentioned in the step 1, Outlook recognized as proper .ics. I think the problem is the modifying the METHOD in ics, when I am changing only that, Outlook does not recognize it as .ics.
What could be a problem?
I do integration automated testing. My task is get meeting invitation from Outlook and decline it, which will appear in the integrated messenger. My problem in the final stage, the Outlook not recognized modified .ics file for declining meeting invitation.
I have written code which was doing the following:
- I receive .ics file of the meeting invitation through IMAP
- I modify the .ics file: METHOD, STATUS ...
- Through SMTP I send back modified .ics file to the respective email as attachment.
I have used enough_mail (used also 7bit->base64: not worked)
The modified ics file passed the iCalendar validation. As a result, Outlook does not recognize modified file as .ics and processes it as ordinary attachment, and not declined the invitation.
When I send back original .ics mentioned in the step 1, Outlook recognized as proper .ics. I think the problem is the modifying the METHOD in ics, when I am changing only that, Outlook does not recognize it as .ics.
What could be a problem?
本文标签:
版权声明:本文标题:How to decline meeting invitation in Outlook using .ics by automation test script in DartFlutter - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745580168a2157262.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论