Google calendar connection

Hi, I am developing a desktop solution that needs a Window with the google calendar view.

I’m thinking to insert an HTMLViewer in the Window and connect the object to the google calendar account, is that posible?

Thanks a lot.

If you need to communicate between your application and the google calendar, then you will need to use their API.

If you just want to interact with the calendar via an HTMLViewer, then that’s easy, just load the url https://calendar.google.com and log in to your google account.

Ok, thanks a lot Jared.

I, tried to interact via HTMLViewer, but unfortunately it seems not to work well since the vision is very bad.

Any suggestions?