kaktusas2598
kaktusas2598

Reputation: 691

Sync calendar data to Google Calendar and Outlook in CakePHP

I am creating reservations application in CakePHP and I have action called Calendar, which Uses jQuery datepicker to display calendar. When I click on a date, I get jQuery accordion to display information about reservations on that day.

I want to know if it's possible to use my reservations data and convert it to calendar format used by Google Calendar and Outlook Calendar and sync this data with them.

Upvotes: 0

Views: 1009

Answers (1)

luc
luc

Reputation: 3782

For Google calendar you can take a look at the API v3 https://developers.google.com/google-apps/calendar/ or CalDAV api https://developers.google.com/google-apps/calendar/caldav/v2/guide

Upvotes: 1

Related Questions