Deleting a response also deletes the appointment
Exchange Server Forum Index Exchange Server
Discussion forums for Microsoft Exchange Server users.
Microsoft Outlook
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web ExchangeServerHelp.com
Deleting a response also deletes the appointment

 
Post new topic   Reply to topic    Exchange Server Forum Index -> Development
Author Message
Marius Krogh
Guest





Posted: Wed Nov 17, 2004 9:58 pm    Post subject: Deleting a response also deletes the appointment Reply with quote

Hi!
I'm trying to create a meeting request with WebDAV. I've used the
example from the link below:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_esdk_sending_a_message_webdav.asp

It all works fine. My application creates a meetingrequest an sends it
to some optional attendees. Now, if the attendees send a response back
(either an accept or a decline) and I delete the response (this is in
Outlook) the appointment is also deleted from my calendar. Why is this
happening?
Have anyone experienced similar behavior ?

Marius T. Krogh

Back to top
Marius Tennes Krogh
Guest





Posted: Thu Nov 18, 2004 2:10 am    Post subject: Re: Deleting a response also deletes the appointment Reply with quote

Sorry, I pointed to the wrong link. It's supposed to be: this link

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_esdk_sending_a_message_webdav.asp

Marius


"Marius Krogh" <makro@online.no> wrote in message
news:8dd2c7d0.0411170758.3de869a6@posting.google.com...
Quote:
Hi!
I'm trying to create a meeting request with WebDAV. I've used the
example from the link below:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_esdk_sending_a_message_webdav.asp

It all works fine. My application creates a meetingrequest an sends it
to some optional attendees. Now, if the attendees send a response back
(either an accept or a decline) and I delete the response (this is in
Outlook) the appointment is also deleted from my calendar. Why is this
happening?
Have anyone experienced similar behavior ?

Marius T. Krogh
Back to top
Marius Tennes Krogh
Guest





Posted: Thu Nov 18, 2004 2:17 am    Post subject: Re: Deleting a response also deletes the appointment Reply with quote

This is really embarrassing, I posted the wrong link again. This should be
it:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_sending_a_meeting_request_webdav.asp?frame=true

Marius

"Marius Tennes Krogh" <mk@noisRemoveThis.no> wrote in message
news:euKfWGOzEHA.3408@tk2msftngp13.phx.gbl...
Quote:
Sorry, I pointed to the wrong link. It's supposed to be: this link

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_esdk_sending_a_message_webdav.asp

Marius


"Marius Krogh" <makro@online.no> wrote in message
news:8dd2c7d0.0411170758.3de869a6@posting.google.com...
Hi!
I'm trying to create a meeting request with WebDAV. I've used the
example from the link below:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_esdk_sending_a_message_webdav.asp

It all works fine. My application creates a meetingrequest an sends it
to some optional attendees. Now, if the attendees send a response back
(either an accept or a decline) and I delete the response (this is in
Outlook) the appointment is also deleted from my calendar. Why is this
happening?
Have anyone experienced similar behavior ?

Marius T. Krogh



Back to top
Tom Rizzo [MSFT]
Guest





Posted: Mon Nov 22, 2004 6:22 am    Post subject: Re: Deleting a response also deletes the appointment Reply with quote

There is some magic that Outlook does on meeting requests and appointments.
Unless your code mimics what Outlook does, you could get strange behavior.

Can you possibly use CDO for Exchange which makes working with Appointments
and Meeting Requests easier and interoperates with Outlook?

Tom

--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp



"Marius Tennes Krogh" <mk@noisRemoveThis.no> wrote in message
news:eAT3FKOzEHA.1860@TK2MSFTNGP15.phx.gbl...
Quote:
This is really embarrassing, I posted the wrong link again. This should be
it:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_sending_a_meeting_request_webdav.asp?frame=true

Marius

"Marius Tennes Krogh" <mk@noisRemoveThis.no> wrote in message
news:euKfWGOzEHA.3408@tk2msftngp13.phx.gbl...
Sorry, I pointed to the wrong link. It's supposed to be: this link

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_esdk_sending_a_message_webdav.asp

Marius


"Marius Krogh" <makro@online.no> wrote in message
news:8dd2c7d0.0411170758.3de869a6@posting.google.com...
Hi!
I'm trying to create a meeting request with WebDAV. I've used the
example from the link below:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_esdk_sending_a_message_webdav.asp

It all works fine. My application creates a meetingrequest an sends it
to some optional attendees. Now, if the attendees send a response back
(either an accept or a decline) and I delete the response (this is in
Outlook) the appointment is also deleted from my calendar. Why is this
happening?
Have anyone experienced similar behavior ?

Marius T. Krogh



Back to top
Marius Tennes Krogh
Guest





Posted: Wed Nov 24, 2004 2:13 pm    Post subject: Re: Deleting a response also deletes the appointment Reply with quote

Hi.
I was hoping to be able to solve this without using CDO. But if it's not
possible to mimic the Outlook behavior by only using WebDAV then I might
consider using CDO.

Marius

"Tom Rizzo [MSFT]" <thomriz@microsoft.com> wrote in message
news:uO2c9lC0EHA.804@TK2MSFTNGP12.phx.gbl...
Quote:
There is some magic that Outlook does on meeting requests and
appointments. Unless your code mimics what Outlook does, you could get
strange behavior.

Can you possibly use CDO for Exchange which makes working with
Appointments and Meeting Requests easier and interoperates with Outlook?

Tom

--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp



"Marius Tennes Krogh" <mk@noisRemoveThis.no> wrote in message
news:eAT3FKOzEHA.1860@TK2MSFTNGP15.phx.gbl...
This is really embarrassing, I posted the wrong link again. This should
be it:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_sending_a_meeting_request_webdav.asp?frame=true

Marius

"Marius Tennes Krogh" <mk@noisRemoveThis.no> wrote in message
news:euKfWGOzEHA.3408@tk2msftngp13.phx.gbl...
Sorry, I pointed to the wrong link. It's supposed to be: this link

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_esdk_sending_a_message_webdav.asp

Marius


"Marius Krogh" <makro@online.no> wrote in message
news:8dd2c7d0.0411170758.3de869a6@posting.google.com...
Hi!
I'm trying to create a meeting request with WebDAV. I've used the
example from the link below:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_esdk_sending_a_message_webdav.asp

It all works fine. My application creates a meetingrequest an sends it
to some optional attendees. Now, if the attendees send a response back
(either an accept or a decline) and I delete the response (this is in
Outlook) the appointment is also deleted from my calendar. Why is this
happening?
Have anyone experienced similar behavior ?

Marius T. Krogh





Back to top
 
Post new topic   Reply to topic    Exchange Server Forum Index -> Development All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server Dedicated Servers
Contact Us
New Topics Powered by phpBB