Search code examples
calendargoogle-calendar-api

Failing to import generated ics file to google calendar and outlook


I'm trying to generate ics-files, see sample here: http://deap.nu/myprogram.ics

It validates alright here: https://icalendar.org/validator.html but when trying to import it into a google calendar I get the message

"Failed to import events: Unable to process your ical/CSV file."

which isn't very informative. I've tried to slim the file down, and googled a lot but can't find whats wrong. Any input on this is appreciated.

Importing to outlook doesn't work either.


Solution

  • After some sleep and more trial and error I managed to pinpoint the problem to the Organizer elements in the .ics file. So I removed them for now, adding the information to the description instead.