From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: PHP parser of emacs calendar file format Date: Fri, 10 Nov 2006 10:26:51 -0800 Organization: None Message-ID: <1r8xij17kk.fsf@xoc2.stanford.EDU> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1163184105 3403 80.91.229.2 (10 Nov 2006 18:41:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Nov 2006 18:41:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 10 19:41:44 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GibJY-0003mW-IZ for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Nov 2006 19:41:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GibJY-0006nG-28 for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Nov 2006 13:41:20 -0500 Original-Path: shelby.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: news.Stanford.EDU 1163183211 18749 171.64.109.31 (10 Nov 2006 18:26:51 GMT) Original-X-Complaints-To: news@news.stanford.edu X-Spook: c4 nitric acid nationalist al-Qa'ida embassy Mossad ADF X-Ran: 0WgBJl($"WD6k\u5hRn@K$Kt9w-L7+D2-^X6+X?#y6*!kLK>CSy!"['xX(p$3m/6(MR('u X-Hue: magenta X-Attribution: GM Mail-Followup-To: help-gnu-emacs@gnu.org Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:nZfax7TLueF35taecmvzN+elJuI= Original-Xref: shelby.stanford.edu gnu.emacs.help:143010 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38628 Archived-At: rune_kg wrote: > I'm building a little emacs inspired webPIM. As I think the emacs > way of doing the calendar textfile is the best thing since H20, I > would like to implement something like that into the PIM. > > Does a Emacs Calendar Text File Parser for PHP exist:) This is not a direct solution, but you could look at icalendar.el (in CVS Emacs). This exports/imports Emacs diary entries to/from iCalendar format. I imagine there are probably PHP <-> iCalendar converters already.