Nishant
Nishant

Reputation: 235

How to integrate Google calendar by jquery mobile.?

Please let me know how to integrate google calender in application by jquery mobile..is any api is there to do this.

Upvotes: 0

Views: 2201

Answers (1)

corthmann
corthmann

Reputation: 377

Yes you can find the Google Calendar API here. You can simply use jQuery AJAX requests to fetch data from Google, parse it and display the result on your jQuery Mobile page.

Upvotes: 3

Related Questions