Hi Austin 10x for your help, but i've seen google dadgets that work, on the official google gadget (and on others) there is a quick add "link" once you clik on it you get a form with an input type=text to add to your own calendar events
and its a standard html type gadget all i want to do, is to quick add events, but with my own created text format, no need for input type=text i tried to "fish out" the part of the code that deals with quick add events and couldnt find it i know about the auth sub, but as i want to do it on a gadget that sits on igoogle, and will allready have the authenticaion of the google user, there is no need for an auth sub i dont know if i have explained my self well enough in my first post, but this option must be possible, i've seen it work Dor On Dec 3, 2007 11:21 PM, Austin (Google) <[EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
