Konstantinos Kokkorogiannis
Konstantinos Kokkorogiannis
1) Connect via terminal/shell/bash to the server where the scripts are installed 2) CD to the directory where the scripts are 3) Type in your terminal `python calendarWebhook.py` 4) The...
@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...
Hi ezioauditore0101, You have done all the difficult parts 👍 Regarding step 8, indeed, it needs to be on a computer that is online constantly. Usually people do that on...
Hi there, Can you try google's own tutorial: https://developers.google.com/calendar/quickstart/python And see if it works?
This is how much my help can reach. I am no Debian expert, and if the Google's tutorial does not work, then the rocketchat script will probably not work either...
Our setup still works. It sends data to our RocketChat without a problem. Can you try google's own tutorial: https://developers.google.com/calendar/quickstart/python and see if the script in the tutorial works for...
I am very happy that you made it work. The limit is defined by the line 76, the variable "now_plus" https://github.com/koyan/rocketchat-google-calendar/blob/master/calendarWebhook.py#L76 You can change the 30 to whatever you prefer....
I have USB debugging turned on. I am waiting for a friend to bring me a different android device, to test it with that one. Next step (tommorow) will be...
I had not checked before. I downloaded chrome on it and checked it now, and it I can debug fine from the web browser when I open web pages in...
I only have 3 settings there on the phone I am testing: a) Stay in normal condition (screen does not go to screen saver) b) Debug via USB c) Allow...