user1770475
user1770475

Reputation: 43

iCal4j ics file not importing to outlook 2010

I'm having trouble importing an ics file via the 'internet calendars' option in outlook. The file is produced I believe by a java applet. When I open the ics file directly within outlook 2010 it works fine i.e. click on the link and open the downloaded file with outlook. I've also validated it online with the validator mentioned in some stack overflow posts.

However when I subscribe to the link via internet calendars I get the following error:

"The file "calendar" is not a valid Internet Calendar file"

I haven't been able to work out what's going wrong here and the error message isn't particularly helpful.

Does anyone have any ideas why this isn't working?

Thanks.

Upvotes: 2

Views: 2648

Answers (2)

user1770475
user1770475

Reputation: 43

Problem solved on this thread:

https://sourceforge.net/projects/ical4j/forums/forum/368291/topic/6062163/index/page/1

Unfortunately, I only have access to the applet link and not any of the code used to produce the ics file itself so unless I can find a way to automatically parse the file and add in the line METHOD:PUBLISH I won't be able to add the feed in outlook.

Upvotes: 2

fortuna
fortuna

Reputation: 711

While this does appear to be a non-technical question it may be related to the iCalendar implementation of Outlook. Perhaps you could post the sample ICS data to the ical4j forums to see if there is something obvious that Outlook doesn't like.

http://sourceforge.net/projects/ical4j/forums/forum/368291

Upvotes: 0

Related Questions