Please I have this outlook application building problems, I have done this in VB and its working somehow, but I need to use VBScripting language to do it and this is where the problem comes. Here is the outline of the work:
1) To calculate the running total of flexible working hours and show it in calendar view based ona referance calendar which is on the server in the Public Folder (“Standard Working Hours”).
A separate “record/file” can be generated as well and user may open this to get allrequired total daily and running record.
Alternatively, the inforamtion can be placed in the “Tasks” folder of the user or other special “Own working hours”
2) To calculate own daily working hrs based on the reference calendar (“Standard Working Hours”).
3) To check that there are no overlapping hrs(overlapping appointments are OK but the ones starting with an integer are not permitted to overlap). A RED error message can be generated in such overlap.
4)To make a record/file correction-if needed based on special “file correction” appointment on the day given for the future days.
5)To produce a (given time span) report of used working hrs to specific codenumber or task.
Development tools:
1) Outlook 2000 + forms and Visual Basic