A JavaScript schedule calendar that is full featured. Now your service just got the customizable calendar.
? Table of Contents
- Collect statistics on the use of open source
- Documents
- How Cool: Monthly, Weekly, Daily and Various View Types.
- Easy to Use: Dragging and Resizing a Schedule
- Ready to Use: Default Popups
- Features
- Examples
- Install
- Wrappers
- Usage
- Browser Support
- Pull Request Steps
- Contributing
- Dependency
- TOAST UI Family
- Used By
- License
Collect statistics on the use of open source
TOAST UI Calendar applies Google Analytics (GA) to collect statistics on the use of open source, in order to identify how widely TOAST UI Calendar is used throughout the world. It also serves as important index to determine the future course of projects. location.hostname (e.g. > “ui.toast.com") is to be collected and the sole purpose is nothing but to measure statistics on the usage.
To disable GA use the options:
var calendar = new Calendar('#calendar', {
usageStatistics: false
});
? Documents
You can also see the older versions of API page on the releases page.