google calendaring gdata api
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2056
Google Calendar Notifier 2.5.3
Google Calendar Notifier brings you a powerful and extremely useful extension which provides robust notifications and display of your Google Calendars for today, as well as showing any upcoming all day events for tomorrow. more>> <<less
Added: 2008-07-16 License: MPL Price: FREE
1 downloads
Other version of Google Calendar Notifier
License:MPL (Mozilla Public License)
Google Gears Beta
Google Gears project is an open source Firefox extension that enables web applications to provide offline functionality. more>>
Google Gears project is an open source Firefox extension that enables web applications to provide offline functionality using following JavaScript APIs:
- Store and serve application resources locally
- Store data locally in a fully-searchable relational database
- Run asynchronous Javascript to improve application responsiveness
<<less- Store and serve application resources locally
- Store data locally in a fully-searchable relational database
- Run asynchronous Javascript to improve application responsiveness
Download (0.42MB)
Added: 2007-06-01 License: Freeware Price:
1030 downloads
Net::Google::Calendar::Entry 0.5
Net::Google::Calendar::Entry is an entry class for Net::Google::Calendar. more>>
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);
<<lessSYNOPSIS
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);
Download (0.009MB)
Added: 2006-11-27 License: Perl Artistic License Price:
1063 downloads
Net::Google::Calendar 0.5
Net::Google::Calendar is a programmatic access to Googles Calendar API. more>>
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";
<<lessSYNOPSIS
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";
Download (0.008MB)
Added: 2006-11-25 License: Perl Artistic License Price:
1063 downloads
Google::Adwords::Data 0.6.0
Google::Adwords::Data is base class for the Data modules. more>>
Google::Adwords::Data is base class for the Data modules.
This module is not supposed to be used directly. Use the child data modules.
<<lessThis module is not supposed to be used directly. Use the child data modules.
Download (0.041MB)
Added: 2006-11-28 License: Perl Artistic License Price:
1060 downloads
Project-based Calendaring System 0.7.1-1
Project-based Calendaring System is a calendaring system useful for project managers and groupware use. more>>
Project-Based Calendaring System (in short PBCS) is an open source web-based calendaring system, designed to be an useful aid for people who manage schedules for one or more persons.
Project-based Calendaring Systems main feature, which distinguishes it from all other calendar applications, is that schedule planners can plan schedules for other people easily using day or week overviews showing multiple people at once.
There are the regular single-user overviews for those who look mainly at their own calendar. For people on the road it is now possible to sync your appointments into a Palm PDA.
Enhancements:
- Added hooks to support notes from external sources. Added hooks day_notes_after and week_notes_after.
- Recurrence settings are remembered in the appointment form.
- Fixed Early and Late Appointments to show in the mulit-day and single-week overview
- The note form and the appointment for now have back buttons
- Fixed IE javascript errors in the user picker and the user & group administration section.
- Fixed IE javascript error in the installer_pbcs.php.
- Now IE6 and 7 should be able to install 0.7.1!
<<lessProject-based Calendaring Systems main feature, which distinguishes it from all other calendar applications, is that schedule planners can plan schedules for other people easily using day or week overviews showing multiple people at once.
There are the regular single-user overviews for those who look mainly at their own calendar. For people on the road it is now possible to sync your appointments into a Palm PDA.
Enhancements:
- Added hooks to support notes from external sources. Added hooks day_notes_after and week_notes_after.
- Recurrence settings are remembered in the appointment form.
- Fixed Early and Late Appointments to show in the mulit-day and single-week overview
- The note form and the appointment for now have back buttons
- Fixed IE javascript errors in the user picker and the user & group administration section.
- Fixed IE javascript error in the installer_pbcs.php.
- Now IE6 and 7 should be able to install 0.7.1!
Download (2.7MB)
Added: 2007-05-06 License: GPL (GNU General Public License) Price:
906 downloads
Google Search 0.1
Google Search is a desktop tool with you can search anything you want on the Google engine direct from your desktop. more>>
Google Search is a desktop tool with you can search anything you want on the Google engine direct from your desktop.
Installation:
To compile use qmake then make
Example:
bash: qmake mio.pro
bash: make
bash: ./mio
It uses firefox only. I will include konqueror in the next update.
Assign it a global shorcut.
<<lessInstallation:
To compile use qmake then make
Example:
bash: qmake mio.pro
bash: make
bash: ./mio
It uses firefox only. I will include konqueror in the next update.
Assign it a global shorcut.
Download (0.010MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1471 downloads
Google::Adwords::Creative 0.6.0
Google::Adwords::Creative is a Google Adwords Creative object. more>>
Google::Adwords::Creative is a Google Adwords Creative object.
SYNOPSIS
use Google::Adwords::CreativeService;
use Google::Adwords::Creative;
# create the CreativeService object
my $creative_service = Google::Adwords::CreativeService->new();
# need to login to the Adwords service
$creative_service->email($email_address)
->password($password)
->developerToken($developer_token)
->applicationToken($app_token);
# if you have a MCC
$creative_service->clientEmail($client_email);
# get a specific creative from an AdGroup
my $adgroupid = 1123
my $creativeid = 7819;
my $creative = $creative_service->getCreative($adgroupid, $creativeid);
print "Creative Info: n"
. " ID: " . $creative->id . "n"
. " Dest URL: " . $creative->destinationUrl . "n"
. " Display URL: " . $creative->displayUrl . "n"
;
This object should be used with the CreativeService API calls
<<lessSYNOPSIS
use Google::Adwords::CreativeService;
use Google::Adwords::Creative;
# create the CreativeService object
my $creative_service = Google::Adwords::CreativeService->new();
# need to login to the Adwords service
$creative_service->email($email_address)
->password($password)
->developerToken($developer_token)
->applicationToken($app_token);
# if you have a MCC
$creative_service->clientEmail($client_email);
# get a specific creative from an AdGroup
my $adgroupid = 1123
my $creativeid = 7819;
my $creative = $creative_service->getCreative($adgroupid, $creativeid);
print "Creative Info: n"
. " ID: " . $creative->id . "n"
. " Dest URL: " . $creative->destinationUrl . "n"
. " Display URL: " . $creative->displayUrl . "n"
;
This object should be used with the CreativeService API calls
Download (0.041MB)
Added: 2006-11-23 License: Perl Artistic License Price:
1066 downloads
Google Reader Watcher 0.0.8
Google Reader Watcher is a Firefox extension that will check your Google Reader for unread feeds. more>>
Google Reader Watcher is a Firefox extension that will check your Google Reader for unread feeds and if you have, the plugin will display them on your browsers statusbar.
<<less Download (0.025MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
821 downloads
WWW::Google::Calculator 0.03
WWW::Google::Calculator is a Perl interface for Google calculator. more>>
WWW::Google::Calculator is a Perl interface for Google calculator.
SYNOPSIS
use WWW::Google::Calculator;
my $calc = WWW::Google::Calculator->new;
print $calc->calc(1+1); # => 1 + 1 = 2
print $calc->calc(300kbps in KB/s); # => 300 kbps = 37.5 kilobytes / second
This module provide simple interface for Google calculator.
<<lessSYNOPSIS
use WWW::Google::Calculator;
my $calc = WWW::Google::Calculator->new;
print $calc->calc(1+1); # => 1 + 1 = 2
print $calc->calc(300kbps in KB/s); # => 300 kbps = 37.5 kilobytes / second
This module provide simple interface for Google calculator.
Download (0.010MB)
Added: 2006-11-22 License: Perl Artistic License Price:
1071 downloads
Google Desktop for Linux 5.0
Search your hard drive for e-mail, files, and your Web and IM histories. more>> Instantly find your e-mail, files, media, Web history, and chats. By making your computer searchable, Google Desktop Search puts your information easily within your reach. It frees you from having to manually organize your files, e-mail, and Web pages youve viewed.
Google 5 revamps the sidebar interface and many gadgets, while adding a new dialog for adding gadgets. Also new are previews of search results and security alerts for suspicious Web links.<<less
Download (7.24MB)
Added: 2009-04-02 License: Freeware Price: Free
204 downloads
Google::Adwords::StatsRecord 0.6.0
Google::Adwords::StatsRecord is a Google Adwords StatsRecord Object. more>>
Google::Adwords::StatsRecord is a Google Adwords StatsRecord Object.
This object is a read-only object used in returned calls from Google Adwords API.
More info is available here -
http://www.google.com/apis/adwords/developer/StatsRecord.html
METHODS
Accessors (read only)
* averagePosition - The average position of impressions that were shown for this records entity
* clicks - The number of clicks collected by this records entity.
* conversionRate - The ratio of conversions over convertible clicks for this records entity.
* conversions - The number of clicks that were actually converted for this records entity.
* cost - The total cost incurred (in micro-units of currency) by this records entity.
* id - The Id of this records entity
* impressions - The number of impressions shown on behalf of this records entity
<<lessThis object is a read-only object used in returned calls from Google Adwords API.
More info is available here -
http://www.google.com/apis/adwords/developer/StatsRecord.html
METHODS
Accessors (read only)
* averagePosition - The average position of impressions that were shown for this records entity
* clicks - The number of clicks collected by this records entity.
* conversionRate - The ratio of conversions over convertible clicks for this records entity.
* conversions - The number of clicks that were actually converted for this records entity.
* cost - The total cost incurred (in micro-units of currency) by this records entity.
* id - The Id of this records entity
* impressions - The number of impressions shown on behalf of this records entity
Download (0.041MB)
Added: 2006-11-22 License: Perl Artistic License Price:
1066 downloads
Google::Adwords::CampaignEstimate 0.6.0
Google::Adwords::CampaignEstimate is a Google Adwords CampaignEstimate Object. more>>
Google::Adwords::CampaignEstimate is a Google Adwords CampaignEstimate Object.
This object is a read-only object used in calls from Google Adwords API.
More info is available here -
http://www.google.com/apis/adwords/developer/CampaignEstimate.html
METHODS
Accessors (read-only)
* id - The existing campaign id, if any, to which this estimate corresponds. If the campaign is new, the id is -1.
* adGroupEstimates - The ad group estimates for this campaign. Each Google::Adwords::AdGroupEstimate contains Google::Adwords::KeywordEstimate objects.
<<lessThis object is a read-only object used in calls from Google Adwords API.
More info is available here -
http://www.google.com/apis/adwords/developer/CampaignEstimate.html
METHODS
Accessors (read-only)
* id - The existing campaign id, if any, to which this estimate corresponds. If the campaign is new, the id is -1.
* adGroupEstimates - The ad group estimates for this campaign. Each Google::Adwords::AdGroupEstimate contains Google::Adwords::KeywordEstimate objects.
Download (0.041MB)
Added: 2006-11-22 License: Perl Artistic License Price:
1066 downloads
Plone Google Sitemaps 0.5
Plone Google Sitemaps is a product which allows Plone websites to get better visibility for Google search engine. more>>
Plone Google Sitemaps is a product which allows Plone websites to get better visibility for Google search engine.
The product allows Plone websites to get better visibility for Google search engine by providing it with complete listing of URLs to website content.
What is Google Sitemaps
Google Sitemaps program allow webmasters and site owners to feed it pages theyd like to have included in Googles web index. Participation is free. Inclusion isnt guaranteed, but Googles hoping the new system will help it better gather pages than traditional crawling alone allows. Feeds also let site owners indicate how often pages change or should be revisited.
Usage
Install with Quick Installer.
Go to Google Sitemaps and add http://your.site/google-sitemaps.
Should be working without any intervention.
Enhancements:
- Fix up bug in sed command s
<<lessThe product allows Plone websites to get better visibility for Google search engine by providing it with complete listing of URLs to website content.
What is Google Sitemaps
Google Sitemaps program allow webmasters and site owners to feed it pages theyd like to have included in Googles web index. Participation is free. Inclusion isnt guaranteed, but Googles hoping the new system will help it better gather pages than traditional crawling alone allows. Feeds also let site owners indicate how often pages change or should be revisited.
Usage
Install with Quick Installer.
Go to Google Sitemaps and add http://your.site/google-sitemaps.
Should be working without any intervention.
Enhancements:
- Fix up bug in sed command s
Download (0.013MB)
Added: 2007-03-28 License: ZPL (Zope Public License) Price:
943 downloads
Google::Adwords::Address 0.6.0
Google::Adwords::Address is a Google Adwords Address object. more>>
Google::Adwords::Address is a Google Adwords Address object.
SYNOPSIS
use Google::Adwords::Address;
my $address = Google::Adwords::Address->new
->addressLine1(first street)
->city(Paris)
->companyName(My company)
->countryCode(FR)
->emailAddress(my@example.com);
This object should be used with the AccountService API calls
METHODS
Mutators (read/write)
- addressLine1
- addressLine2
- city
- companyName
- countryCode
- emailAddress
- faxNumber
- name
- phoneNumber
- postalCode
- state
<<lessSYNOPSIS
use Google::Adwords::Address;
my $address = Google::Adwords::Address->new
->addressLine1(first street)
->city(Paris)
->companyName(My company)
->countryCode(FR)
->emailAddress(my@example.com);
This object should be used with the AccountService API calls
METHODS
Mutators (read/write)
- addressLine1
- addressLine2
- city
- companyName
- countryCode
- emailAddress
- faxNumber
- name
- phoneNumber
- postalCode
- state
Download (0.041MB)
Added: 2006-11-23 License: Perl Artistic License Price:
1067 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above google calendaring gdata api search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed