So we are having a great time using a couple of Google+ communities to co-ordinate pair programming events with programmers and students from all around the world:
https://plus.google.com/communities/100279740984094902927 https://plus.google.com/communities/101007836695292894562
However I'd really like to start analyzing the pair programming events, and so want to grab information about the events via the read-only Google API. I see that there is a mechanism for doing this:
Is there an API for the Google Plus Events
However I am at a loss for how to work out what the activity id is from the event id, or how to request all the events associated with a community. For example we have this event:
https://plus.google.com/events/cutfjr3ftm3mglt32p54h6fgec0
and if I knew the activity id for it I could use something like this:
to grab info about the event. However the event id in the URL is different from the activity id, or at least nothing is returned. Perhaps because it is a private event? That said I can't grab info on public "on air" events either.
What I've managed so far is to be able to search for public events in my own activity stream. From there I can get to an activity id for a public hangout I stared:
z13adpyrwlaytjicm22bvjhjkly0yfctz
which gives me some useful information on that event, but what I'm really after is to get the info on all the events associated with our communities so that we can analyze them and better support them.