문제

I am writing a program for work that takes all of our ics files from our cal server, merges them into a single ics file, and then places that file on a webserver to be subscribed to.

I have everything working great in the Mac's iCal program and the iPhones subscribe just fine, but Thunderbird with Lightning just chokes and dies. No errors in the Error Console, just nothing.

I have verified that I am fully compliant to the standard, what gives here? Am I missing something special that the wonderful world of open source software has failed to provide me?

도움이 되었습니까?

해결책

You could run the ics through a few validators in case you have not:

http://severinghaus.org/projects/icv/

http://icalvalid.cloudapp.net/

http://mozilla-comm.github.io/ical.js/validator.html

In Lightning, make sure you are using iCalendar / WebDAV when subscribing to the calendar. You can also use the advanced config editor (Options -> Advanced -> General -> Config Editor) to enable the preferences calendar.debug.log and calendar.debug.log.verbose.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top