Results 1 to 5 of 5

Thread: Need some help for Google calendar in VB6

  1. #1
    Join Date
    May 2009
    Posts
    245

    Need some help for Google calendar in VB6

    Hi friends,
    I have done many different programs in Visual Basic 6. Now I am having some issue while using the Google calender in VB6. So I thought that someone hanging out there, may know about this. So please tell me any information about the Google calendar in VB6. Provide detailed explanation so that I can understand the topic very clearly. Please help me as soon as possible.!!

  2. #2
    Join Date
    Jul 2006
    Posts
    442

    Re: About Google Calendar

    The first thing is to create a Google account. After doing that you will have to use INET control (Microsoft Internet Transfer Control 6.0) to communicate with Google servers. After preparation, all queries to the Google server is "sent" through the method "Execute" Inet control. Google Calendar is a lovely looking and acting "free online shareable calendar service", allowing you to maintain your personal schedule, share it with others, and view public calendars. Google has also provided an API such that your programs and websites can make use of it remotely; for instance to view, add or delete events.
    "When they give you ruled paper, write the other way..." J.R.J.

  3. #3
    Join Date
    Aug 2006
    Posts
    227

    Re: Need some help for Google calendar in VB6

    All queries to the Google server is "sent" through the method "Execute" Inet control. The return of the server is "recovered" following the outbreak of the event Inet1_StateChanged (ByVal State As Integer). At the onset of this event, the server response is stored in the string "stRetHeader" related data are stored in global variable "stReponse" and a flag "bFinAttente is lifted. The transaction with Google happen via HTTP POST requests. There is a control available in VS6 that allows you to perform these simply; the Microsoft Internet Transfer Control.
    I do to dead flowers what people at morgues do to dead people. Suck all the moisture out, dip them in plastic, paint them up pretty and put them in a nice frame.

  4. #4
    Join Date
    Jul 2006
    Posts
    289

    Re: Need some help for Google calendar in VB6

    Authentication is also important part for the Google calendar in VB6. Any action to calendars through authentication to Google's servers. A query such as "POST" to the address will allow us to obtain a "key" authentication, which is then used for access to calendars. The request must also be composed of the following parameters :
    • Email - This is used for Login Email Address
    • Passwd - Password associated
    • Source - Identification of the issuing of application forms
    • Service - This is for the Google agenda.
    Signatures reduce available bandwidth

  5. #5
    Join Date
    Aug 2006
    Posts
    235

    Re: Need some help for Google calendar in VB6

    There are 3 types of Google calendar :
    1. Primary Calendar - This types of calendar is automatically created when you open a Google Calendar.
    2. Calendars side - These calendar are all the other calendars created by the users of the Google Account.
    3. Calendars imported - These are the calendars that are created and shared by other Google users, which Google is our account customer.

    Two requests "GET authenticated" can retrieve the list of calendars :
    • http://www.Google.com/calendar/feeds/default/allcalendars/full - This can be used for all schedules (primary, secondary and imported).
    • http://www.Google.com/calendar/feeds/default/owncalendars/full - This can be used for all primary and secondary calendars and schedules imported whose access rights are set to 'owner' (owner).
    3.2 (northwood)
    2gig ram
    ATI AIW X800xt 256mb
    Gigabyte GA-8knxp 875p Chipset
    Optiwrite 8X DVD Burner
    Win XP PRO Sp2 (Works Perfectly)
    2 SATA Raptor 74gig Raid 0
    2 7200 IDE 320gig HD

Similar Threads

  1. Replies: 4
    Last Post: 01-04-2012, 12:24 PM
  2. Replies: 2
    Last Post: 15-03-2012, 12:32 PM
  3. Replies: 5
    Last Post: 06-11-2011, 10:47 PM
  4. Google Calendar import
    By Filiberto in forum Technology & Internet
    Replies: 5
    Last Post: 27-12-2009, 04:28 AM
  5. Synchronize Outlook Calendar with Google Calendar
    By Conrad in forum Tips & Tweaks
    Replies: 3
    Last Post: 07-04-2009, 05:20 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,239,970.25925 seconds with 17 queries