Net::Google::Calendar::Entry

Net::Google::Calendar::Entry is an entry class for Net::Google::Calendar.
Download

Net::Google::Calendar::Entry Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Simon Wistow
  • Publisher web site:
  • http://search.cpan.org/~simonw/

Net::Google::Calendar::Entry Tags


Net::Google::Calendar::Entry Description

Net::Google::Calendar::Entry is an entry class for Net::Google::Calendar. Net::Google::Calendar::Entry is an entry class for Net::Google::Calendar.SYNOPSIS my $event = Net::Google::Calendar::Entry->new(); $event->title('Party!'); $event->content('P-A-R-T-Why? Because we GOTTA!'); $event->location("My Flat, London, England"); $event->status('confirmed'); $event->transparency('opaque'); $event->visibility('private'); my $author = Net::Google::Calendar::Person->new; $author->name('Foo Bar'); $author->email('foo@bar.com'); $entry->author($author); Requirements: · Perl


Net::Google::Calendar::Entry Related Software