将多个与会者添加到ICS文件 [英] adding multiple attendees to ICS file

查看:97
本文介绍了将多个与会者添加到ICS文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何为以下添加多个与会者



str.AppendLine(string.Format(ATTENDEE; ROLE = REQ-PARTICIPANT; PARTSTAT = NEEDS-ACTION; RSVP = TRUE; CN = \{0} \:MAILTO:{1},msg.To [0] .Address,msg.To [1] .Address));

$ / b
谢谢

How to add multiple attendees for the below

str.AppendLine(string.Format("ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE; CN=\"{0}\":MAILTO:{1}", msg.To[0].Address,msg.To[1].Address));


Thanks

推荐答案

不是真正的解决方案,但是帮助 [ ^ ]



这是答案的本质:

尝试将ORGANIZER线路取出,在这种情况下,组织者应该打开ics文件的人默认
,他们将成为

组织者一旦发出请求。我不知道如何摆脱按钮上发送更新文本的
。 Outlook认为这是对现有请求的回复

而不是新请求。



我发现的最好的方法来解决问题问题是只需尝试取出
取出字段,看看会发生什么。 我还没有找到关于Outlook中每个字段的确切影响的参考资料

,如果有这样的

a的话。








如果这有帮助,请花时间接受解决方案。谢谢。
Not really a solution, but help[^]

This is the essence of the answer:
Try taking the ORGANIZER line out, in which case the organizer should
default to the person opening the ics file, and they will become the
organizer once they send the request out. I don't know how to get rid
of the "Send update" text on the button. Outlook thinks it's a reply
to an existing request, rather than a new one.

The best way I've found to troubleshoot ics issues is to just try
taking fields out and see what happens. I have not found a reference
on what the exact effect on each field in Outlook is, if there is such
a thing.




If this helps please take time to accept the solution. Thank you.


这篇关于将多个与会者添加到ICS文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