From owner-freebsd-questions@FreeBSD.ORG Fri Jun 17 08:13:43 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15D3B16A41C for ; Fri, 17 Jun 2005 08:13:43 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED8A43D49 for ; Fri, 17 Jun 2005 08:13:42 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j5H8Edb96663; Fri, 17 Jun 2005 01:14:40 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Chad Leigh -- Shire.Net LLC" Date: Fri, 17 Jun 2005 01:13:38 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: FreeBSD Questions Subject: RE: web calendar program recommendation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2005 08:13:43 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Chad Leigh -- >Shire.Net LLC >Sent: Thursday, June 16, 2005 11:46 PM >To: Ted Mittelstaedt >Cc: FreeBSD Questions >Subject: Re: web calendar program recommendation > > > >On Jun 17, 2005, at 12:20 AM, Ted Mittelstaedt wrote: > >> >> >> >>> -----Original Message----- >>> From: owner-freebsd-questions@freebsd.org >>> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Bob Bomar >>> Sent: Thursday, June 16, 2005 9:18 AM >>> To: Noah; questions@freebsd.org >>> Subject: Re: web calendar program recommendation >>> >>> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> Noah wrote: >>> | FreeBSD-4.11 R3 >>> | >>> | >>> | I am looking for a really nice calendar program that I can >>> run from a web >>> | interface. That has the ability to import my calendar from my >>> palm. >>> | >>> | horde is nice but I cant import any of my palm calendars. >>> | >>> | neither can webcalendar unless there is some recent update in >>> the past 3 >>> | months that does it now. >>> | >>> | evolution is nice but I think this is X only and not for the >>> web. please >>> | correct me if I am wrong. >>> | >>> | Please pass along any recommendations. >>> >>> I use deskutils/phpicalendar. iCal on my Mac is able to >>> sync with it. >>> There are several out there. Another that >>> I have used is Web Calendar, http://www.k5n.us/webcalendar.php. >>> Its pretty good.q >>> >>> >> >> The problem isn't the applications. The problem is that Palm in it's >> infinite stupidity does not support any of the standardized calendar >> syncing formats. And your also confused because the ical on a Mac >> isn't the same thing as IETF's standard RFC2445 spec iCAL. > >Uhh, I have not tried to interoperate but Apple iCal uses .ics files >when publishing or sending invites. Those seem to be the same as >your RFC 2445 spec iCAL. Your linuxmafia link below even shows this... > Perhaps you are right and the iCal app in MacOS X can output RFC-compliant .ics files. But the syncing program that talks from MacOS X's iCal and the Palm Pilot doesen't speak iCAL data files, it speaks it's own proprietary format. > >> >> Palm claims support of ical for their handhelds but they are talking >> about the ical application on a Mac. They aren't talking about the >> standards-based RFC, which is what Horde and all the other calendaring >> applications support. > >Now, palm may synch directly to the Apple iCal data and not to an ics >file, I don't know, so in that way you would be right. But Apple >iCal seems to use the "standard" iCAL format for communications. > But he wants an app on FreeBSD not on MacOS X. Apple hasn't provided source for it's iCal app, and Palm certainly hasn't provided source for the syncer program that goes from a Palm Pilot to the MacOS X, so this is still just as bad as syncing to Palm Desktop on a windows box then outputting in comma-delimited, then pulling that into Horde (or equivalent) Ted