Time segments in OWA

  • Thread starter Thread starter Techhead
  • Start date Start date
T

Techhead

I need to change the time segments in OWA when creating new
appointments. The default is 30 minutes but I need 20 minutes. I can't
seem to find the right code in the exchsrvr exchweb controls. I'm close

but can't find the time array expression tha generates the 30 minute
increments.

Can anybody help me with this?


Thanks,
Brian
 
Techhead said:
I need to change the time segments in OWA when creating new
appointments. The default is 30 minutes but I need 20 minutes. I can't
seem to find the right code in the exchsrvr exchweb controls. I'm
close

I don't think that's possible.
 
Well I know it's possible because it can be changed via the code used
for OWA, i just need to know which code in what .js or .vbs files to
change.

I've changed multiple things in OWA like the css files, images, etc.
 
Techhead said:
Well I know it's possible because it can be changed via the code used
for OWA, i just need to know which code in what .js or .vbs files to
change.

I've changed multiple things in OWA like the css files, images, etc.

OWA and Outlook, however, are unrelated. OWA is just a web interface into
an Exchange server. You can do a lot more with Active Server pages that you
can with an application.
 
Back
Top