Hi,

1. You can save up to 1.5k in the gadget userpref using the gadget
API, but that is not solving the notification issue.

2. You can try and build an oauth gadget and store the data on the
user Google docs (spreadsheet) and send notification using appscript.

3. You can use a remote server to store user info, and you should make
remote "signed request" to get the user info from the server.
For this kind of solution, you can try gadglet (dev.gadglet.com), an
open source that provide you all the required infrastructure for
gadget apps and remote server.
Here is a working example of Gadglet demo gadget:
http://www.google.com/ig/directory?dpos=top&root=/ig&url=gadglet.appspot.com/gadgets/personalNotes/PersonalNotesGadget.gadget.xml





On Jan 17, 7:55 am, George Gellci <[email protected]> wrote:
> Hello,
>
> I need to develop a Google Gadget that will allow the user to save
> information regarding upcoming conferences and get notifications on
> the days remaining. Therefore, the data stored will be specific only
> to the user who stores it and nobody else needs to see them.
>
> Is there any way to store data under the specific Google Account that
> is using my gadget? I need that whenever the user opens his iGoogle
> account, this gadget to display immediately the information, therefore
> no kind of authorization must be done. It will be similar to the Gmail
> gadget which displays emails only from the users email.

-- 
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" 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-Gadgets-API?hl=en.

Reply via email to