Re: parsing text into a calendar event "lunch with Jane at 2pm next wednesday in the green room"
Re: parsing text into a calendar event "lunch with Jane at 2pm next wednesday in the green room"
- Subject: Re: parsing text into a calendar event "lunch with Jane at 2pm next wednesday in the green room"
- From: Takaaki Naganoya <email@hidden>
- Date: Sat, 17 Mar 2007 23:24:18 +0900
We made it about 5 years ago fully written in AppleScript. It accepts
such a command written in Microsoft Word v.X.
But it understands only Japanese language. Not English.
--
Takaaki Naganoya
Piyomaru Software
http://piyo.piyocast.com
email@hidden
On 2007/03/17, at 22:33, Timothy Bates wrote:
hi,
<calendar.google> has a nice feature of "quick add" where you can
just type the event in plain text, and google figure out, roughly,
what you want, create the event, and open it for editing.
I'd like to add that functionality to iCal. Is there an open source
(maybe perl/ruby etc) library for parsing events into a well-formed
list of event specs?
i.e. parse("lunch with Jane and Tom at 2pm next wednesday in the
green room")
-->
what: "lunch"
where: "the green room"
start: 21 March 2007 14:00:00
finish: 21 March 2007 15:00:00
attendees: ("Jane", "Tom")
I have searched and can't see anything obvious that can do this,
but it seems like a lot of online calendar systems might have taken
a punt at this before?
tim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
mark.nu
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden