rocketchat-google-calendar icon indicating copy to clipboard operation
rocketchat-google-calendar copied to clipboard

javascript error on initial run.

Open dingonv opened this issue 5 years ago • 2 comments

Trying to install this. Following the instructions, when i open calendarWebhook.py, your descriptions for calendarid and webhook url are flipped calendarId is on line 17 and url is on line 21

when i get down to running calendarWebhook.py manually to get the initial OAuth token, i get the following result " Couldn't sign you in

The browser that you're using doesn't support JavaScript, or has JavaScript turned off.

To keep your Google Account secure, try signing in on a browser that has JavaScript turned on. Learn more * Google * Privacy * Terms "

thus, no token.

dingonv avatar Apr 04 '19 22:04 dingonv

@koyan are you still maintaining this?

dingonv avatar Apr 11 '19 19:04 dingonv

@dingonv , the part where you are failing is described in the google codumentation at: https://developers.google.com/calendar/quickstart/python as step 4:

Step 4: Run the sample
Run the sample using the following command:
python quickstart.py
The sample will attempt to open a new window or tab in your default browser. If this fails, copy the URL from the console and manually open it in your browser.

To debug it further try to replicate the functionality that Google defines there. If the one works, the other should work as well.

koyan avatar Apr 12 '19 10:04 koyan