How to add an event directly to a web calendar

Hi Kevin,

Google does have a set of APIs for accessing their products. I'm not sure how these would work together with Rails, but probably fine.

Check out: http://code.google.com/

Josh

I'm in the process of doing something like that myself. Like Josh said, they don't have a Rails API/module, but they give specs about the protocol used. http://code.google.com/apis/calendar/developers_guide_protocol.html basically, it's XML over HTTP. I think we can do something with that. I'm still figuring it out myself.

Elise