Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.

Fullcalendar add event source improvement #201

Merged
merged 3 commits into from
Aug 24, 2015

Conversation

bauna
Copy link
Contributor

@bauna bauna commented Aug 24, 2015

When you need to create more than 100 events at once the current implementation is too slow. In order to improve the speed "addEvents(final List events)" was updated to call "fullCalendar('addEventSource', events);".

@@ -217,12 +217,19 @@ public void addEvent(final Event event) {

public void addEvents(final List<Event> events) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the main improvement.

@crevete
Copy link
Contributor

crevete commented Aug 24, 2015

I don't tested it but your code looks good 👍

If you have time, could you please take a look at #197 and #198 ? Thanks for your input.

crevete added a commit that referenced this pull request Aug 24, 2015
Fullcalendar add event source improvement
@crevete crevete merged commit dd978ac into gwtbootstrap3:master Aug 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants