Hi,
Well, according to the Calendar API Developer's Guide<http://code.google.com/intl/fr/apis/calendar/data/2.0/developers_guide.html>, there are client libraries for Javascript, Java, .Net, Python, PHP. That is to say these are the only libraries supported by Google. Using VBScript means coding the GData protocol all over again, which is quite an impressive task no one could except to manage safely (no bugs !). I strongly advise you to switch to one of the client libraries mentionned above (and review the according API reference). If switching to one of this top development languages is not possible, you may use a something like a proxy software (in Java, .Net, etc.) whose purpose will only be to manage communications with Google Calendars from your application (Delphi/VBScript). -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/calendar/community/forum.html
