node.js - emitting a nodejs event when an event on google calendar is added or updated -


is possible emit nodejs event when google calendar event added or modified? on nodejs server, can get/list events on calendar. retrieve events based on nodejs event rather checking manually after regular interval. appreciate ideas!

not possible. require google know your app (to send events or push data to). google's apis meant be accessed. cannot "tell" app anything. app has 1 "asks" google whether or not wants exists or has happened.


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -