>> 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 _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
