Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an API for the Google Plus Events

Tags:

google-plus

Google Plus recently added events, but have they added API methods to access the public data?

like image 573
Dofs Avatar asked Jul 08 '12 11:07

Dofs


People also ask

Is there an API for Google Calendar?

Millions of people use Google Calendar to track their events. The Calendar API lets you integrate your app with Google Calendar, creating new ways for you to engage your users.

What is Google+ API?

The Purpose of Google+ API is to provide a programming interface so that you can integrate application or website with Google+. Google implies a limit to the usage of Google+ API - Each developer has a quota. We will see about that when we will discuss Google API console. Google uses OAuth2.

Is the Google Calendar API free?

All use of the Google Calendar API is available at no additional cost.


1 Answers

The REST API has limited support for reading public activities at this time.

You can use the activities APIs to see the activities created for public events, and determine that they are events by inspecting the URL, but the API does not currently provide access to all of the event metadata.

Here's an example of what you can see for a public event.

like image 144
mimming Avatar answered Nov 04 '22 16:11

mimming