Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Wed, 22 Jun 2005 03:43:03 -0700,    group: microsoft.public.exchange2000.development        back       


WebDav Creating Appointment Offset One Hour   
hello,

I am creating an appointment into exchange using WebDav, but the appointment 
forwards an hour when it appears in exchange.

Can someone please help.

I have tried looking into it being Daylight Saving without any luck

Dan.
date: Wed, 22 Jun 2005 03:43:03 -0700   author:   Daniel Foster

Re: WebDav Creating Appointment Offset One Hour   
Exchange server stores all times as GMT times and you must specify it as GMT
time. This means, convert yout local time to GMT time and store it in
Exchange.
When retrieve appointment (or any other item) then again convert GMT time to
your local time and everithing will be as you want.

Michael
-------------------------------
If you need WebDAV API for Exchange server,
use our component WebDAV .NET for Exchange.
Check out http://www.independentsoft.com


"Daniel Foster"  wrote in message
news:F1593292-556A-43D2-AAA2-9FF47E93FDC8@microsoft.com...
> hello,
>
> I am creating an appointment into exchange using WebDav, but the
appointment
> forwards an hour when it appears in exchange.
>
> Can someone please help.
>
> I have tried looking into it being Daylight Saving without any luck
>
> Dan.
date: Wed, 22 Jun 2005 17:36:01 +0200   author:   Michael

Re: WebDav Creating Appointment Offset One Hour   
Michael, Thanks for your response.

I understand what you are saying, but I am unsure how to it though. Is this 
done programmatically? If so, do you have any example code?

Many Thanks

Dan.

"Michael" wrote:

> Exchange server stores all times as GMT times and you must specify it as GMT
> time. This means, convert yout local time to GMT time and store it in
> Exchange.
> When retrieve appointment (or any other item) then again convert GMT time to
> your local time and everithing will be as you want.
> 
> Michael
> -------------------------------
> If you need WebDAV API for Exchange server,
> use our component WebDAV .NET for Exchange.
> Check out http://www.independentsoft.com
> 
> 
> "Daniel Foster"  wrote in message
> news:F1593292-556A-43D2-AAA2-9FF47E93FDC8@microsoft.com...
> > hello,
> >
> > I am creating an appointment into exchange using WebDav, but the
> appointment
> > forwards an hour when it appears in exchange.
> >
> > Can someone please help.
> >
> > I have tried looking into it being Daylight Saving without any luck
> >
> > Dan.
> 
> 
>
date: Thu, 23 Jun 2005 03:28:04 -0700   author:   Daniel Foster

Re: WebDav Creating Appointment Offset One Hour   
I had this problem too,

this was my solution: 

the date format has to be yyyy-MM-ddTHH:mm:sszzzZ
 
Public ReadOnly Property EndDateString() As String
        Get
            'format: 2005-03-30T09:30:00zzzZ
            ' Z = UTC Absolute time
            ' zzz = Offset
            Return Me.dteEndDate.ToString("yyyy-MM-ddTHH:mm:sszzzZ")
        End Get
    End Property

marco

"Daniel Foster" wrote:

> Michael, Thanks for your response.
> 
> I understand what you are saying, but I am unsure how to it though. Is this 
> done programmatically? If so, do you have any example code?
> 
> Many Thanks
> 
> Dan.
> 
> "Michael" wrote:
> 
> > Exchange server stores all times as GMT times and you must specify it as GMT
> > time. This means, convert yout local time to GMT time and store it in
> > Exchange.
> > When retrieve appointment (or any other item) then again convert GMT time to
> > your local time and everithing will be as you want.
> > 
> > Michael
> > -------------------------------
> > If you need WebDAV API for Exchange server,
> > use our component WebDAV .NET for Exchange.
> > Check out http://www.independentsoft.com
> > 
> > 
> > "Daniel Foster"  wrote in message
> > news:F1593292-556A-43D2-AAA2-9FF47E93FDC8@microsoft.com...
> > > hello,
> > >
> > > I am creating an appointment into exchange using WebDav, but the
> > appointment
> > > forwards an hour when it appears in exchange.
> > >
> > > Can someone please help.
> > >
> > > I have tried looking into it being Daylight Saving without any luck
> > >
> > > Dan.
> > 
> > 
> >
date: Mon, 27 Jun 2005 09:16:04 -0700   author:   marco

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us