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
Post a Comment