I created Ruby script for updating gCal which worked like a charm last
time I used it (about 14 days ago).
When I tried the exactly same script today, I am getting "403
Forbidden", "Error=BadAuthentication" as a response to this initial
authentification request:
site = Net::HTTP.new("www.google.com",443)
site.use_ssl = true
site.verify_mode = OpenSSL::SSL::VERIFY_NONE
esp,data =
site.post2("/accounts/ClientLogin","[EMAIL PROTECTED]&[EMAIL
PROTECTED]&service=cl&source=fuxoft-script-1")
Calendar ID and password are hardcoded into the script. Just to be
sure, I tried to log to my default calendar using this script, and it
also returns the same Authentication error. Web login to my Google
Account still works with the same password. The gCal API documentation
doesn't seem to indicate any changes in the protocol. I am at loss what
to do now... :(
I used this script to update hundreds of events before (I use it to
manage the shared calendar of Czech film releases) and suddenly, it
cannot even authenticate...
In the meantime, I updated from Ubuntu Breezy Badger to Ubuntu Dapper
Drake - that's the only change in my system I can think remember...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---