Provider for Google Calendar

Provider for Google Calendar

Postby UD previous posts » Fri Nov 28, 2008 5:59 am

Provider for Google Calendar is this possible with fivewin ??
Using Nissan 350 Z with last Firmware

compiled with Super Plus
UD previous posts
 
Posts: 42
Joined: Sat Sep 30, 2006 9:43 am

Postby Antonio Linares » Wed Dec 03, 2008 1:38 am

Uwe,

There is a javascript client library:

http://code.google.com/apis/gdata/clientlibs.html

You may use it from an ActiveX control managing a "Shell.Explorer" control. I have not tested it myself.
Code: Select all  Expand view
function insertIntoMyFeed(feedRoot) {
  var newEntry = new google.gdata.calendar.CalendarEventEntry({
      authors: [{
        name: "Elizabeth Bennet",
        email: "liz@gmail.com"
      }],
      title: {
        type: 'text',
        text: 'Tennis with Darcy'
      },
      content: {
        type: 'text',
        text: 'Meet for a quick lesson'
      },
      locations: [{
        rel: "g.event",
        label: "Event location",
        valueString: "Netherfield Park tennis court"
      }],
      times: [{
        startTime: google.gdata.DateTime.fromIso8601("2007-09-23T18:00:00.000Z"),
        endTime: google.gdata.DateTime.fromIso8601("2007-09-23T19:00:00.000Z")
      }]
  });
  feedRoot.feed.insertEntry(newEntry, handleMyInsertedEntry, handleError);
}
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 104 guests