I work with a Google Apps for Education domain and have been asked to write an application that maintains some Google Calendar resources and permissions thereof.
I am aware that Google has deprecated support for OAuth 1.0/1.0a and is moving away from Atom based services to JSON based services.
It therefore concerns me that the Google Apps Calendar Resource API is currently old style Atom/OAuth 1.0. I'm loathed to write an application using Atom/OAuth 1.0 if it is likely it will become obsolete within months. I'm guessing the API is currently being rewritten in the JSON/OAuth 2.0 style?
If possible could somebody tell me the likely time-scale for the rewrite? (or alternative solutions I could consider).