ICalendar not readable by google calendar.

前端 未结 3 821
有刺的猬
有刺的猬 2020-12-14 13:31

Operating system : WinXP Program and version you use to access Google Calendar (FF3.5):

I\'m developing a script (based on an existing vCal ASP.NET class I found o

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-14 13:56

    The Ical format says that each line has a max length of 75 bytes - split lines restart on the next line with single whitespace character inserted at the beginning.

    I'm not at all sure but I seem to recall Google calendar expecting this requirement.

提交回复
热议问题