PDA

View Full Version : Embedding MS Outlook calendar to web ???


ClueLess
11-24-2004, 06:16 PM
Have anyone done ay such thing before? If you had…how did you do it? Thanks.

jbot
11-25-2004, 11:01 AM
you'll prolly need to run a VBScript/VBA codelet to extract the calendar from Outlook and then re-render it in HTML. this can either be done within Outlook (maybe) or from within IE itself. nb: you cannot do the latter in FF or any other browser which doesn't support ActiveX.

another possibility is to directly embed the calendar object directly into IE, but you'd need to know the exact classid of the OLE object to do this.