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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -