I have a script that runs through a database of ours that pulls meetings and creates a meeting request in code that is sent out through exchange 2007.
everything seems to be working correctly except recurring meetings. Whenever the script creates a recurring meeting, the times are off by 4 hours for the attendees only. The room resource has the time correct. One time only meetings do not have this issue.
Recurring meetings do show up on the calendar correctly, meaning the day is correct and recurs correctly but time is current_time_zone + 4 so a 7am meeting shows as 11am for the attendees.
the code it creating an ICS file and is sent in an email to the attendess and what not.
All the timezones are the same between the attendess, room resource, and exchange itself. I have no idea what is causing this.
Exchange 2007 and office 2007/2010. Code is written in ASP.Net 3.5
everything seems to be working correctly except recurring meetings. Whenever the script creates a recurring meeting, the times are off by 4 hours for the attendees only. The room resource has the time correct. One time only meetings do not have this issue.
Recurring meetings do show up on the calendar correctly, meaning the day is correct and recurs correctly but time is current_time_zone + 4 so a 7am meeting shows as 11am for the attendees.
the code it creating an ICS file and is sent in an email to the attendess and what not.
All the timezones are the same between the attendess, room resource, and exchange itself. I have no idea what is causing this.
Exchange 2007 and office 2007/2010. Code is written in ASP.Net 3.5