Hi all,
I'm trying to create an appointment management system / CRM and am having problems finding an effective way to integrate Google API data into my application.
If you go to
biztrack.meteor.com (
https://github.com/wprk/meteor-crm) you can see the calendar I've created. As you can see the local meteor database is working great and it's adding events and removing events as expected. However on login (Google Auth) I would like to pull in all calendar events associated with that user.
Does anyone know of a package or something that will allow the importing / adding / deleting and editing of Google calendar events.
Thanks in advance,
Will P