We currently have a small c# script that pulls a calendar appointment from Siebel OnDemand and mails it out to our users using smtp. This all worked before we migrated some users to Exchange 2007 this weekend. Now the .ics calendar file doesn't show up for those that have been migrated but still show up for those who haven't.

The Exchange team says there isn't a problem with our servers.

Has anyone seen this type of problem? Any solutions?

link|improve this question

69% accept rate
feedback

1 Answer

Exchange 2007 includes a calendar preprocessor (the "Calendar Concierge") that automatically processes some types of appointments. It's possible that it's eating the ics file, I guess. Are the messages arriving normally in users' mailboxes, just without the .ics files?

Longer-term, you might want to consider using Exchange Web Services to add the calendar appointments directly to the recipients' calendars.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.