|
A event calendar is one that you can place text (event) in the day boxes. You
can generate these events and schedules (lockouts) data for the calendar via
program code or text file. You can also define hyperlinks to link your daily
event to an URL. If there is no default event and schedule file, then the
existing ones will be used every year. Otherwise, you can specify a different
one for each user. You have full control of international formats and color.
Essentially, all you need is one line of code (dbCalendar3). Very flexible and
very simple. Note: In WS2003, access web files has a different security
requirements. The event and schedule file url must be ./filename.txt. The file
extension must be within the correct MIME type. The test will be to display the
files by entering the url in the browser. Therefore using file extension like
.txt is better than using extension like .evt ot .sch. |