Kubessandra / react-google-calendar-api

An api to manage your google calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question:react_google_calendar_api__WEBPACK_IMPORTED_MODULE_8___default.a.getBasicUserProfile is not a function

k8m-git opened this issue · comments

Hi,

i want to get email with getBasicProfile but i`m failing to get email

import ApiCalendar from 'react-google-calendar-api';

const response = await ApiCalendar.getBasicUserProfile();
console.log("response is:", response.getEmail());

How i fix?

@bateradt

It works!
Thanks for your help