Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Is it possible to add get all the events from a google calendar to fuelphp project?
  • Is it possible to get all the events from a google calendar to fuelphp project? I can create a calendar view exactly from google calendar by embedding to my website, but I want only to get title, details, and when of all the events only. And put it on a list on my website. I want that if I add a event on my google calendar, the list from my website will also be updated. I only need title, description or details and date of events from google calendar.
  • Yes, of course it is possible. However, not with the tools that FuelPHP is providing you.

    Head over to https://developers.google.com/google-apps/calendar/ and https://developers.google.com/google-apps/calendar/v3/reference/ or search for suitable packages on GitHub or packagist. You might also need some API-Client to interact with the Google API.

    Just give Google search a try for the tools you'll need

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion