scheduler
Adds a scheduler view to CiviCRM.
The extension is licensed under AGPL-3.0.
Requirements
- PHP v7.2+
- CiviCRM 5.24+
Installation
No special requirements
Usage
- Navigate to civicrm/admin/setting/scheduler to configure.
- Navigate to civicrm/schedule/view to see the schedule.
Known Issues
- Does not yet show contacts
- Does not save changes
Development
To modify/update jq.schedule
npm i
cd ./node_modules/jq.schedule
npm i
./node_modules/gulp/bin/gulp.js
Then from the extension root copy the updated files:
cp ./node_modules/jq.schedule/dist/* -r