The internet calendar file “abc.ics” does not contain any appointments

一曲冷凌霜 提交于 2019-12-13 15:25:48

问题


I have created a .ics VTODO calender, but when I open the file in Microsoft outlook its shows the following error

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//DDay.iCal//NONSGMLddaysoftware.com//EN
BEGIN:VTODO
CREATED:20070101T000000Z
DESCRIPTION:fdsdsfds
DTSTAMP:20070101T000000Z
DTSTART:20070101T080000
DUE;VALUE=DATE:20070107
DURATION:P5DT16H
SEQUENCE:0
STATUS:NEEDS-ACTION
SUMMARY:xxxx
UID:b6709c95-5523-46aa-a7e5-1b5ea034b86a
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:Reminder
TRIGGER:-PT30M
END:VALARM
END:VTODO
END:VCALENDAR

回答1:


VTODO is not supported by Outlook: see Microsoft's spec (https://msdn.microsoft.com/en-gb/library/cc463911.aspx)



来源:https://stackoverflow.com/questions/14706099/the-internet-calendar-file-abc-ics-does-not-contain-any-appointments

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