Posts

Showing posts with the label google-api

Why does the Google Knowledge Graph API not return businesses that I know have a Google Knowledge Panel?

Why does the Google Knowledge Graph API not return businesses that I know have a Google Knowledge Panel? I am trying to programatically find out whether a given company has a google knowledge panel. for instance, when i search google for the company "Aeronaut Brewing Company", I get a sidebar that displays relevant information about the company. This is called the knowledge panel. Google's knowledge graph api is supposed to return this information, and for aeronaut it does: https://kgsearch.googleapis.com/v1/entities:search?query=Aeronaut+Brewing+Company&key=YOUR_API_KEY&limit=10&indent=True However, I've noticed that plenty of companies who have a knowledge panel do not show up in google knowledge graph api. for instance: The Affton Chamber of Commerce has a sidebar on google (link), but a google knowledge graph search comes back as only the following JSON (basically it's empty): https://kgsearch.googleapis.com/v1/entities:search?query=affton+chamber+...

Google Birthday Calendar Wrong Year

Google Birthday Calendar Wrong Year I am having issue when i am getting google birthday calendar. I am getting wrong year in google birthday calendar. Ex: In my google contacts i am having contact name - Deepak whose birthday - 19/04/1990. So this contact birthday showing in the google birthday calendar. When i am fetching google birthday calendar i am getting date like 2017-04-19, 2018-04-19, 2019-04-19. How can i get contact exact birthday with year from google birthday calendar? Response From Google Calendar API [0] => Array ( [kind] => calendar#event [etag] => "3060534890000000" [id] => 2017_BIRTHDAY_4a7a6b868dd53910 [status] => confirmed [htmlLink] => https://www.google.com/calendar/event?eid=MjAxN19CSVJUSERBWV80YTdhNmI4NjhkZDUzOTEwICNjb250YWN0c0B2 [created] => 2018-06-29T10:17:25.000Z [updated] => 2018-06-29T10:17:25.000Z [summary] => Deepak's birthday [description...