Questions tagged as 'google-api'

1
answer

Uncaught TypeError: Can not read property 'calendar' of undefined

I want to create an event in javascript to insert an event in Google Calendar with the following code: var event = { 'summary': 'Google I/O 2015', 'location': '800 Howard St., San Francisco, CA 94103', 'description': 'A chance to hear mo...
asked by 04.03.2018 / 19:46
1
answer

Get all url using googleapis and blogger

Hello I look for some way to get all url entries of blogs Blogger and used this way link Using the Google API I get the following result: // API callback handleResponse({ "items": [ { "url": "http://chicassexyhot.sigue.la/201...
asked by 03.01.2018 / 05:55
0
answers

Google Calendar API devuleve null in colorId

I developed a script using the Google Calendar API for PHP that recovers the event data from a commercial account managed with GSUITE, it recovers practically all the data except the colorID and the creator- > displayName that delivers them i...
asked by 30.11.2017 / 20:49
0
answers

Use the gmail api with java

I'm doing a spring project that allows me to use the gmail api to send and read emails from my app. On my local PC when I use the app for the first time, it redirects me to the google page and I select the account with which I want to connect, t...
asked by 03.11.2017 / 19:50
2
answers

GOOGLE MAPS console errors api, WORDPRESS

Hi, I would like to ask you if someone can help me to solve these console errors that come up when adding a Google maps API in Wordpress. What I'm doing is include the api through the theme's functions.php. So: function my_theme_styles(){...
asked by 30.10.2017 / 12:38
0
answers

Problem with the Google Maps API

I'm doing a web application where I mark points on the map based on the address obtained, as I do not have the coordinates of the address I want to mark researching I saw that Google has the Geocoder object that allows me to code the given addre...
asked by 08.11.2018 / 21:27