Delete calendar event using iCalendar file import (Outlook 2003 problem)?

前端 未结 9 1296
旧时难觅i
旧时难觅i 2020-12-13 11:00

Is there a way for me to delete items from calendar by using iCalendar import?

I know that there is a METHOD:CANCEL, however when I tried it, it didn\'t do anything

相关标签:
9条回答
  • 2020-12-13 11:17

    I don´t know if this helps, try setting SEQUENCE: 2

    0 讨论(0)
  • 2020-12-13 11:26

    I might need to set X-WR-RELCALID tag, according to this http://www.oesf.org/forum/index.php?act=Print&client=printer&f=63&t=2650

    It states: "Before syncing for the first time, you MUST add a X-WR-RELCALID tag to the mycalendar.ics file, or else iCal will change the UID number of all entries, causing duplicates."

    However I can't find any documentation on RELCALID tag in protocol http://tools.ietf.org/html/rfc2446

    When I set X-WR-RELCALID, Outlook still creates duplicate events instead of removing those events.

    Is there any documentation on X-WR-RELCALID? I can't find it.

    0 讨论(0)
  • 2020-12-13 11:27

    For me it worked by setting the X-WR-RELCALID tag in the header of the ics file. Then Outlook recognized the event as the same.

    0 讨论(0)
提交回复
热议问题