|
leederbyshire -> RE: Change Calendar Reminder Duration (7.Sep.2007 8:25:05 AM)
|
It's never easy to make changes to the OWA interface, and since I no longer have an E2000 server, I can only give some general guidance that will help you if you are confident writing some JavaScript. Anyway, you will need to look at the frame source for your calendar display in order to get the ID of the HTML control you need to change, and the name of an included .js file that contains a window.onload() function. You can add code to the window.onload() function that will add extra options to the required control. Not easy, but doable if you really need to.
|
|
|
|