![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
While creating an new appointment, I am getting Error: HTTP/1.1 403
(Forbidden) error. My code is: ?xml version='1.0'?a ![]() xmlns:m='urn:schemas:mailheader:' xmlns:cal="urn:schemas:calendar:" xmlns:mapi="http://schemas.microsoft.com/mapi/" xmlns:e="http://schemas.microsoft.com/exchange/" xmlns:dt='urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/' xmlns:mail='urn:schemas:httpmail:' a:seta ![]() ![]() ![]() /a:id/a ![]() ![]() /mail:subject/a ![]() ![]() Palace/mail:textdescription/a ![]() ![]() Palace/cal:location/a ![]() ![]() /cal:dtstart/a ![]() ![]() /cal:dtendcal:instancetype dt:dt="int"0/cal:instancetype/a ![]() ![]() /cal:busystatus/a ![]() ![]() /cal:meetingstatuscal:alldayevent dt:dt="boolean"0/cal:alldayeventcal:responserequested dt:dt="boolean"1/cal:responserequestedcal:reminderoffset m/m:tomapi:finvited dt:dt="boolean"1/mapi:finvited/a ![]() ![]() oXMLHttp = CreateObject("Microsoft.XMLHTTP") oXMLHttp.open ("PROPPATCH", /Calendar/", False, Me.UserNameAlias, Me.Password) ' Set up request headers. oXMLHttp.setRequestHeader("Content-Type", "text/xml") ' Send the query. oXMLHttp.send(sQuery) Response is: ?xml version="1.0"?a:multistatus xmlns:b="http://schemas.microsoft.com/exchange/" /Calendar/a:hrefa ![]() 403 Forbidden/a:statusa ![]() ![]() ![]() This error is not coming when I am updating any appointment but at the time of creation this response is coming. Please tell me the solution of this. Thanks in advance. Atul Saxena |
Ads |
#2
|
|||
|
|||
![]()
Is this WebDAV code accessing the server? You might be far better off
posting a message like this in an Exchange development group, since this one deals with programming with the Outlook object model. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Atul Saxena" wrote in message news ![]() While creating an new appointment, I am getting Error: HTTP/1.1 403 (Forbidden) error. My code is: ?xml version='1.0'?a ![]() xmlns:m='urn:schemas:mailheader:' xmlns:cal="urn:schemas:calendar:" xmlns:mapi="http://schemas.microsoft.com/mapi/" xmlns:e="http://schemas.microsoft.com/exchange/" xmlns:dt='urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/' xmlns:mail='urn:schemas:httpmail:' a:seta ![]() ![]() ![]() /a:id/a ![]() ![]() Saxena /mail:subject/a ![]() ![]() Palace/mail:textdescription/a ![]() ![]() Palace/cal:location/a ![]() ![]() /cal:dtstart/a ![]() ![]() /cal:dtendcal:instancetype dt:dt="int"0/cal:instancetype/a ![]() ![]() /cal:busystatus/a ![]() ![]() /cal:meetingstatuscal:alldayevent dt:dt="boolean"0/cal:alldayeventcal:responserequested dt:dt="boolean"1/cal:responserequestedcal:reminderoffset m/m:tomapi:finvited dt:dt="boolean"1/mapi:finvited/a ![]() ![]() oXMLHttp = CreateObject("Microsoft.XMLHTTP") oXMLHttp.open ("PROPPATCH", /Calendar/", False, Me.UserNameAlias, Me.Password) ' Set up request headers. oXMLHttp.setRequestHeader("Content-Type", "text/xml") ' Send the query. oXMLHttp.send(sQuery) Response is: ?xml version="1.0"?a:multistatus xmlns:b="http://schemas.microsoft.com/exchange/" /Calendar/a:hrefa ![]() 403 Forbidden/a:statusa ![]() ![]() ![]() This error is not coming when I am updating any appointment but at the time of creation this response is coming. Please tell me the solution of this. Thanks in advance. Atul Saxena |
#3
|
|||
|
|||
![]()
ok thanks
"Ken Slovak - [MVP - Outlook]" wrote: Is this WebDAV code accessing the server? You might be far better off posting a message like this in an Exchange development group, since this one deals with programming with the Outlook object model. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Atul Saxena" wrote in message news ![]() While creating an new appointment, I am getting Error: HTTP/1.1 403 (Forbidden) error. My code is: ?xml version='1.0'?a ![]() xmlns:m='urn:schemas:mailheader:' xmlns:cal="urn:schemas:calendar:" xmlns:mapi="http://schemas.microsoft.com/mapi/" xmlns:e="http://schemas.microsoft.com/exchange/" xmlns:dt='urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/' xmlns:mail='urn:schemas:httpmail:' a:seta ![]() ![]() ![]() /a:id/a ![]() ![]() Saxena /mail:subject/a ![]() ![]() Palace/mail:textdescription/a ![]() ![]() Palace/cal:location/a ![]() ![]() /cal:dtstart/a ![]() ![]() /cal:dtendcal:instancetype dt:dt="int"0/cal:instancetype/a ![]() ![]() /cal:busystatus/a ![]() ![]() /cal:meetingstatuscal:alldayevent dt:dt="boolean"0/cal:alldayeventcal:responserequested dt:dt="boolean"1/cal:responserequestedcal:reminderoffset m/m:tomapi:finvited dt:dt="boolean"1/mapi:finvited/a ![]() ![]() oXMLHttp = CreateObject("Microsoft.XMLHTTP") oXMLHttp.open ("PROPPATCH", /Calendar/", False, Me.UserNameAlias, Me.Password) ' Set up request headers. oXMLHttp.setRequestHeader("Content-Type", "text/xml") ' Send the query. oXMLHttp.send(sQuery) Response is: ?xml version="1.0"?a:multistatus xmlns:b="http://schemas.microsoft.com/exchange/" /Calendar/a:hrefa ![]() 403 Forbidden/a:statusa ![]() ![]() ![]() This error is not coming when I am updating any appointment but at the time of creation this response is coming. Please tell me the solution of this. Thanks in advance. Atul Saxena |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Showing Error: HTTP/1.1 403 (Forbidden) | Atul Saxena[_2_] | Outlook - Using Forms | 0 | October 11th 07 11:29 AM |
Showing Error: HTTP/1.1 403 (Forbidden) while creating an appointm | Atul Saxena[_2_] | Outlook and VBA | 0 | October 11th 07 11:23 AM |
RPC over HTTP -- Outlook over Internet option not showing | Craig | Outlook - General Queries | 2 | August 29th 07 04:52 PM |
Forbidden Access | psychman | Outlook - General Queries | 4 | March 14th 07 10:09 PM |
Outlook 2003 RPC over HTTP, connectivity error 0x8004011D, SOLVED | szilagyic | Outlook - General Queries | 0 | March 14th 06 06:15 PM |