From owner-freebsd-questions@FreeBSD.ORG Fri Jun 17 07:02:53 2005 Return-Path: X-Original-To: freebsd-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 79E6916A41C for ; Fri, 17 Jun 2005 07:02:53 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth04.mail.atl.earthlink.net (smtpauth04.mail.atl.earthlink.net [209.86.89.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D1A143D49 for ; Fri, 17 Jun 2005 07:02:53 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=yoda.datawok.com) by smtpauth04.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1DjAsO-0004wZ-Hl; Fri, 17 Jun 2005 03:02:52 -0400 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Fri, 17 Jun 2005 02:03:38 -0500 User-Agent: KMail/1.6.2 References: <20050616133522.M21292@enabled.com> In-Reply-To: <20050616133522.M21292@enabled.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200506170203.38642.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcee79ad7544c0f0f3a129279f0ffa58be350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: Noah 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 07:02:53 -0000 On Thursday 16 June 2005 08:38 am, 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. > > Thanks in advance, > > Noah If you're just trying to get remote access to your calendar using a web browser, you could use any palm-syncable software and tightvnc. You can find tightvnc in the ports. Tightvnc has a small web server that allows access to your desktop from a remote internet browser. Unfortunately, this does not facilitate remote syncing of your palm device. To view tightvnc from a web browser, point your url to your desktop machine using port 5800 + the display number. Example: I sync my palm pilot using the jpilot port. I invoke tightvnc on display 1 on my desktop at hostname.com using: vncserver :1 To run my desktop from a remote browser, I would point my browser to: http://hostname.com:5801 Then I run jpilot on my desktop. I hope this helps. Andrew Gould