Re: CF Web Calendars Integration with Domino Lotus Notes

2007-01-02 Thread Elena Aminova
Thanks, Michael. It is good to know, even though we still are on version 6.5. Anyone had any experience with the integration? On 12/27/06, Michael Traher <[EMAIL PROTECTED]> wrote: > > I don't - but this might be a useful lead > > > http://www-142.ibm.com/software/sw-lotus/products/product4.nsf/w

Re: CF Web Calendars Integration with Domino Lotus Notes

2006-12-27 Thread Michael Traher
I don't - but this might be a useful lead http://www-142.ibm.com/software/sw-lotus/products/product4.nsf/wdocs/icalendar On 12/26/06, Elena Aminova <[EMAIL PROTECTED]> wrote: > > Does anyone know if there is a way to integrate my Web Calendar > Applications with the Domino Lotus Notes (by IBM) us

CF Web Calendars Integration with Domino Lotus Notes

2006-12-26 Thread Elena Aminova
Does anyone know if there is a way to integrate my Web Calendar Applications with the Domino Lotus Notes (by IBM) using ColdFusion? I have several calendar web applications that I want to integrate with the Lotus Notes calendar, such that when I see an event on a Web Calendar, and I want to add

Re: Calendars

2006-08-09 Thread Denny Valliant
On 8/9/06, Eric Roberts <[EMAIL PROTECTED]> wrote: > > Start and end date works just as well...either way, you still have the > number of days ;-) This works up until you need to store data about those days in between. Attendance is one that will get you, but there's also "special" days, maybe h

Re: Calendars

2006-08-09 Thread Aaron Rouse
Not sure if I noted how I ended up making his work. Once I have the number of days that an event spans I then will span the table cells of his calendar. If it exceeds what is available for that row then I move onto the next until I either come to an end of days or the end of the display. He want

RE: Calendars

2006-08-09 Thread Eric Roberts
That's not as fun Mary ;-) Eric -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] Sent: Tuesday, 08 August 2006 21:52 To: CF-Talk Subject: Re: Calendars >Has anyone had success with CF calendars? What I would like to do is >show events by type (i.e.,

RE: Calendars

2006-08-09 Thread Eric Roberts
Rouse [mailto:[EMAIL PROTECTED] Sent: Tuesday, 08 August 2006 20:55 To: CF-Talk Subject: Re: Calendars How do you handle recurring events? Such as if something happens every monday for a month and the user wants to run a update on all occurences. The system I am working with was originally

RE: Calendars

2006-08-09 Thread Eric Roberts
: CF-Talk Subject: Re: Calendars I collect a start and end date from the user, and then create date entries for each day (start datetime, end datetime) in between in a separate table. Seems like a lot of overhead, but has ended up being very handy. :D On 8/8/06, Aaron Rouse <[EMAIL PROTEC

RE: Calendars

2006-08-09 Thread Eric Roberts
Start and end date works just as well...either way, you still have the number of days ;-) Eric -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Tuesday, 08 August 2006 20:18 To: CF-Talk Subject: Re: Calendars This is what I do except in my query I use SQL to

Re: Calendars

2006-08-09 Thread fsu__grad
] wrote: > > >Has anyone had success with CF calendars? What I would like to do is > >show events by type (i.e., all events, academic camps, athletic camps, > >music camps, other camps). > > If you don't mind having to pay for one, Powered Calendar from cfm- pow

Re: Calendars

2006-08-08 Thread Aaron Rouse
Thanks, I like that better than the one I am working with. The one I am working with has had to have a lot of checking put in to handle possible date conflicts and things of that nature. I think the thought process on this one was to minimize the amount of rows put into tables. Seems to be a comm

Re: Calendars

2006-08-08 Thread Denny Valliant
On 8/8/06, Aaron Rouse <[EMAIL PROTECTED]> wrote: > > How do you handle recurring events? Such as if something happens every > monday for a month and the user wants to run a update on all occurences. Since I use a record for each date the event runs, reoccurring events are handled the same way a

Re: Calendars

2006-08-08 Thread Mary Jo Sminkey
>Has anyone had success with CF calendars? What I would like to do is >show events by type (i.e., all events, academic camps, athletic camps, >music camps, other camps). If you don't mind having to pay for one, Powered Calendar from cfm-powered.com is quite good, at least

Re: Calendars

2006-08-08 Thread Aaron Rouse
How do you handle recurring events? Such as if something happens every monday for a month and the user wants to run a update on all occurences. The system I am working with was originally designed by someone else and his method was to put in the first events ID as a lookup ID on all those others.

Re: Calendars

