lucasvtiradentes / gcal-sync

🔄 add an one way synchronization from ticktick/github to google calendar and track your progress effortlessly.
https://www.npmjs.com/package/gcal-sync
MIT License
47 stars 3 forks source link

Cannot read properties of undefined (reading 'repository') #84

Closed kguidonimartins closed 1 year ago

kguidonimartins commented 1 year ago

Thank you for this amazing package! I followed your setup guide and after running the setup I get the following error:

{
  "error": "Cannot read properties of undefined (reading 'repository')"
}

I don't have a ticktick account. Is this really necessary for everything to work?

lucasvtiradentes commented 1 year ago

Hi,

no, thats not a problem!

just disable the ticktick sync as its shown bellow:

options: {
      syncTicktick:false,           // option to sync ticktick tasks
},

if you still have a problem, please send me a message on discord ;)

kguidonimartins commented 1 year ago

All set! Thanks!