I implemented a php application that creates events in google calendar. But i need also to create resources, and i found the documentation for Google Apps Calendar Resource API
My first question is: where can I download the API files. And second: i can use this in PHP? Because in the examples that they provide, they use only .NET and Python.
Thank you!