Re: Outlook and Coldfusion

2005-02-18 Thread James Holmes
I'll now revise my answer to this.

iCalendar (which is essentially vCal v2.0) is able to cope with all the
complexities of scheduling and all the other Outlook goodies. I just wrote a
few methods to deal with it. Export an Outlook appointment by forwarding it
as iCalendar (from the ations menu of the open appointment) to see the
format.

Since I can hear Jochem saying (in Dutch, no doubt), Read the goddam RFC,
here it is:

http://www.imc.org/rfc2445 http://www.imc.org/rfc2445 

and more info here:

http://www.imc.org/pdi/ http://www.imc.org/pdi/ 


vCal is the standard format and cflib.org has a function for dealing with 
it, but in Outlook all the appointment stuff will be obscured inside MS' 
proprietary TNEF standard - I'd be surprised if this were easily 
reproducible. 

Check out the vCal standard.  Also, if you create a meeting request in 
Outlook and send it to a non-Microsoft mail client, you might be able to 
view the headers and find the information that requests accepts/declines, 
etc. 


James Holmes
Divisional Web Interface Development Coordinator
Engineering, Science and Computing
x4864




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195355
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: Outlook and Coldfusion

2005-02-18 Thread Kevin Graeme
Thanks. Redoing our calendars is a project that will probably come up in the
next year and this could be helpful.

-Kevin

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 18, 2005 5:50 AM
To: CF-Talk
Subject: Re: Outlook and Coldfusion

I'll now revise my answer to this.

iCalendar (which is essentially vCal v2.0) is able to cope with all the
complexities of scheduling and all the other Outlook goodies. I just wrote a
few methods to deal with it. Export an Outlook appointment by forwarding it
as iCalendar (from the ations menu of the open appointment) to see the
format.

Since I can hear Jochem saying (in Dutch, no doubt), Read the goddam RFC,
here it is:

http://www.imc.org/rfc2445 http://www.imc.org/rfc2445 

and more info here:

http://www.imc.org/pdi/ http://www.imc.org/pdi/ 


vCal is the standard format and cflib.org has a function for dealing with 
it, but in Outlook all the appointment stuff will be obscured inside MS' 
proprietary TNEF standard - I'd be surprised if this were easily 
reproducible. 

Check out the vCal standard.  Also, if you create a meeting request in 
Outlook and send it to a non-Microsoft mail client, you might be able to 
view the headers and find the information that requests accepts/declines, 
etc. 


James Holmes
Divisional Web Interface Development Coordinator
Engineering, Science and Computing
x4864






~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195372
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: Outlook and Coldfusion

2005-02-18 Thread Damien McKenna
One of the biggest problem with Outlook is that it can't subscribe to an
internet-based calendar or import an icalendar file that contains more
than one event.  In comparison, Apple's iCal lets you subscribe to
published calendar files, publish your own and supports a limitless
number of events per file.  I was planning a huge calendar system for
work that would have Outlook integration via icalendar and was terribly
disappointed to find out how bad Outlook was with calendaring.

So watch out, Outlook sucks for calendar support.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195374
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


Site Talk about synchronize outlook under ColdFusion

2001-08-19 Thread Mardi Himawan

Hello again,

Sorry if i ask again about case, can anyone tell me more site talk about
synchronize outlook under ColdFusion
another like www.cfcomet.com
thank for your advice, and i feel happy to be a member of this
community...:o)

best regards,
Mardi

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Create Meeting Appointment With Outlook thru Coldfusion

2001-03-27 Thread JAIME HOI

hi
   has anybody tried this?? i tried ...it worked when i run the application
in my machine ...but when i run it in the server machine, it does not work
giving me this error "COM error 0x800401F3. Invalid class string"
   It was not able to create an outlook object. Question is does it create
the contact in the client's machine or it create the contact in the server
outlook? 
   What is the file required in order to create the object?





~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Create Meeting Appointment With Outlook thru Coldfusion

2001-03-27 Thread Dave Watts

   has anybody tried this?? i tried ...it worked when i run 
 the application in my machine ...but when i run it in the 
 server machine, it does not work giving me this error "COM 
 error 0x800401F3. Invalid class string"
   It was not able to create an outlook object. Question is 
 does it create the contact in the client's machine or it create 
 the contact in the server outlook? 
What is the file required in order to create the object?

I think what you're trying to do will only affect the copy of Outlook
installed on the CF server, if any. Since that's not going to be especially
helpful to you, you might consider using the iCalendar format instead, which
lets you generate text files (something that CF's good at) and send them to
end-users.

For more information, you can download the DC CFUG presentation on this at
the Fig Leaf Software site:

http://www.figleaf.com/figleafhome/cfug/cfugjune00.zip

Enjoy!

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists