wanasit / google-calendar

Google Calendar API connection in Node.js
MIT License
230 stars 54 forks source link

Events Insert #25

Closed cyrusyan021 closed 6 years ago

cyrusyan021 commented 6 years ago

{ errors: [ { domain: 'global', reason: 'invalid', message: 'Invalid resource id value.' } ], code: 400, message: 'Invalid resource id value.' }


Q: May I know how can I fix the error above? Thanks!