9 April 2009 2 comments Web development
This blog post is 13 years old! Most likely, its content is outdated. Especially if it's technical.
I've got a public ical at: http://m.fwckungfu.com/calendar.ics
This works in Google Calendar and in the iCalendar Validator but when I try to import this as a file in Apple iCal I get this message:
"Error subscribing to the calendar
Data downloaded from http://m.fwckungfu.com/calendar is not valid."
WTF? Who's ass have I not kissed to get this working in Apple iCal?
Does anybody know any reason why Apple iCal is being so trixy?
- Previous:
- Simple interface for Crosstips 8 April 2009
- Next:
- TypeRacer Best online game in years 11 April 2009
- Related by category:
- Fastest way to find out if a file exists in S3 (with boto3) 16 June 2017 Web development
- How to throttle AND debounce an autocomplete input in React 1 March 2018 Web development
- How to create-react-app with Docker 17 November 2017 Web development
- Be very careful with your add_header in Nginx! You might make your site insecure 11 February 2018 Web development
- How to have default/initial values in a Django form that is bound and rendered 10 January 2020 Web development
Actually, the feed currently does not validate: it specifies a TZID for an UTC time, which is forbidden as per section 3.2.19 of RFC5545. Both the validator you link to and my more restrictive one at http://arnout.engelen.eu/icalendar-validator point that out.
Great! Thanks. I must have been sleepy when I last looked into it.