How to: Update calendar events that were imported by iCalendar file? [duplicate]

心已入冬 提交于 2019-12-19 08:06:56

问题


Possible Duplicate:
ICalendar and event updates not working in Outlook
Help updating an event in Outlook 2007 with an iCalendar file

How do I update calendar events that were imported by iCalendar file?

I need to re-import events but I want to make sure that the existing events are updated. Currently if I do an import, it adds additional event instead of updating existing event on my Outlook calendar.

BEGIN:VCALENDAR
VERSION:1.0        
BEGIN:VEVENT
UID:123@mydomain.com
METHOD:REFRESH
CATEGORIES:MEETING
STATUS:TENTATIVE
DTSTART:20081125T233000Z
DTEND:20081125T233000Z
SUMMARY: Updated Event 2. Imported From iCalendar File.
DESCRIPTION:This is a test
CLASS:PRIVATE
END:VEVENT       
END:VCALENDAR

I'm trying to use METHOD: REFRESH I also tried METHOD: REQUEST but it still adds additional event instead of updating existing event on my Outlook calendar.

来源:https://stackoverflow.com/questions/314937/how-to-update-calendar-events-that-were-imported-by-icalendar-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!