
|
|
|
WEB Calendar
| |
|
Description:
Database driven daily, weekly and montly event web or intranet calendar with event add, edit and delete.
Add a dynamic events calendar to your website or intranet, manage and display daily, weekly or montly events. Simply click into specific days and navigate montly or yearly forwards and backwards. An MS Access, MSSQL or MySQL database is used as backend. Can either be password protected, or allow anyone to add/edit events. Multilanguage with autoselection. Easily configurable. Upcoming events display, yearly recursive events, like birthdays or national holidays edited once. Event email reminder. External configurable WYSIWYG event editor. Selectable event category filter. Montly or yearly calendar layout.
REVISION HISTORY:
V 3.6: --- modified code for W3C XHTML 1.0 and CSS validation compliance --- added Spanish language translation, thanks to Cosme Gil Martínez --- added Swedish language translation, thanks to Mats A Sverker --- added Norwegian language translation, thanks to Řyvind Brĺss --- added German language translation, thanks to Sigi --- added French language translation, thanks to Nerovik --- ( the database is unchanged )
V 3.5: --- added today's events feature --- fixed date handling in MSSQL --- ( NOTE: the table 'tblConfig' has been changed in the database )
V 3.4: --- added configurable full support for MySQL database --- added built-in Calendar database creation for MySQL and MSSQL databases --- added selectable pop-up for calendar, yearly, category and upcoming events --- added centralized configuration for the pop-up window appearance --- added configurable display type for yearly events box (quarterly/montly) --- added printer friendly window for each event --- updated Dutch language translation, thanks to Pieter Vermeer
V 3.3: --- added configurable support for MS Access or MSSQL database types --- added configurable selection to list long range events day by day or only once --- added configurable selection to sort events by date either ascending or descending --- added Slovenian language translation, thanks to Jože Koleric --- added evidence in the code to configure new fields added to the event database table --- grouped daily, weekly and montly event list in a single Sub --- improved different date format by country locale ID selection routines --- only the event selected by the upcoming event list is shown instead of all events of the day --- fixed bug "no event added when 'anyone can add event' is enabled" --- fixed bug "added event always requires administrator approval when not logged in" --- fixed bug "no event shown in the pop-up window when a different category is selected" --- fixed bug "long range events starting in the past not listed in the upcoming event box" --- fixed bug "email reminder enabled events starting one year later are emailed immediately" --- ( the database table 'tblConfig' is changed)
|
| |
| Simpleforum: WEB Calendar Open Forum (Total 470 Messages) |
|
| | » Post New Message | View Mode : |
![]()  | | Calendar box does not appear, but events do, what can i do to solve this?
|
|  | | Index | Mike Lennard | '10 Jun 6, 21:20 |
| How do I redefine the index to permit duplicate entries?
|
|  | | i'm looking for web based scheduling for a doctor's office. the idea is that patients can log in, see open space on the schedule, make, change or cancel their own appointments, but not see who else has an appointment, or what for.the office staff should be able to see, change, etc all the information in the appointments with names, etc.can your calendar be set up to do this?thanks!
|
|  | | sorry, users must authenticate themselves in some way to see or change their own appointments, but not others, at the moment the calendar do not support this option.
|
|  | | does anyone have a solution for this problem yet??i had no problems with the calendar for quite some time - now all of a sudden, the calendar does not pop up, and i get this error all the time:the changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.i have tried changing the date, as well as the text, but nothing works! i am terribly frustrated! and my client is getting pissed off!please help!thanks!
|
|  | | I have seen this happen when 2 or more people are adding data into the calendar
-------- Original Message -------- does anyone have a solution for this problem yet??i had no problems with the calendar for quite some time - now all of a sudden, the calendar does not pop up, and i get this error all the time:the changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.i have tried changing the date, as well as the text, but nothing works! i am terribly frustrated! and my client is getting pissed off!please help!thanks!
|
|  | | that sounds like a msaccess error message- do you have access to the database itself? it sounds as if it's been set not to allow conflicting events, and yours is (??) or, also, if the index is a combo of fields, you shouldn't get the same problem if you change an item, so i suspect the index numbering topped out, or recycled back to zero, or is using month&day&something as the index, and of course "month&day" repeats itself. -------- original message --------does anyone have a solution for this problem yet??i had no problems with the calendar for quite some time - now all of a sudden, the calendar does not pop up, and i get this error all the time:the changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.i have tried changing the date, as well as the text, but nothing works! i am terribly frustrated! and my client is getting pissed off!please help!thanks!
|
|  | | that sounds like a msaccess error message, after some test it is not possible to reproduce the error locally, may be the ms access database needs a compact action (tools - utility - compact), some time i noticed garbage and errors solved by compat, download it from web server, compact, then upload, dont forget to keep a safe database backup copy before compact.
|
|  | | I keep getting the error below. If I creste s new table in the DB it works ok for a while and then we get the error again. Currently using version 35. Can you help please??
Error SQL statement INSERT INTO tblEvents ( Start_Date, Editor_IP, End_Date, Event_Email, Event_Repeat, Event_Active, Event_Details, Event_Title, Event_ID, Date_Added) VALUES ( #2009-03-29#, '86.162.35.62', #2009-03-29#, 0, 0, -1, 'tette', 'eretet', 142, #2009-03-29 16:34:33#) cannot be executed The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.
|
|  | | Version 3.6 The administrator configuration update panel is not displaying the entered information in the "Email sent to" field. This makes editing that field very difficult since you do not know what has already been entered.
|
|  | | E' un bellissimo calendario
Volevo chiedere se è possibile l'inseimento da parte di piu' utenti e che gli utenti non si vedano tra loro
|
|  | | We use the Web Calendar to list Club Events and I need to have a link embedded into the announcement for the Event Registration Form. Any help is appreciated.
|
|  | | Hello, I'm having some problem:
When I logged in as admin and I am tring to add an event, when I click on the icon to add the Event date and Event end date, the small pop up calendar doesnt appear and I have to enter the date manually.
please help, is it a small bug or most probably I am missing something?
|
|  | | I have the same problem... It would be wonderful if someone have a solution :-)
-------- Original Message -------- Hello, I'm having some problem:
When I logged in as admin and I am tring to add an event, when I click on the icon to add the Event date and Event end date, the small pop up calendar doesnt appear and I have to enter the date manually.
please help, is it a small bug or most probably I am missing something?
|
|  | | The script has a date error in the calendar of adding new events. The day is wrong. How can we solve this problem?
|
|
|
|
|
|
| CATEGORIES: |
 |
Applications
(5)
(ASP Applications Collection)
ImageThumbs
|
This application let you show a nice thumbnail images presentation on your web pages, with autoresize.
|
|
WEB Calendar
|
Database driven daily, weekly and montly event web or intranet calendar with event add, edit and delete.
|
|
dbList
|
Database management grid with record edit, delete, add, search, filter and export to excel, database and table dropdown selection, pages navigation, field sort and search in page.
|
|
Active Users
|
Show active users and who is online on your web pages without global.asa.
|
|
|
 |
Code Snippets
(1)
(ASP Code Snippets Collection)
PrinterFriendly
|
This code snippet shows how to implement a "printer friendly" version link for your pages.
|
|
|
 |
Functions
(3)
(ASP Functions Collection)
getFileName
|
Given a file path either physical or virtual with this function you can obtain the file name or the file dir
|
|
okEmail
|
ASP function to check proper email input
|
|
PageNav
|
Function to easily navigate through pages.
|
|
|
| |
| Total Resources: |
| 9 downloads available. |
|
|
|
|
|
| 
|
 |