2006-08-08 Thread Denny Valliant
ou are > > pulling this from a db...have every entry have a number of days field. > > > > Eric > > > > -Original Message- > > From: mac jordan [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, 08 August 2006 08:54 > > To: CF-Talk > > Subject:

Re: Calendars

2006-08-08 Thread Aaron Rouse
very entry have a number of days field. > > Eric > > -Original Message- > From: mac jordan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 08 August 2006 08:54 > To: CF-Talk > Subject: Re: Calendars > > On 7/13/06, Pete Ruckelshaus <[EMAIL PROTECTED]>

RE: Calendars

2006-08-08 Thread Eric Roberts
-Original Message- From: mac jordan [mailto:[EMAIL PROTECTED] Sent: Tuesday, 08 August 2006 08:54 To: CF-Talk Subject: Re: Calendars On 7/13/06, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > I've built a calendar like this, but it's not the prettiest piece of &g

Re: Calendars

2006-08-08 Thread mac jordan
On 7/13/06, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > I've built a calendar like this, but it's not the prettiest piece of code > that I've ever written. The really tricky part was displaying events that > took place over a number of days. > > http://www.beeryard.com/events/default.cfm that'

RE: Calendars

2006-07-13 Thread Steve LaBadie
Thanks for the info Jordan. Please keep me on your mailing list when you release 1.0 Steve -Original Message- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 1:13 AM To: CF-Talk Subject: Re: Calendars Steve LaBadie wrote: >Hey Jordan, > >I can

Re: Calendars

2006-07-12 Thread Jordan Michaels
Steve LaBadie wrote: >Hey Jordan, > >I can download PostgreSQL, but I have never heard or used the product before. >My new web server is not up yet, so I am doing everything locally right now. > >Steve > > Hi Steve, PostgreSQL is the best kept secret in the database world IMHO. =) It's awe

Re: Calendars

2006-07-12 Thread Peter Tilbrook
You could try ColdCalendar for starters. It is open source too. Demo at: http://coldcalendar.coldgen.com/ Download from: http://www.coldgen.com/index.cfm?fuseaction=ProductDetails&ProductID=3 ~| Introducing the Fusion Authori

Re: Calendars

2006-07-12 Thread Pete Ruckelshaus
D]> wrote: > > Has anyone had success with CF calendars? What I would like to do is > show events by type (i.e., all events, academic camps, athletic camps, > music camps, other camps). > > > > Steve LaBadie, Web Manager > East Stroudsburg University > 200 Prosp

RE: Calendars

2006-07-12 Thread Steve LaBadie
-Talk Subject: Re: Calendars Hi Steve, Looks like you're attempting to run the PostgreSQL script in MySQL. Do you have access to PostgreSQL or MS SQL Server? I've had reports that MS SQL Server can process PostgreSQL SQL code just fine. If not, I'll see what I can do about diggi

Re: Calendars

2006-07-12 Thread Jordan Michaels
Check the manual that >corresponds to your MySQL server version for the right syntax to use >near '"user" ( >"UID" character varying(20) NOT NULL, >"OID" > >Steve > >-Original Message- >From: Jordan Michaels [mailto:[EMAIL

RE: Calendars

2006-07-12 Thread Steve LaBadie
quot; Steve -Original Message- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 1:02 PM To: CF-Talk Subject: Re: Calendars Steve LaBadie wrote: > Has anyone had success with CF calendars? What I would like to do is > show events by type (i.e., all events

Re: Calendars

2006-07-12 Thread Larry Lyons
>Has anyone had success with CF calendars? What I would like to do is >show events by type (i.e., all events, academic camps, athletic camps, >music camps, other camps). > > > >Steve LaBadie, Web Manager >East Stroudsburg University >200 Prospect St. >East Strou

RE: Calendars

2006-07-12 Thread Steve LaBadie
Jordan, thanks very much for the info. Looks cool :) Steve -Original Message- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 1:02 PM To: CF-Talk Subject: Re: Calendars Steve LaBadie wrote: > Has anyone had success with CF calendars? What I would l

Re: Calendars

2006-07-12 Thread Jordan Michaels
Steve LaBadie wrote: > Has anyone had success with CF calendars? What I would like to do is > show events by type (i.e., all events, academic camps, athletic camps, > music camps, other camps). http://calendar.viviotech.net/ Does that, and a bit more. Still in beta, as we haven&

Re: Calendars

2006-07-12 Thread Jerry Johnson
Ha! I was just writing my data structure for the same thing. On 7/12/06, Steve LaBadie <[EMAIL PROTECTED]> wrote: > Has anyone had success with CF calendars? What I would like to do is > show events by type (i.e., all events, academic camps, athletic camps, > music cam

Calendars

2006-07-12 Thread Steve LaBadie
Has anyone had success with CF calendars? What I would like to do is show events by type (i.e., all events, academic camps, athletic camps, music camps, other camps). Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL

Re: OT: Dynamic form fields & calendars

2005-03-03 Thread Thomas Chiverton
On Friday 25 Feb 2005 16:02 pm, Damien McKenna wrote: > Any ideas what I should look for, or failing that, anyone have a > suggestion on something else for me to try? There was speed-up code added to reuse Calender.js instances - one of the setup variables turns this off, try that... -- Tom Chi

RE: Dynamic form fields & calendars

2005-02-25 Thread Damien McKenna
OK, I decided I'd try a different approach and am using code that pops open an entire window. Its working pretty good so far but I'm having to make many fixes & changes to get it to do what I want. I'll see how it goes. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - ht

RE: Dynamic form fields & calendars

2005-02-25 Thread Micha Schopman
[mailto:[EMAIL PROTECTED] Sent: vrijdag 25 februari 2005 17:03 To: CF-Talk Subject: OT: Dynamic form fields & calendars I'm working on a calendar project for work, as mentioned previously. I've been toying with JS & CSS to do the event editor and the part I'm stuck on is

OT: Dynamic form fields & calendars

2005-02-25 Thread Damien McKenna
uot; which creates a new date2 text field and date2_button button then runs the JS above with the new names. The problem is that after adding a new row only the new row's calendar button works, the others stop working. I thought it was because I had multiple calendars on the same page,

Is it possible to Access MS Outlook calendars in CF?

2001-11-29 Thread Bosky, Dave
I checked out cfcomet but didn't see to much related to calendars. Anyone have any experience integrating them together? Thanks, Dave ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthorit