radiant / radiant-event-calendar-extension

Create, organise and display calendar events in your radiant site. Read, aggregate and serve ical subscriptions.
37 stars 13 forks source link

Ability to defer calendar refresh #19

Closed KevinTriplett closed 13 years ago

KevinTriplett commented 13 years ago

Hi all -- I have an application that uses the event_map extension and it seems like the refresh really slows down a page load. Since I'm the only one adding events to the iCal calendar, I'd like to manually refresh the calendar. That way, visitors to the site don't suddenly have to wait for a page load.

If no one wants to contribute this feature, I'll create it and issue a pull request. Thanks for such a brilliant extension, visitors to my site really gush about this feature.

spanner commented 13 years ago

You can disable automatic refreshment (click on the 'more' tab when you edit the calendar and uncheck the box). Then pull it yourself whenever you like with the refresh button in the admin interface.

spanner commented 13 years ago

...but perhaps I should make this globally configurable too.

KevinTriplett commented 13 years ago

Nice -- I think that's fine, maybe a note in the readme. I just seldom check the more... tabs (just not that curious, I guess). Thanks!

I just looked and there is a global setting described in the readme and I haven't tried it: event_calendar.default_refresh_interval.