The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::gcal - Command Line Interface interface to Google Calendar.

VERSION

version 1.113460

SYNOPSIS

The gcal command provides a quick and easy interface to Google Calendar from the command line.

DESCRIPTION

Before using the gcal command, you need to provide your Google credentials in your .netrc file, for the google.com machine. For example:

  machine google.com
  login bob
  password 1234

You can then pass one or more .ics files to the gcal command and it will be added to your Google Calendar.

You can also pass one or more strings to the gcal command, which will attempt to parse it and create a new event. It uses ICal::QuickAdd to parse, so has the same functionality and limitations.

USAGE

  gcal --help

  gcal [events.ical, 'tomorrow at noon. Lunch with Bob', ...]

AUTHOR

Andrew Jones <andrew@arjones.co.uk>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Andrew Jones.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.