353 Views
Task: We need to access/display events of a private google calendar. Problem: You cannot put private calendar into an iframe or query its events using just an API key. Requirements: Compatible with Angular, TypeScript support(service wrappers/classes and data model types) Solution: There's google-api-nodejs-client that provides all we need Google's officially supported Node.js client library for accessing Google APIs.
0 comments