• Resolved nwells

    (@nwells)


    Can you confirm if the plugin is fetching data in real time via the API or does it cache it for x number of hours/days?

    I’m sure you know that each request is charged to Google for using their API. A lot of page visits to the calendar would likely go over their free monthly tier. Ideally the plugin would allow for the data to be cached for a period of time to avoid too many API calls.

Viewing 1 replies (of 1 total)
  • Plugin Author LBell

    (@lbell)

    No caching.

    And as the data fetch is handled by FullCalendar, it would take some pretty fancy footwork to implement. Conceivably, we could do the Google call in house, and feed Fullcalendar a cached JSON of this, but not likely something this plugin would handle anytime soon.

    You’re welcome to open a feature request here: https://github.com/lbell/pretty-google-calendar/issues

Viewing 1 replies (of 1 total)
  • The topic ‘Does the plugin cache the API response’ is closed to new replies.