本文主要是介绍接受一个iCal邀请, ExtractOrganizedMeetings值,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
原文:
I received a meeting invitation from someone but I cannot accept the meeting invitation as I can’t use the Accept, Decline and Tentative buttons.
I believe the sender used iCal on a Mac to send me this meeting request.
Is there any way I can still accept this so it will go into my Outlook Calendar?
Support for this was first added in a post Service Pack 1 Hotfix for Outlook 2007 and later in Service Pack 2 as well so I suggest that you first check that Outlook is fully up-to-date before attempting this fix. Outlook 2010 also offers support for this.
ExtractOrganizedMeetings Registry Key
Once updated, you’ll have to add the following Registry value;
Key: HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Options\Calendar
Value name: ExtractOrganizedMeetings
Value type: REG_DWORD
Value: 1
When this key is missing or set to 0
, then you cannot accept meetings that have been sent to you in a 3rd party/unknown calendar format.
When this key is set to 1
, then an attempt is made to interpret the 3rd party/unknown calendar format so you can accept it.
http://www.msoutlook.info/question/346
翻译:
我从其他人那里收到一个会议,但是我没有办法处理这个邀请(接受、拒绝或不确定)。我知道这是个从Mac操作系统上送出的会议邀请。我能用什么办法接受它,并把它加入我的日程表吗?
这个功能在Outlook 2007 Service Pack 1的Hotfix中被第一次加入,在Service Pack 2中也有这个功能的修复。所以我建议你在安装补丁前先检查一下你的Outlook版本。在Outlook 2010中这个功能也是被支持的。
ExtractOrganizedMeetings Registry Key
在打完补丁后,你需要在注册表中修改以下值:
Key: HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Options\Calendar
Value name: ExtractOrganizedMeetings
Value type: REG_DWORD
Value: 1
如果你找到到这个值或这个值为0,那么你就不能接受这个邀请。
如果这个值是1,你就可以接受这个邀请。
参考链接:http://www.msoutlook.info/question/346
这篇关于接受一个iCal邀请, ExtractOrganizedMeetings值的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!