idfive / UniCal

Angular.js-based events calendar application, based on the headless/decoupled Drupal approach, and the COPE principle
http://unical.idfive.com
MIT License
8 stars 3 forks source link

7.x 2.x dev #9

Closed gblackid5 closed 6 years ago

gblackid5 commented 6 years ago

Bugify 13048 Can't click on current day, current day (all-day) event not coming up

Inside of getFilterString function Start was changed to dateTodayStart to accept all events for the day. if(service.filters.range === 'all') { //ALL var start = dateService.dateTodayStart(), end = null; }

Inside of replicateEnabled and splitNode functions Events then filtered by time but allows events with start at 12AM and 11:59PM to stay

Bugify 11370 Repeating Events Calendar updated in getClndrEvents() The replicate var can be set to true or false. This prevents unnecessary looping if the replicate module is being used.

getEvents() The replicate var can be set to true or false. This prevents unnecessary looping if the replicate module is being used. splitNode() breaks apart the node if it module is off.

The default setting is assume replicate is not used and to split the nodes.