PandyDev
PandyDev
I get this error.. `[34mI20180723-21:16:48.099(2) rocketchat_logger rocketchat_logger.js:278 [31mIntegrations ➔ Incoming WebHook.error [Error running Script in Trigger Kalendar :] [34mI20180723-21:16:48.100(2) rocketchat_logger rocketchat_logger.js:278 [31mIntegrations ➔ Incoming WebHook.error function dateDiff(datepart,fromdate,todate){datepart=datepart.toLowerCase();var diff=todate-fromdate;var divideBy={w:604800000,d:86400000,h:3600000,n:60000,s:1000};return Math.floor(diff/divideBy[datepart])}function...
Okay i finally got it working.. but it only post events that are in the next 30 minutes or so how can i increase this limit?
I could access the calendar due to the api from google. I just removed Python and pip. Then i tried to get the quickstart guide from google working. https://developers.google.com/calendar/quickstart/python Also...