PDA

View Full Version : How to use google calendar's api in Qt application ?



kellen851105
29th March 2010, 11:05
Google calendar's library is either java or .net edition, how can I use google calendar's api in my Qt application ? Thanks a lot. :)

Lykurg
29th March 2010, 13:24
Use the Protocol Guide and access the calendar simple over http. In Qt you should have a look at QtNetwork Module (QNetworkAccessManager).