Hi Dor, You can certainly use the GData API to programmatically insert events into your calendar. The only problem I see from what you described is the authentication process from within Google Gadget. GData API supports event insertion to private calendar through an authentication mechanism that calls AuthSub. AuthSub is a redirection scheme that enables the user of your app to provide their credential to his/her Google account and then redirect the user back to your app. Unfortunately AuthSub does not work within a Google Gadget. To achieve what you are trying to do you probably have to build a non- Gadget application.
Hope it helps, Austin On Dec 3, 1:12 am, Hannibal <[EMAIL PROTECTED]> wrote: > Hi, I am working on a gadget where i parse a site (actually, my > university schedule) to get from that site, course dates and tests > > i want to be able to add the data to my google calendar, and i want to > do it from inside the google gadget. > > it should be something very similar to the Quick Add option on the > official google calendar gadget, but i could'nt reverse engineer the > code that does that from the gadets' code > > if any one here can direct me to where/how its done i whould greatly > appriciate it > > 10x in advance > Dor --~--~---------~--~----~------------~-------~--~----~ 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://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
