Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello Julien,
regarding out conversation from April this year, here is my small contribution to your excellent calendar code. I hope it will be usefull for you and you will add it to the code.
Thanks for some bugfixes you and others intriduced to calendar code.
There are three significant changes I made for calendar:
I also did small refactoring in calendar code related refreshing calendar function.
All my changes are marked by '//**' comment string before change begins and after it finishes. Additionally every change is described in code to understand what happens in the change.
Enclosed demo also contains some commented-out ajax code related to calendar events and features I introduced - just to easier understanding of new things and maybe to help others setting the calendar.
Btw. When I retrived code from git, there was a mess with comments formatting, I tried to fix this, so don't blame me if something with original comments is wrong.