Re: iCalendar (.ics) file creation?

2011-01-04 Thread Matthew Lowrey
Hello HofFer's I have an update on my issue. We were able to find out what version of iCal was having this problem with. Version 4.0.3 (1388) copyright 2002 - 2009 is the version that hasn't been auto accepting our imported events. I hope someone who knows the MAC and iCal can help me out.

Re: iCalendar (.ics) file creation?

2011-01-03 Thread Matthew Lowrey
Hello everyone, I found this posting because we've come into a problem with our code possibly. We have developed an issue after importing the .ics file into a MacBook iCal program when a client goes to view an event it comes up with the option of accepting the event or not accepting for every

Re: iCalendar (.ics) file creation?

2010-02-24 Thread Glenn Hartong
I know this is a super old post, but I hope someone is still reading it. Here's my situation: My client creates events in her CMS. The event description field is a WYSIWYG editor (tinyMCE, not that it matters). She writes her event description in MS Word and then pastes it into the WYSIWYG

RE: iCalendar (.ics) file creation?

2010-02-24 Thread Eric Nicholas Sweeney
Glenn - I use FCKEditor for my wysisyg editor - - they paste from word is pretty good. Quick Example to follow: Straight Paste h1 style=margin: 24pt 0in 0ptfont color=#365f91 size=5 face=CambriaBig Heading/font/h1 p class=MsoNormal style=margin: 0in 0in 10ptb style=mso-bidi-font-weight:

RE: iCalendar (.ics) file creation?

2008-08-09 Thread Rick Faircloth
Very nice, Den! Thanks! Rick -Original Message- From: denstar [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2008 1:23 AM To: CF-Talk Subject: Re: iCalendar (.ics) file creation? On Fri, Aug 8, 2008 at 10:18 PM, Rick Faircloth wrote: I've got some code for using ical4j

iCalendar (.ics) file creation?

2008-08-08 Thread Pete Ruckelshaus
A quick Google is not turning up much of use. Has anyone here created .ics files using CF for simple events (i.e. date, time, location, etc.)? If so, care to share any code? Thanks Pete ~| Adobe® ColdFusion® 8 software 8 is

Re: iCalendar (.ics) file creation?

2008-08-08 Thread M
We are using the following code to email to a user's shared email/calendar system. We use the same code without the cfmailpart bits to create a calendar of events for users. Hope this helps. cfmailpart type=text/calendar; method=REQUEST; name=meeting.ics charset=utf-8BEGIN:VCALENDAR VERSION:2.0

RE: iCalendar (.ics) file creation?

2008-08-08 Thread Adrian Lynch
If you can't find a CF version, I know there are PHP ones you could look at and translate to CF. Adrian -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: 08 August 2008 16:29 To: CF-Talk Subject: iCalendar (.ics) file creation? A quick Google is not turning up

Re: iCalendar (.ics) file creation?

2008-08-08 Thread denstar
version, I know there are PHP ones you could look at and translate to CF. Adrian -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: 08 August 2008 16:29 To: CF-Talk Subject: iCalendar (.ics) file creation? A quick Google is not turning up much of use

RE: iCalendar (.ics) file creation?

2008-08-08 Thread Rick Faircloth
To: CF-Talk Subject: Re: iCalendar (.ics) file creation? I've got some code for using ical4j, which is pretty tits. I think I've got it in a repo somewhere, I'll dig it up for you if you're interested. -den -- Beware the barrenness of a busy life. Socrates On Fri, Aug 8, 2008 at 9:39

Re: iCalendar (.ics) file creation?

2008-08-08 Thread denstar
On Fri, Aug 8, 2008 at 10:18 PM, Rick Faircloth wrote: I've got some code for using ical4j, which is pretty tits. Ummm...I'm not sure what ical4j is exactly, but from your description it sounds like it might be worth checking out. ;o) Heh! =] iCal4j [ http://ical4j.sourceforge.net/ ]