asp.net - Update Database if change in Google Calendar Event -


i creating app in asp.net google calendar. getting 1 problem if have created meeting google calendar using application , after manually deleted meeting google calendar, , again creating meeting on same time showing busy because have entry in database because manually deleted meeting google calendar. there other procedure of getting notification if there change our event on google calendar...

 channel channel = new channel();  channel.id = system.guid.newguid().tostring();                 channel.type = "web_hook";  channel.address = "https://www.translitepc.net/notification.aspx";          channel ch1 = service.events.watch(channel, "hjain@scheduleonce.com").execute(); 

google calendar api supports push notifications. can use these monitor changes calendar , keep database synced up.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -