Re: CF Calendar Display

2006-06-07 Thread Michael Traher
I guess you could interface to google calendars, I think some people have
written CF interfaces to the API (check the archives).

On 6/6/06, Paul Ihrig [EMAIL PROTECTED] wrote:

 so what do you guys use to display say class sign ups or meetings in a
 monthly calendar type format.
 i know there are a million out there.
 just wonder which ones you guys like  why...

 i am googleing now..

 have done this same thing at every job i have been at, each time we
 find a display that is nicer then the last...

 thanks!
 -paul

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242750
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF Calendar Display

2006-06-07 Thread Nick Tong - TalkWebSolutions.co.uk
Yeah Ray Camden has an app to intergrate with google API -
http://ray.camdenfamily.com/index.cfm/2006/4/20/Google-Calendar-API-Released

On 07/06/06, Michael Traher [EMAIL PROTECTED] wrote:

 I guess you could interface to google calendars, I think some people have
 written CF interfaces to the API (check the archives).

 On 6/6/06, Paul Ihrig [EMAIL PROTECTED] wrote:
 
  so what do you guys use to display say class sign ups or meetings in a
  monthly calendar type format.
  i know there are a million out there.
  just wonder which ones you guys like  why...
 
  i am googleing now..
 
  have done this same thing at every job i have been at, each time we
  find a display that is nicer then the last...
 
  thanks!
  -paul
 
 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242752
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF Calendar Display

2006-06-07 Thread Paul Ihrig
yeah i looked at that.
but that is just displaying the users calendar.
i was looking at a group calendar for scheduling classes.
right now you cant insert things into the google api calendar

links below of a few things i am looking at...


very pretty
The Event Calendar is a simple database driven application.
The database in use is MS Access 2000

The basic view is by the month, you can click on the day or click on the
individual event.
If you click on the number ( the day ) you get the a days events in brief.
Or clicking on the title you get to view the event in full detail.

Only the event calendar's admin can log in to see the Add Event 
Edit/Delete Event links.

Click Here http://www.daydreaminc.com/eventcal/index.cfm to see a demo
version. You can try it out!
Download a copy for yourself. Clickty Click
::http://www.daydreaminc.com/getproject.cfm?pnum=6http://www.daydreaminc.com/getproject.cfm?pnum=6
http://www.daydreaminc.com/eventcal/index.cfm?da=21mo=6ye=2006

kinda pretty
Tim I developed a small calendar app a while ago that could do this.
It uses a database for the events, but could easily be modified to do what
you want.
You can download it at http://www. lyonsmorris.com/test/calendar.zip.
You can see examples of the calendar at
http://www.lyonsmorris.com/GLM/Calendar/index.cfm and
http://www.mydinnercompany.com/schedule.cfm (BTW I didn't do this site, just
supplied the calendar module). hth,

nice
http://acoderslife.com/tutorials/index.cfm?act=tcid=1tid=5

http://www.bigwebmaster.com/ColdFusion/Scripts_and_Programs/Calendars/

Here is a list of CF calendars at HotScripts.com :
http://www.hotscripts.com/CFML/Scripts_and_Programs/Calendars/index.html

http://www.horwith.com/index.cfm?mode=dayday=2month=6year=2006
http://www.thedinnercompany.com/schedule.cfm
http://www.daydreaminc.com/calendar/calmonth.cfm?da=31mo=5ye=2006adam=0


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242761
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF Calendar Display

2006-06-07 Thread Larry Lyons
You may want to check out Simon Horwith's Calendar API. Its readily adaptable 
to what you need. You can read about it and download it at his site:

http://www.horwith.com/index.cfm?mode=entryentry=C8837FD9-E081-0478-47F93823F4029950

and for the wrap challenged:

http://www.antiwrap.com/?1011  

hth,

larry

--
Larry C. Lyons
Web Analyst
BEI Resources
American Type Culture Collection
http://www.beiresources.org
email: llyons(at)atcc(dot)org
tel: 703.365.2700.2678
--

 yeah i looked at that.
 but that is just displaying the users calendar.
 i was looking at a group calendar for scheduling classes.
 right now you cant insert things into the google api calendar
 
 links below of a few things i am looking at...
 
 
 very pretty
 The Event Calendar is a simple database driven application.
 The database in use is MS Access 2000
 
 The basic view is by the month, you can click on the day or click on 
 the
 individual event.
 If you click on the number ( the day ) you get the a days events in 
 brief.
 Or clicking on the title you get to view the event in full detail.
 
 Only the event calendar's admin can log in to see the Add Event 
 Edit/Delete Event links.
 
 Click Here http://www.daydreaminc.com/eventcal/index.cfm to see a 
 demo
 version. You can try it out!
 Download a copy for yourself. Clickty Click
 ::http://www.daydreaminc.com/getproject.cfm?pnum=6http://www.
 daydreaminc.com/getproject.cfm?pnum=6
 http://www.daydreaminc.com/eventcal/index.cfm?da=21mo=6ye=2006
 
 kinda pretty
 Tim I developed a small calendar app a while ago that could do this.
 It uses a database for the events, but could easily be modified to do 
 what
 you want.
 You can download it at http://www. lyonsmorris.com/test/calendar.zip.
 You can see examples of the calendar at
 http://www.lyonsmorris.com/GLM/Calendar/index.cfm and
 http://www.mydinnercompany.com/schedule.cfm (BTW I didn't do this site, 
 just
 supplied the calendar module). hth,
 
 nice
 http://acoderslife.com/tutorials/index.cfm?act=tcid=1tid=5
 
 http://www.bigwebmaster.
 com/ColdFusion/Scripts_and_Programs/Calendars/
 
 Here is a list of CF calendars at HotScripts.com :
 http://www.hotscripts.com/CFML/Scripts_and_Programs/Calendars/index.
 html
 
 http://www.horwith.com/index.cfm?mode=dayday=2month=6year=2006
 http://www.thedinnercompany.com/schedule.cfm
 http://www.daydreaminc.com/calendar/calmonth.
 cfm?da=31mo=5ye=2006adam=0

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242809
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF Calendar Display

2006-06-07 Thread Turetsky, Seth
Out of curiousity, I tried this:
createObject(component, GoogleCalendar).init(googleCalendarUrl,-5)

but couldn't get through our proxy with it.  is there a way to specify this 
like how cfhttp has the proxy attributes?

-Original Message-
From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006 4:30 AM
To: CF-Talk
Subject: Re: CF Calendar Display


Yeah Ray Camden has an app to intergrate with google API -
http://ray.camdenfamily.com/index.cfm/2006/4/20/Google-Calendar-API-Released

On 07/06/06, Michael Traher [EMAIL PROTECTED] wrote:

 I guess you could interface to google calendars, I think some people have
 written CF interfaces to the API (check the archives).

 On 6/6/06, Paul Ihrig [EMAIL PROTECTED] wrote:
 
  so what do you guys use to display say class sign ups or meetings in a
  monthly calendar type format.
  i know there are a million out there.
  just wonder which ones you guys like  why...
 
  i am googleing now..
 
  have done this same thing at every job i have been at, each time we
  find a display that is nicer then the last...
 
  thanks!
  -paul
 
 

 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242825
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF Calendar Display

2006-06-07 Thread Turetsky, Seth
sorry, ignore this.  i hadn't looked at his cfc yet, thought it was being done 
right in java

-Original Message-
From: Turetsky, Seth [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006 1:10 PM
To: CF-Talk
Subject: RE: CF Calendar Display


Out of curiousity, I tried this:
createObject(component, GoogleCalendar).init(googleCalendarUrl,-5)

but couldn't get through our proxy with it.  is there a way to specify this 
like how cfhttp has the proxy attributes?

-Original Message-
From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006 4:30 AM
To: CF-Talk
Subject: Re: CF Calendar Display


Yeah Ray Camden has an app to intergrate with google API -
http://ray.camdenfamily.com/index.cfm/2006/4/20/Google-Calendar-API-Released

On 07/06/06, Michael Traher [EMAIL PROTECTED] wrote:

 I guess you could interface to google calendars, I think some people have
 written CF interfaces to the API (check the archives).

 On 6/6/06, Paul Ihrig [EMAIL PROTECTED] wrote:
 
  so what do you guys use to display say class sign ups or meetings in a
  monthly calendar type format.
  i know there are a million out there.
  just wonder which ones you guys like  why...
 
  i am googleing now..
 
  have done this same thing at every job i have been at, each time we
  find a display that is nicer then the last...
 
  thanks!
  -paul
 
 

 





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242828
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54