Part of edX code.
Calendar is a sample XBlock written as a separate installable module as an example of how third-party XBlocks can be structured.
This code runs on Python 2.7.
Get a local copy of the XBlock repository and add the following line to the requirements.txt file:
-e git+http://github.com/edx/xblock-calendar#egg=xblockcalendar
Follow the installation instructions in the XBlock repo's README.rst. Calendar should now appear as a scenario in the workbench.
The code in this repository is licensed under version 3 of the AGPL unless otherwise noted.
Please see LICENSE.txt
for details.
Contributions are very welcome. The easiest way is to fork this repo, and then make a pull request from your fork. The first time you make a pull request, you may be asked to sign a Contributor Agreement.
Please do not report security issues in public. Please email [email protected]
You can discuss this code on the edx-xblock Google Group or in the
edx-code
IRC channel on Freenode.