silverstripe-event-calendar icon indicating copy to clipboard operation
silverstripe-event-calendar copied to clipboard

The Event Calendar module for SilverStripe

Results 46 silverstripe-event-calendar issues
Sort by recently updated
recently updated
newest added

ZIP file comes with ziped folder name "_-event-calendar-_" and installation of the module must be in "event_calendar". I had a problem with CalendarWidget and after I take a look into...

Just wondering whether there's an explicit reason for choosing the GPL license instead of BSD (as SS is licensed)? It may cause a few issues for us with how we...

I guess $this->extend('updateCMSFields',$f) should not be present in Calendar, CalendarEvent and CalendarAnnouncement classes as the FieldList is scaffold with a call to parent::getCMSFields.

Recurring entries set to show on the last weekday of each month are failing to show the event for all months in the assigned Dates and Times range. I've replicated...

Hi, I have the extension working fine on the events page of my website. I would like to display the $CalenderWidget on the home page of my website. In the...

I would be nice from a configuration perspective if the Calendar timezone just came from php's `date_default_timezone_get`. Or at least fall back to this if Calendar::config()->timezone is empty.

I have a calendar at domain.tld/calendar with one ICS feed subscribed. ICSLink() is generating URLs like domain.tld/ics/announcement-0/20140605T100000-20140605T120000 for events in the ICS feed. Those URLs are resulting in 404 errors....

Is there a way to get the Event-Calendar to output events in a calender where each day is split into it's hours (i.e. http://calendars.vertex42.com/images/weekly-calendar-template_large.gif just not in exel ;D) for...

It took me a while to figure out that a recurring event needs an end date to be shown. Is it possible to not require an end date before recurring...

The function "UpcomingAnnouncements" was trying to filter the date using DATE(NOW()) which does not work. Replace that with NOW and it works fine. ``` public function UpcomingAnnouncements($limit = 5, $filter...