473,385 Members | 1,588 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

community calendar code/source?

I would like to find a community calendar source for our 4H group to
use. I would like to to show the days of the month in a typical calendar
method and then have access for an administrative user to add events on
date/time with a title/description. If possible, an XML data file for
the dates or MS Access one....

Any feedback is appreciated.

--
--
sp*********@rrohio.com
(Remove 999 to reply to me)
Jul 17 '05 #1
9 2312
Hello,

On 06/14/2004 11:29 PM, Leythos wrote:
I would like to find a community calendar source for our 4H group to
use. I would like to to show the days of the month in a typical calendar
method and then have access for an administrative user to add events on
date/time with a title/description. If possible, an XML data file for
the dates or MS Access one....


You may want to try this calendar class. You can personalize its
functionality to your needs by creating a sub-class on which you
override what appears in each cell and how. An example sub-class is
presented to let you learn how to do it.

http://freshmeat.net/projects/calendarclass/

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Jul 17 '05 #2
In article <2j************@uni-berlin.de>, ml****@acm.org says...
Hello,

On 06/14/2004 11:29 PM, Leythos wrote:
I would like to find a community calendar source for our 4H group to
use. I would like to to show the days of the month in a typical calendar
method and then have access for an administrative user to add events on
date/time with a title/description. If possible, an XML data file for
the dates or MS Access one....


You may want to try this calendar class. You can personalize its
functionality to your needs by creating a sub-class on which you
override what appears in each cell and how. An example sub-class is
presented to let you learn how to do it.

http://freshmeat.net/projects/calendarclass/


Thanks, but it won't let me get at it without registering at the site,
even the mirrors. I'll keep looking for calendar's.

--
--
sp*********@rrohio.com
(Remove 999 to reply to me)
Jul 17 '05 #3
On Tue, 15 Jun 2004 02:29:43 +0000, Leythos wrote:
I would like to find a community calendar source for our 4H group to
use. I would like to to show the days of the month in a typical calendar


maybe overkill....

http://www.opensourcecms.com
Jul 17 '05 #4
On Sun, 27 Jun 2004 07:18:06 GMT, "T. Costa" <ph*****@satmech.com>
calmly ranted:
On Tue, 15 Jun 2004 02:29:43 +0000, Leythos wrote:
I would like to find a community calendar source for our 4H group to
use. I would like to to show the days of the month in a typical calendar


maybe overkill....

http://www.opensourcecms.com


"Maybe"? Question: Which of the eleven hundred files actually
contains the calendar code?

3+ more choices for Leythos:

http://www.localendar.com is a free online calendar service
which allows anyone with the password to set it up/add daily
info. I used it to cut costs for a church site last year.

I googled this other source:
http://www.bigwebmaster.com/PHP/Scri...ams/Calendars/
Take your pick.
================================================== ==========
Help Save the Endangered Plumb Bobs From Becoming Extinct!
http://www.diversify.com/stees.html Hilarious T-shirts online
================================================== ==========

Jul 17 '05 #5
Larry Jaques wrote:
http://www.localendar.com is a free online calendar service
which allows anyone with the password to set it up/add daily
info. I used it to cut costs for a church site last year.


Nice,

Does amybody know some Free PHP script that builds calendar like this.
I don't need a database connection. I just need a script that will print
a calendar based on 2 variables: $year and $month

Any resource?
--
Tomislav Bilic
Escape d.o.o.
http://www.escapestudio.net
--
GSM: +385 91 577 1025
ICQ: 1824223
--
Jul 17 '05 #6
Tomislav Bilic schrieb:
I just need a script that will print
a calendar based on 2 variables: $year and $month

Any resource?


http://pear.php.net/package/Calendar

Matthias
Jul 17 '05 #7
Matthias Esken wrote:
Tomislav Bilic schrieb:

I just need a script that will print
a calendar based on 2 variables: $year and $month
Any resource?

http://pear.php.net/package/Calendar


Excellent! Exactly what I needed :)

TNX!

--

Tomislav Bilic
ICQ: 1824223
http://www.escapestudio.net
Jul 17 '05 #8
In article <pa****************************@satmech.com>,
ph*****@satmech.com says...
On Tue, 15 Jun 2004 02:29:43 +0000, Leythos wrote:
I would like to find a community calendar source for our 4H group to
use. I would like to to show the days of the month in a typical calendar


maybe overkill....

http://www.opensourcecms.com


I found the site you listed above to be FULL of great things, lots more
there than I expected - Since I manage project teams it's nice to see
the other PM server solutions, I may have to switch to one of them.

I didn't see a calendar, but there were some nice portals that looked
like they might do for our group.

Thanks.

--
--
sp*********@rrohio.com
(Remove 999 to reply to me)
Jul 17 '05 #9
In article <nd********************************@4ax.com>, Larry Jaques
<novalidaddress@di\/ersify.com> says...
On Sun, 27 Jun 2004 07:18:06 GMT, "T. Costa" <ph*****@satmech.com>
calmly ranted:
On Tue, 15 Jun 2004 02:29:43 +0000, Leythos wrote:
I would like to find a community calendar source for our 4H group to
use. I would like to to show the days of the month in a typical calendar
maybe overkill....

http://www.opensourcecms.com


"Maybe"? Question: Which of the eleven hundred files actually
contains the calendar code?

3+ more choices for Leythos:

http://www.localendar.com is a free online calendar service
which allows anyone with the password to set it up/add daily
info. I used it to cut costs for a church site last year.


Thanks for the link, but the sites must be contained on our server for
security reasons (and for real-time filtering).
I googled this other source:
http://www.bigwebmaster.com/PHP/Scri...ams/Calendars/
Take your pick.


Thanks again - neither of the calendars is free, but they do look nice.

--
--
sp*********@rrohio.com
(Remove 999 to reply to me)
Jul 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: news.planet.nl | last post by:
Dear sir, I got a javascript clendar from plant source code. It is very similiar to the calendar script on expedia.com site. Does any one has experience with calendar script on expedia...
7
by: middletree | last post by:
Please go to http://www.middletree.net/calendar/close.htm Scroll down about halfway to where there's a table row with four text boxes, the first of which says "Temporary Solution Provided" ...
16
by: DFS | last post by:
If you're listening, I want the middle of the calendar (showing 1 month) to open below the cursor position. It currently opens just to the right and below the cursor position. I hunted through...
15
by: tigrfire | last post by:
I'm trying to write a program that will display the following output: MONTHLY CALENDAR This program displays a calendar. You need to provide the day of the week on which January 1 falls, and...
4
by: Ali | last post by:
i am using visual studio 2005 and I am trying to create a popup calender so when a user click on a image on the main form, a calender will then popup, the user will select a date and the date will...
0
by: Wyatt70 | last post by:
I'm attempting to implement a javascript popup calendar in a DataGrid. The calendar will be used to insert a date into a textbox. I keep getting a "System.NullReferenceException: Object reference...
6
by: Sridhar | last post by:
Hi, I need to display a calendar that shows all the months of an year. In that, I need to show different colors for certain events. I know how to display a calendar for a certain month but I am...
0
by: tom c | last post by:
I have an ASP.Net app that uses the calendar control to select a report for a particular date. Reports exist for most dates, but not all, so I would like to highlight the dates for which the...
7
by: John Kotuby | last post by:
Hi all, I am trying to use a calendar server control which I have ID="Calendar1" in the source code. What I am trying to do is emulate a JavaScript calendar that was being used in an older ASP...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.