asp.net - Send a Meeting Request with System.Net.Mail -


I'm using to send a meeting request. I have a problem: Every time I use the code, The time of the meeting is always the wrong time

For example: DTSTART: 20120710T143000Z gives an appointment in Outlook Tuesday, July 10, 2012 4:30 pm - 5: 30 pm When it should Tuesday, July 10, 2012 2:30 pm -3: 30pm . Why is this happening?

In the winter there is our local time of UTC / GMT +3 (Jordan Standard Time) and UTC / GMT +2. Every time I make an appointment through approach, it would always be the right time is.

Your appointment should be UTC time. I suspect that you are an inclusive local (Jordan) time. It tells the difference of two hours, because the FICC UTC does not take the daylight saving time to account.

SO Resource:



  • Comments