0

Hi everyone

I have a Google+ page, and i would like to display all events created by this page on my website, but for for some reason i cannot find the date, time or place of this anywhere in the json output i get from the Google+ API.

The json output below display all the activity on my page (not much) and in there i have two event, but i cannot see the information needed anywhere.

https://www.googleapis.com/plus/v1/people/103518584309304034966/activities/public?maxResults=20&pageToken=Next&fields=items&key={Removed my API Key}

I generated the json output on this page, by filling out the form below with: 103518584309304034966, public, 20 next, blank:

https://developers.google.com/+/api/latest/activities/list

I hope someone know where i can get the date, time and place on a Google+ event, keep in mind that this is not a real user so i don't have a Google Calandar

4

1 回答 1

3

您最接近的方法是按照您的建议列出活动,然后在结果列表中搜索活动活动。

如您所述,活动活动不包括活动时间、地点和日期。但是,您可以在说明中添加一些指示日期/时间的内容,并可以从那里开始以编程方式提取日期。

将来可能会提供此信息,因此请加入 Google+ 社区,以便 Google+ 开发人员随时了解任何更新。

于 2013-01-04T17:22:15.673 回答