473,386 Members | 1,817 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,386 software developers and data experts.

Calendar/scheduling software required

Hi folks,

I play bass in a band. and we were talking last night about how useful
it would be to have a facility for all band members to enter their
availability (or perhaps unavailability) so that if we get new booking
enquiries, we can easily check that we are free.

I'm not even certain what such an application might be called which
makes it difficult to search for it.

Any ideas, recommendations?
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
http://slipperyhill.co.uk - http://4theweb.co.uk
Sep 3 '08 #1
12 1506
On 3 Sep, 10:05, Geoff Berrow <blthe...@ckdog.co.ukwrote:
Hi folks,

I play bass in a *band. and we were talking last night about how useful
it would be to have a facility for all band members to enter their
availability (or perhaps unavailability) so that if we get new booking
enquiries, we can easily check that we are free.

I'm not even certain what such an application might be called which
makes it difficult to search for it.

Any ideas, recommendations?
--
Geoff Berrow *0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011http://slipperyhill.co.uk-http://4theweb.co.uk
I built one of these for Joomla.

However, why don't you just use Google Calendar (or even Yahoo
Calendar) and set up each of your calendars to be able to see each
other's one on your one.
Sep 3 '08 #2

"Geoff Berrow" <bl******@ckdog.co.ukwrote in message
news:fh********************************@4ax.com...
Hi folks,

I play bass in a band.
me too. how long have you been playing?
Sep 3 '08 #3
<comp.lang.php>
<Geoff Berrow>
<Wed, 03 Sep 2008 10:05:03 +0100>
<fh********************************@4ax.com>

Even if you do find what your looking for - for it to work as intended
and to be of any use would depend on all the band members keeping it
upto date in regard to if they are free or not .

After a couple of weeks , The chances are the task of doing so would
become quite boring and quite mind numbing .

Or even if they do say they are free on a certain date or time - then
something might happen afterwards that would change that - and they
might not bother or just forget to change their free status .

= doomed to failure .
--
www.phpguestbook.co.uk/phpgb
(the best php guestbook on planet earth)
I play bass in a band. and we were talking last night about how useful
it would be to have a facility for all band members to enter their
availability (or perhaps unavailability) so that if we get new booking
enquiries, we can easily check that we are free.

I'm not even certain what such an application might be called which
makes it difficult to search for it.

Sep 3 '08 #4
Message-ID: <MP************************@news.newsreader.comfro m PHPGB
contained the following:
>
Even if you do find what your looking for - for it to work as intended
and to be of any use would depend on all the band members keeping it
upto date in regard to if they are free or not .

After a couple of weeks , The chances are the task of doing so would
become quite boring and quite mind numbing .

Or even if they do say they are free on a certain date or time - then
something might happen afterwards that would change that - and they
might not bother or just forget to change their free status .

= doomed to failure .
It's not like it would be the end of the world. At present, I if get an
enquiry for a booking I have to contact all band members before I can
say yea or nay. With this system I could take the booking provisionally
and confirm the next time I see them (which is once or twice a week
anyway). And the band members have a vested interest in keeping this up
to date, and indeed in NOT marking too many dates as 'unavailable'.
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
http://slipperyhill.co.uk - http://4theweb.co.uk
Sep 3 '08 #5
Message-ID: <SI*******************@newsfe07.iadfrom Dale contained the
following:
>
"Geoff Berrow" <bl******@ckdog.co.ukwrote in message
news:fh********************************@4ax.com.. .
>Hi folks,

I play bass in a band.

me too. how long have you been playing?
Guitar, about 40 years. :-) Bass about 3

See www.slipperyhill.co.uk
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
http://slipperyhill.co.uk - http://4theweb.co.uk
Sep 3 '08 #6
<comp.lang.php>
<Geoff Berrow>
<Wed, 03 Sep 2008 14:09:16 +0100>
<rs********************************@4ax.com>
= doomed to failure .

It's not like it would be the end of the world. At present, I if get an
enquiry for a booking I have to contact all band members before I can
say yea or nay. With this system I could take the booking provisionally
and confirm the next time I see them (which is once or twice a week
anyway). And the band members have a vested interest in keeping this up
to date, and indeed in NOT marking too many dates as 'unavailable'.
Assuming its a 6 hour time window (6pm-12pm) then a 5 row spreadsheet
sort of design would probably work quite well .

- each band member having their own login user/pass
- a top of the page nav bar starting with the current date
- a simple toggle available/unavailable button for each time window
--
www.phpguestbook.co.uk/phpgb
(the best php guestbook on planet earth)
Sep 3 '08 #7
Captain Paralytic wrote:
On 3 Sep, 10:05, Geoff Berrow <blthe...@ckdog.co.ukwrote:
>Hi folks,

I play bass in a band. and we were talking last night about how useful
it would be to have a facility for all band members to enter their
availability (or perhaps unavailability) so that if we get new booking
enquiries, we can easily check that we are free.

I'm not even certain what such an application might be called which
makes it difficult to search for it.

Any ideas, recommendations?
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011http://slipperyhill.co.uk-http://4theweb.co.uk

I built one of these for Joomla.

However, why don't you just use Google Calendar (or even Yahoo
Calendar) and set up each of your calendars to be able to see each
other's one on your one.
I thought much the same thing. See if the Google calendar does what
you want.

I have an ajaxed calendar script I'll need to rewrite into PHP from
perl. From the little I've researched, it looks like most every function
you need is available in php without having to load a module.

Calendars look hard, but they are easy. You'll need to know the
number of days in the month and what day of the week they start on.

