'***********************************************************************************************
Name: ASP Calendar
Author: Akira Kubota
E-mail: ajsmoltz@yahoo.com

'***********************************************************************************************
== Instruction ==
'***********************************************************************************************

- Steps to install -
1, change parameter on global.asp
2, change connection to database on connect.asp - dsnless connection.
3, have two tables(calendarEvent, eventType) in your access database - for more detail, look into database in db folder
4, have admin folder under current calendar folder

To change color and look, look into schema.asp and style.css
you don't need index.asp file - it's just for link

- Main files -
calendar.asp is a main file to display calendar
dsp_insertEvent.asp is for inserting events
dsp_editindex.asp is for editing events


no password protection on admin side. if you want it, do it on your own.



'***********************************************************************************************
'***********************************************************************************************
                    'IMPORTANT NOTICE - READ THIS BEFORE YOU USE THIS SOFTWARE
'***********************************************************************************************
'***********************************************************************************************
	You, as a user agree that you bear sole responsibility for your own decisions
to use this program, database, documents, and anything that is contained on this program.
I do not warrant or guarantee the accuracy, timeliness, or completeness of any data or 
Information on this site and shall not be liable for any damages or costs of any type arising 
out of any action taken by you or others based upon reliance on any materials on this program.
You must agree above statement to use this program.
'***********************************************************************************************
'***********************************************************************************************


'***********************************************************************************************
I do not provide any support. You still can contact me at ajsmoltz@yahoo.com
However, probablly I will NOT responed to your e-mail.

'***********************************************************************************************
You are free to modify the code but you can not re-distribute.
If you use the program on your site, please let me know your site by email ( ajsmoltz@yahoo.com ).
I just want to look at more sites and have fun :)

'***********************************************************************************************
If you find bugs or have suggestion, please let me know by email ( ajsmoltz@yahoo.com ).

'***********************************************************************************************

