Hello everyone,
I was wondering if anyone knows how to delete/update an occurrence of a recurring meeting in outlook, and properly send the update to the recipients.
When i try this, the meeting update is sent, but it is damaged/corrupted and the appointment on the recipient's account is not updated properly
Here's what I do:
1. Get the AppointmentItem object
2. From that get the RecurrencePattern
3. From the pattern, I get the occurrence using the start date
4. then i either update some fields on that appointment, or delete it.
5. now i save it
6. then i send the original Appointment from #1
What am I doing wrong? I get the feeling that I am missing some simple step or not setting some fields.
Any ideas?
thanks
I was wondering if anyone knows how to delete/update an occurrence of a recurring meeting in outlook, and properly send the update to the recipients.
When i try this, the meeting update is sent, but it is damaged/corrupted and the appointment on the recipient's account is not updated properly
Here's what I do:
1. Get the AppointmentItem object
2. From that get the RecurrencePattern
3. From the pattern, I get the occurrence using the start date
4. then i either update some fields on that appointment, or delete it.
5. now i save it
6. then i send the original Appointment from #1
What am I doing wrong? I get the feeling that I am missing some simple step or not setting some fields.
Any ideas?
thanks