Reference to Google.GData .dll assembly files not working Programming Web Development by Ryujin …that) so are trying a Google Data API to upload to our Google Docs account from within an … put the three needed assemblies (Google.GData.Documents.dll, Google.GData.Client.dll, and Google.GData.Extensions.dll) in a folder we… 13: foo = Assembly.LoadFrom("/ourdirectory/bin/Google.GData.Documents.dll");[/COLOR][/CODE] Having never tried … Re: Reference to Google.GData .dll assembly files not working Programming Web Development by Ryujin Forgot to say--we're coding in C# Google Base Data API good news for Blogger bloggers Programming Software Development by happygeek …Zenger happened to announce the availability of the updated Google Base Data API last week. This lets you …develop applications that can dynamically interact with Google Base, obviously. Perhaps a little less obviously it …is a very useful [URL="http://code.google.com/apis/gdata/blogger.html"]official document[/URL] that not … Re: Google Base Data API good news for Blogger bloggers Programming Software Development by roger.s Nice post on google's development - Can u post more tech articles on what you work & what you see is the trend in google's development labs. Storage Professionals Office Life Regular day tasks- interesting blog on Storage area networking jobs [URL="http://storage-jobs.blogspot.com/"]http://storage-jobs.blogspot.com[/URL] Google Base API Programming Software Development by Sagar14 … [CODE]import gdata.base.service import gdata.service import atom import gdata.base gb_client = gdata.base.service.GBaseService…print 'Logged in' gb_client.ProgrammaticLogin() item = gdata.base.GBaseItem() item.author.append(atom.Author(name…', href='http://www.google.com/feeds/item')) item.label.append(gdata.base.Label(text='Golf… Re: Google Data API For Contacts Programming Software Development by prem2 … code as been downloaded from google in the below url . Path: [url]http://code.google.com/p/gdata-java-client/downloads/list[/url…] gdata-samples.java-1.42.0.zip From… Re: Google Data API For Contacts Programming Software Development by prem2 Dear all, If some one had implemented gdata conatact api in java kindly show me how to delete the existing contacts in java.The api will delete the contact that is finally added. I want to delete the list of contacts. Thank you, With Regards, Prem Re: Google calender API Programming Web Development by Priti_P … have guided about the application which is already hosted on Google. But mine is not. Still I found something and and…. http://framework.zend.com/svn/framework/standard/trunk/demos/Zend/Gdata/InstallationChecker.php :( it gives me error for Zend installation. Any… Re: Google Base Data API good news for Blogger bloggers Programming Software Development by happygeek Sure. I try to post a good balanced mix of news and opinion here, but am happy to up the tech ante every now and then :) Re: Google redirect virus Hardware and Software Information Security by ajcb ….254 12.696 2010-12-20 0.19 - GData 21.1347/21.555 20101221 2010-12-21 8.….254 12.696 2010-12-20 0.95 - GData 21.1347/21.555 20101221 2010-12-21 8.…2.254 12.696 2010-12-20 0.70 - GData 21.1347/21.555 20101221 2010-12-21 11.… Re: Integrating python and Google calendar? Programming Software Development by mbirame …(os.path.join(install_root, csv_files[index])) # Authenticate to Google Calendar try: calendar_service = gdata.calendar.service.CalendarService() calendar_service.email = gmail_account calendar_service.password = gmail_password… Re: Integrating python and Google calendar? Programming Software Development by mbirame …(os.path.join(install_root, csv_files[index])) # Authenticate to Google Calendar try: calendar_service = gdata.calendar.service.CalendarService() calendar_service.email = gmail_account calendar_service.password = gmail_password… Re: Integrating python and Google calendar? Programming Software Development by mbirame … if this info helps...[URL="http://code.google.com/apis/gdata/elements.html#gdEventKind"]Elements: "Kinds&…os.path.join(install_root, csv_files[index])) # Authenticate to Google Calendar try: calendar_service = gdata.calendar.service.CalendarService() calendar_service.email = gmail_account calendar_service.password… Problem with uploading to YouTube using proxy Programming Software Development by imperator … have created a VB.net youtube video uploader app using Google API, which works fine. However, if I want use a… could be. My code: Imports Google.GData.Extensions.Location Imports Google.GData.Client Imports Google.GData.YouTube Imports Google.YouTube Imports Google.GData.Extensions.MediaRss Imports System.IO Imports… Zend error (posting to google spreadsheet) Programming Web Development by persianprez …(DOMDocument), 1, NULL) #2 /home/pedrum/public_html/Buzz25/Zend/Gdata/Spreadsheets/ListEntry.php(77): Zend_Gdata_Spreadsheets_Extension_Custom->getDOM(Object(DOMDocument)) #3…= urldecode($_POST['email']); $comments = $_POST['comments']; $url = "http://spreadsheets.google.com/feeds/list/".$key."/od6/public/values?alt… Re: Integrating python and Google calendar? Programming Software Development by adam1122 …(text=ev.description) event.when.append(gdata.calendar.When(start_time=start_time, end_time=end_time)) event…cal_id) # Finally, add the gig itself event = gdata.calendar.CalendarEventEntry() event.title = atom.Title(text=gig_description) …done this: [CODE]event.where.append(gdata.calendar.Where(value_string="gig_location"))[/CODE]… Re: Zend error (posting to google spreadsheet) Programming Web Development by persianprez … trace: #0 /home/pedrum/public_html/Buzz25/Zend/Gdata.php(219): Zend_Gdata_App->performHttpRequest('POST', 'https://… NULL) #1 /home/pedrum/public_html/Buzz25/Zend/Gdata/App.php(905): Zend_Gdata->performHttpRequest('POST', 'https…Array) #3 /home/pedrum/public_html/Buzz25/Zend/Gdata/Spreadsheets.php(336): Zend_Gdata_App->insertEntry('<atom… Access Google Docs via Fuse on Ubuntu Karmic Hardware and Software Linux and Unix by babystrangeloop …is too old so get gdata 2.0.6 from here: [url]http://code.google.com/p/gdata-python-client/[/url] and …]sudo aptitude install subversion svn co http://google-docs-fs.googlecode.com/^Cn/trunk/ google-docs-fs[/CODE] and install that.… to be owned by your non-root account. Substitute your google docs account for "john.doe" (duh.) [CODE]… Re: Integrating python and Google calendar? Programming Software Development by mbirame …seemed to think it was a Google bug...I don't know. As…print start_time print end_time event = gdata.calendar.CalendarEventEntry() event.timezone = gdata.calendar.Timezone(value='America/Chicago') …Title(text=ev.title) event.when.append(gdata.calendar.When(start_time=start_time, end_time=end_time)) new_event… Re: Integrating python and Google calendar? Programming Software Development by adam1122 …, end_time=end_time)) [COLOR="Red"]event.where.append(gdata.calendar.Where(value_string=item[3]))[/COLOR] new_event = calendar_service.InsertEvent…(event, cal_id) # Finally, add the gig itself event = gdata.calendar.CalendarEventEntry() event.title = atom.Title(text=gig_description) end_gig_date = gig_date… Re: Integrating python and Google calendar? Programming Software Development by adam1122 … code I gave you last time to this: [code] event = gdata.calendar.CalendarEventEntry() event.title = atom.Title(text=ev.description) event… = calendar_service.InsertEvent(event, cal_id) # Finally, add the gig itself event = gdata.calendar.CalendarEventEntry() event.title = atom.Title(text=gig_description) end_gig_date = gig_date… Re: Integrating python and Google calendar? Programming Software Development by adam1122 … (' + str(event_dt) + ' - ' + str(end_event_dt) + ')'[/COLOR] event = gdata.calendar.CalendarEventEntry() event.timezone = gdata.calendar.Timezone(value='America/Chicago') event.title = atom… cal_id) # Finally, add the gig itself event = gdata.calendar.CalendarEventEntry() event.title = atom.Title(text=gig_title) event… Master Card Send Money API Getting 400 error #JAVA Programming Software Development by anandhachandru … = new OAuthRsaSha1Signer(); com.google.gdata.client.authn.oauth.OAuthParameters params = new com.google.gdata.client.authn.oauth.OAuthParameters();…("RSA-SHA1"); params.setOAuthType(com.google.gdata.client.authn.oauth.OAuthParameters.OAuthType.TWO_LEGGED_OAUTH); params.addCustomBaseParameter… Re: iterating IEnumerable is very slow Programming Software Development by =OTS=G-Man … is the <Video> class [url]http://code.google.com/p/google-gdata/source/browse/trunk/clients/cs/src/youtube/youtuberequest.cs… would post the feed.entries code [url]http://code.google.com/p/google-gdata/source/browse/trunk/clients/cs/src/core/feedmodel.cs… iterating IEnumerable is very slow Programming Software Development by =OTS=G-Man ….Linq; using System.Windows.Forms; using BrightIdeasSoftware; using Google.GData.Client; using Google.GData.YouTube; using Google.YouTube; namespace YTManager { public partial class frmVideos : Form… Re: Integrating python and Google calendar? Programming Software Development by adam1122 … DOS and CSV are being pushed back 6 hours on Google calendar (some kind of time-change thing?) Also related to…] event.title = atom.Title(text=ev.description) event.when.append(gdata.calendar.When(start_time=start_time, end_time=end_time)) new_event = calendar_service.InsertEvent(event… Re: Access Google Docs via Fuse on Ubuntu Karmic Hardware and Software Linux and Unix by babystrangeloop … to upload, store and organize any type of file in Google Docs.[/QUOTE] Mounting a free 1GB network disk drive from… Google will be cool. Right now only certain types of files … Re: python-gdata get all events from a google calendar Programming Software Development by timrichardson …Calendar: %s to %s' % ( start_date, end_date,) query = gdata.calendar.service.CalendarEventQuery('default', 'private', 'full') query.start_min = start_date…[code] #!/usr/bin/python #delete events from a google calendar from calendarExample import CalendarExample import time calendar = CalendarExample… Re: Integrating python and Google calendar? Programming Software Development by adam1122 …: [CODE]# Finally, add the gig itself event = gdata.calendar.CalendarEventEntry() event.title = atom.Title(text=gig_description)…:%M:%S.000Z') event.when.append(gdata.calendar.When(start_time=start_time, end_time=end_time)) event….where.append(gdata.calendar.Where(value_string=[COLOR="Red"]… python-gdata get all events from a google calendar Programming Software Development by timrichardson The python module python-gdata includes an pretty comprehensive example of using python to fetch google calendar events (calenderEvents.py) No matter what…