如何让 Outlook 处理事件更新? [英] How do I get Outlook to process an event update?

查看:24
本文介绍了如何让 Outlook 处理事件更新?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在 Outlook 2007 中创建、更新和删除事件(但最好它适用于所有版本).创建和删除事件工作正常.我跟着 几个 线程但由于某种原因更新操作失败.

I am trying to create, update and delete an event in Outlook 2007 (but optimally it would work for all versions). Creating and deleting the event is working fine. I followed several threads but for some reason the update action failed.

当我双击 ICS 文件时,Outlook 会打开一个窗口,我唯一的选择就是删除.但是它要删除的事件不是旧的而是新的(即使它还没有创建).因此,当我单击删除时,旧事件仍保留在此处.

When I double click on the ICS file, Outlook opens a window and the only choice I have is to delete. But the event it wants to delete is not the old one but the new one (even if it's not created yet). So when I click delete the old event remains here.

UID相同,序列加1,DTSTAMP在新.

The UID is the same, sequence has been increase by 1, DTSTAMP in newer.

第一个事件:

BEGIN:VCALENDAR
PRODID:-//Blatant Media Corporation//Absorb LMS//EN
VERSION:2.0
METHOD:PUBLISH
BEGIN:VEVENT
CLASS:PUBLIC
DTSTART;VALUE=DATE-TIME:20101111T13000000Z
DTEND;VALUE=DATE-TIME:20101111T14000000Z
UID:AbsorbClass150180
DESCRIPTION:A nov session for demoing only

Venue:
Boardroom 123

Instructor:
Mike Owens

Course Description:
Instructor Led Training (ILT) topic: First Aid

------------------
Absorb Anywhere
http://www.absorbtraining.com
LOCATION:Boardroom 123
SUMMARY:First Aid: Nov
DTSTAMP:20101107T15353400Z
LAST-MODIFIED:20101107T15353400Z
STATUS:CONFIRMED
SEQUENCE:0
END:VEVENT
END:VCALENDAR

更新事件:

BEGIN:VCALENDAR
PRODID:-//Blatant Media Corporation//Absorb LMS//EN
VERSION:2.0
METHOd:REQUEST
BEGIN:VEVENT
CLASS:PUBLIC
DTSTART;VALUE=DATE-TIME:20101111T15000000Z
DTEND;VALUE=DATE-TIME:20101111T16000000Z
UID:AbsorbClass150180
DESCRIPTION:A nov session for demoing only

Venue:
Boardroom 123

Instructor:
Mike Owens

Course Description:
Instructor Led Training (ILT) topic: First Aid

------------------
Absorb Anywhere
http://www.absorbtraining.com
LOCATION:Boardroom 123
SUMMARY:First Aid: Nov
DTSTAMP:20101108T15353400Z
LAST-MODIFIED:20101108T15353400Z
ORGANIZER:Owens
SEQUENCE:1
END:VEVENT
END:VCALENDAR

推荐答案

将以下内容添加到两个文件中:

Add the following to both files:

ORGANIZER:donotreply@test.com

不知道为什么,但如果没有这个,您似乎无法更新事件.

not sure why, but you can't seem to update events without this.

这篇关于如何让 Outlook 处理事件更新?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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