Re: [Davmail-users] Syncing an ICS file with Exchange through WebDAV, using PHP?
Brought to you by:
mguessan
|
From: Mickaël G. <mgu...@fr...> - 2010-04-19 08:44:02
|
> Thank you for your response, Mickael > > Is what I am trying to do possible? Can an event and/or task in MS > Exchange be updated through PHP over WebDAV? Sure, and you don't need DavMail for this: Exchange already provides WebDav access, it does not provide Caldav though. > > I'm familiar with PHP and WebDAV but not so familiar with MS Exchange. You just need to have a look at DavMail code to get an idea of the WebDav requests involved. You will also find any other info you may need on msdn. > > -ezra > > Mickaël Guessant wrote: > PROPPATCH is definitely the right to update objects over WebDav. > You will need to create the PROPPATCH body to create an event, > but how will you build the event URL ? > > Another issue: the timezone is hardwired in your code. -- Mickael Guessant Technical Architect http://mguessan.free.fr mailto:mgu...@fr... |