From owner-freebsd-questions@FreeBSD.ORG Wed Oct 22 17:09:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E26E31065699 for ; Wed, 22 Oct 2008 17:08:59 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.189]) by mx1.freebsd.org (Postfix) with ESMTP id 608308FC20 for ; Wed, 22 Oct 2008 17:08:57 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so545216gve.39 for ; Wed, 22 Oct 2008 10:08:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=uyMznlvwOFKPOlMqLfVlxWKC3ijIVwCsJXd3cf2DrMs=; b=VM0/niVIuIdIXysyfUv+71jbeF6FIledGh/ikmeTk4inJyOp4DD/FUM+xrYTs5XZqX BShlpbKZYA4/ynovCob7598r7uIt1dsF7OPdk/Yj5vuBOwnFxsBzFpGhN28lCwPvV8Xb KzORu7Vhtuvr2Opyn78vTB314LUve1piUpZ9I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=RkP6oltoGrpD+202TaU+oUxY+9HmrjjcvQZPHQA7i4pZlzahCOnomq5b2V2plolj/H Ob0yu5MdVeSyg9f1QqeDe02kRNjbV8LypZIdDYcoGcScD561RJgZZKghn2y/iu3qhEHn NyX7iIvehL/1d5axx0UkVbNDXjQwc9Lk4Ipt0= Received: by 10.103.173.5 with SMTP id a5mr2382292mup.65.1224695333404; Wed, 22 Oct 2008 10:08:53 -0700 (PDT) Received: by 10.103.240.10 with HTTP; Wed, 22 Oct 2008 10:08:53 -0700 (PDT) Message-ID: Date: Wed, 22 Oct 2008 12:08:53 -0500 From: "Andrew Gould" To: dmw@coder.cl In-Reply-To: <48FF2FDF.6000102@coder.cl> MIME-Version: 1.0 References: <48FEDE0E.8070909@web.de> <48FF2FDF.6000102@coder.cl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, Marco Subject: Re: calendar software wanted 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: Wed, 22 Oct 2008 17:09:00 -0000 On Wed, Oct 22, 2008 at 8:51 AM, Daniel Molina Wegener wrote= : > Marco escribi=F3: > >> hello list, >> >> anybody has experience with calendar software which runs on freebsd. i >> maybe would integrate it also in thunderbird/mutt,but thats not >> necessary, or use a stand alone software. >> minimum requirements to the software would be making entries, getting >> alarms for appointments. >> > > Try kontact (the kdepim port). Have fun xD > > >> thank you for responses, >> marco >> > > Regards, > Before I moved from my PalmPilot III (still works) to an iPhone (not 3G), I used JPilot for my PIM and Sylpheed-Claws (the name has changed?) for email. This was a good setup because there was a plugin that allowed Sylpheed-Claws to access the JPilot addressbook. I currently use webcalendar (with apache, php, postgresql) for my calendar. This is overkill for an individual; but has many advantages for family scheduling: I can add an item to my wife's calendar with an email reminder. Since my wife has a blackberry email address, the message will get pushed to her phone. When testing this feature, I would suggest starting with something like a dinner invitation rather than a grocery list= . ;-) Have fun, Andrew