7 messages in com.googlegroups.google-calendar-help-dataapiRe: Send to Quick Add?
FromSent OnAttachments
rk30 Apr 2006 09:36 
eli...@gmail.com30 Apr 2006 12:52 
rk30 Apr 2006 18:39 
rk30 Apr 2006 18:42 
P...@01 May 2006 15:24 
cgmckeever02 May 2006 20:59 
juho...@gmail.com16 May 2006 03:11 
Subject:Re: Send to Quick Add?
From:rk (r.@leapbeyond.com)
Date:04/30/2006 09:36:50 AM
List:com.googlegroups.google-calendar-help-dataapi

classic,

As far as I know there's nothing in the official API to do this.

But if you're really keen on the idea, and are using C# or VB.NET, it would be fairly trivial to add this feature to this little tool I was developing pre-API:

http://www.googlemappers.com/libraries/gcalapi/

You could add a method to GFormMain called QuickAdd(text as string), making use of the WebPilot called wp to do the following:

1) Click the link you get back from FindElementById("open-quick-add") 2) TextBoxes("quickadd").Text = "your quickadd text" 3) FindElementByTagAndAttribute("INPUT", "src", "images/btn_add_quick.gif")

1, 2, and 3 correspond to the "Quick Add" link, the textbox that pops up, and the plus button beside it.

I'm assuming you're using C# or VB.NET.

Let me know if you need more help (but do try digging in to it a little first).

Cheers,

Richard