Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
489 views
in Technique[技术] by (71.8m points)

outlook - ICal import creates new calendar When Open the ics file

I'm working on "Add to Calendar" feature from my Sharepoint webpart (created using VS2010).

I have exported the ICS file programatically with no issues.

But the problem is when I try to open the ICS file from OUTLOOK.

If the ICS file has single appointment, no issues....

If the ICS file has multiple appointments, the problem comes...

When I do File >> Open >> Import >> Choose ics file, it works fine

But If I try to just double click the ICS file, it creates a NEW calendar instead of updating my existing default calendar

Any suggestions...?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

We had a similar problem and found that if the ICS file had the X-WR-CALNAME field in it, even if is was blank, then Outlook would automatically create a new calendar. If it did NOT have this field in it, then Outlook imported it.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...