Jeevan Dongre
Jeevan Dongre

Reputation: 4649

Sync jQuery calendar with Google Calendar

I have a jQuery calendar widget and I want to sync it with the present user's Google Calendar. Do jQuery and Google Calendar allows this? If so please let me know how to do that.

Upvotes: 0

Views: 4077

Answers (1)

sunn0
sunn0

Reputation: 3046

The Google Calendar API documentation is very good:

Google Calendar API Javascript: Authentication

You will find numerous examples further down the page.

Upvotes: 1

Related Questions