Main > Programming > Libraries >

Net::Google::Calendar 0.5

Net::Google::Calendar 0.5

Sponsored Links

Net::Google::Calendar 0.5 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.008 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1069
Date added: 2006-11-25
Publisher: Simon Wistow

Net::Google::Calendar 0.5 description

Net::Google::Calendar is a programmatic access to Googles Calendar API.

SYNOPSIS

my $cal = Net::Google::Calendar->new( url => $url );
$cal->login($u, $p);


for ($cal->get_events()) {
print $_->title."n";
print $_->content->body."n*****nn";
}

my $entry = Net::Google::Calendar::Entry->new();
$entry->title($title);
$entry->content("My content");
$entry->location(London, England);
$entry->transparency(transparent);
$entry->status(confirmed);
$entry->when(DateTime->now, DateTime->now() + DateTime::Duration->new( hours => 6 ) );


my $author = Net::Google::Calendar::Person->new();
$author->name(Foo Bar);
$author->email(foo@bar.com);
$entry->author($author);

my $tmp = $cal->add_entry($entry);
die "Couldnt add event: $@n" unless defined $tmp;

print "Events=".scalar($cal->get_events())."n";

$tmp->content(Updated);

$cal->update_entry($tmp) || die "Couldnt update ".$tmp->id.": $@n";

$cal->delete_entry($tmp) || die "Couldnt delete ".$tmp->id.": $@n";

Net::Google::Calendar 0.5 Screenshot

Advertisements

Net::Google::Calendar 0.5 Keywords

Bookmark Net::Google::Calendar 0.5

Hyperlink code:
Link for forum:

Net::Google::Calendar 0.5 Copyright

WareSeeker periodically updates pricing and software information of Net::Google::Calendar 0.5 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Net::Google::Calendar 0.5 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Net::Google::Calendar::Entry is an entry class for Net::Google::Calendar. Free Download
Google Calendar Notifier is an extension which provides robust notifications and display of your Google Calendars. Free Download
Plone Google Sitemaps is a product which allows Plone websites to get better visibility for Google search engine. Free Download
Net::Google::Cache is a simple OOP-ish interface to the Google SOAP API for cached documents. Free Download
Net::Google::Search is a simple OOP-ish interface to the Google SOAP API for searching. Free Download
Net::Google::Service is a SOAP widget(s) for Net::Google. Free Download
Net::Google is a simple OOP-ish interface to the Google SOAP API. Free Download
Net::Google::tool is a base class for Net::Google service classes. Free Download