Tie it to a database that has fields for the user, date, description
and optionally start date/end date day of week..., if you need to block
out blocks of time or particular days of the week.

Jeff
Sep 3 '08 #8
<comp.lang.php>
<PHPGB>
<Wed, 3 Sep 2008 14:41:53 +0100>
<MP************************@news.newsreader.com>
Assuming its a 6 hour time window (6pm-12pm) then a 5 row spreadsheet
sort of design would probably work quite well .

- each band member having their own login user/pass
- a top of the page nav bar starting with the current date
- a simple toggle available/unavailable button for each time window
www.jpgimage.co.uk/full.php?image=43

The above is like a 2 hour time window for a supermarket home delivery
service i wrote - and just showing it for possible web design layout
purposes as it has a comments section .

In your case the band member could type in some notes saying why they
might or might not be available on a certain date until a bit nearer the
time .
--
www.phpguestbook.co.uk/phpgb
(the best php guestbook on planet earth)
Sep 3 '08 #9

"Geoff Berrow" <bl******@ckdog.co.ukwrote in message
news:44********************************@4ax.com...
Message-ID: <SI*******************@newsfe07.iadfrom Dale contained the
following:
>>
"Geoff Berrow" <bl******@ckdog.co.ukwrote in message
news:fh********************************@4ax.com. ..
>>Hi folks,

I play bass in a band.

me too. how long have you been playing?

Guitar, about 40 years. :-) Bass about 3
wow! i played electric for about 5. a friend asked if i'd like to fill in
for their bass player as he up and bailed. i've been playing bass now for
about 5 years. i love it. i can run the fret board without my fingers
tripping over themselves because of the larger spacing...and i much more
enjoy accentuating what the drummer is doing and tying that in with what the
melody is.

fyi, here's what i used for a crash course before i started:

http://www.basslessons4free.com/

alex is one of a few people who don't think bass is an easy,
one-note-at-a-time instruments. finding the notes on a bass may be 'easy',
but playing the role that a bass should play isn't.

anyway, hope you're enjoying bass!
Sep 3 '08 #10
Geoff Berrow <bl******@ckdog.co.ukwrote:
Hi folks,

it would be to have a facility for all band members to enter their
availability (or perhaps unavailability) so that if we get new booking
enquiries, we can easily check that we are free.

I'm not even certain what such an application might be called which
makes it difficult to search for it.

Any ideas, recommendations?
You could try looking at the shared calendaring offered by the Horde
webmail package. This works rather well for me, but installation can
sometimes be challenging. Written in PHP too, so almost on topic.

http://www.horde.org/kronolith/

Cheers
David

Sep 4 '08 #11
<comp.lang.php>
<David R>
<Thu, 04 Sep 2008 08:32:06 +0100>
<4i********************************@4ax.com>

Do you live in fear at posting something to this newsgroup that isnt
about php ? .
--
www.phpguestbook.co.uk/phpgb
(the best php guestbook on planet earth)
Any ideas, recommendations?

You could try looking at the shared calendaring offered by the Horde
webmail package. This works rather well for me, but installation can
sometimes be challenging. Written in PHP too, so almost on topic.

http://www.horde.org/kronolith/

Sep 4 '08 #12
lol.

or top-posting.

:^)
"PHPGB" <me@privacy.netwrote in message
news:MP************************@news.newsreader.co m...
<comp.lang.php>
<David R>
<Thu, 04 Sep 2008 08:32:06 +0100>
<4i********************************@4ax.com>

Do you live in fear at posting something to this newsgroup that isnt
about php ? .
--
www.phpguestbook.co.uk/phpgb
(the best php guestbook on planet earth)
Any ideas, recommendations?

You could try looking at the shared calendaring offered by the Horde
webmail package. This works rather well for me, but installation can
sometimes be challenging. Written in PHP too, so almost on topic.

http://www.horde.org/kronolith/


Sep 4 '08 #13

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

Similar topics

1
by: clemke | last post by:
Hello My department has a SQL server database that is used to all facets of production within our department. This includes key production job steps, project names, numbers and descriptions. ...
2
by: Tony Ciconte | last post by:
There are many techniques and code snippets that will open a popup calendar so that you can pick and insert a date into Access. However, I have been unable to find a method to insert information...
2
by: Jay | last post by:
I had such good luck asking about a rich textbox control, that I will do the same for a calendar control. I want a calendar control (not a date picker) that will show day, week, month, year...
3
by: Jeff Young | last post by:
I am looking for documentation and sample code to create an outlook like calendar. I need to display 3 views(daily, weakly and monthly). Also msdn told me if I display certain information they...
1
by: guy | last post by:
hi I am looking for Daily calendar control for my ASP.net project. (c#) Where can i download it?? (prefereble ,for free...) The daily calendar or diary suppose to look like the daily task...
2
by: dunk_king | last post by:
Hi Anybody, i´m trying to show a calendar (dayview) in my own vb.net programm. This calendar sheet should get all items (of this day) of my local outlook calendar (Outlook 2000). Is something...
1
by: Dan Letecky | last post by:
Hi all, Hope this will be useful to someone... I'm working on an open-source event calendar/scheduling control that allows showing calendar entries visually in an Outlook-like view. ...
0
by: GV | last post by:
Hi all, New to developing in VS 2005 ASP 2.0 Trying to have a easy pop calender for a button on a web page. I keep getting a error message in IE6 that says: Line 69 Char 3 Error:...
2
by: BerkshireGuy | last post by:
I need to create a form that is a giant calendar. For each day of the month (users should be able to browse the months) the date is a different color if: 1) The daily routine ran 2) If the...
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: 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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.