silverstripe-event-calendar
silverstripe-event-calendar copied to clipboard
The Event Calendar module for SilverStripe
The current check fails when month is 0 (January) and incorrectly reverts to the current month, updated to use typeof rather than casting to boolean.
Copied the iCal feed DateTime values for Start and End to a new variable for comparison, so that the modification of 00:00:00 is not saved back to the ical feed...
A recent change to the getFeedEvents function in Calendar.php is setting all feed events to have a start and end time of midnight. This appears to have been changed to...
Where can I change the language? The website and the cms are in Dutch, but the calendar is in English on the website. I want to change this to Dutch....
If you declare the index() function in your Page_Controller, you are forced to add "SS_HTTPRequest $r" as an argument otherwise you will encounter a Strict Standards warning. This causes issues...
My previous fix treated events as starting at 12:00 to fix filtering. However this had the side effect of showing events at 12:00 too. This commit fixes that oversight.
I'm trying to set up a re-occurring event for each weekend. I've set up the event to show up every week on Saturday and Sunday. However I have the following...
Hi, Is there an easy way to remove the seconds from all times that display so it only shows hour and minute. Thanks, Adrian
Hi unclecheese, is there any reason to call this sync with async false? https://github.com/unclecheese/silverstripe-event-calendar/blob/master/javascript/calendar_widget_init.js#L10 This is slowing page loading a lot.