nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] Future thoughts: better MIME processing


From: Ken Hornstein
Subject: Re: [Nmh-workers] Future thoughts: better MIME processing
Date: Wed, 23 Jul 2014 08:24:07 -0400

>> It understands more structured information as well, but seemingly only
>> in American style dates and without support for 24-hour times e.g;
>> 
>> % google calendar add "12/31 at 10:30-12:00AM Partay!"
>
>Does the underlying API used by this command-line program support ICS
>file import as I understand the web interface does?  There's
>https://developers.google.com/google-apps/calendar/v3/reference/events/import
>but I don't know enough about Google Calendar to know if that's helpful.
>If the API supports it, then command-line support is probably simple.
>If it's missing from the API, complain.  :-)

It looks like .... the googlecl command uses the "quickadd" interface
(create a calendar entry from a simple text string).  The "insert"
interface:

 https://developers.google.com/google-apps/calendar/v3/reference/events/insert

looks like you could put everything you'd normally get from a text/calendar
entry.  googlecl looks like it hasn't had much love lately, but I bet you
could cook something up with curl relatively easily.

--Ken



reply via email to

[Prev in Thread] Current Thread [Next in Thread]