en - BIC Calendar is a simple calendar to mark events and ranges of dates (and date picker), a jQuery plugin and Twitter Bootstrap. For more info check: http://bichotll.github.io/bic_calendar/
ca - BIC Calendar es un simple calendari per marcar esdeveniments i rangs de dates. Un plugin de jQuery i Twitter Bootstrap. Per mes info: http://bichotll.github.io/bic_calendar/
events (array of event object)
date (string or date)
startWeekDay (int)
dayNames (array)
monthNames (array)
showDays (boolean)
reqAjax (json array of event array)
enableSelect (boolean)
multiSelect (boolean)
displayMonthController (boolean)
displayYearController (boolean)
popoverOptions (popover Twitter Bootstrap object)
tooltipOptions (tooltip Twitter Bootstrap object)
content (string)
if content is not defined it will be a tooltip
document.addEventListener('bicCalendarSelect', function(e) {
moment.lang('es'); // default the language to English
var dateFirst = new moment(e.detail.dateFirst);
var dateLast = new moment(e.detail.dateLast);
$('#from-day').val(dateFirst.format('LL'));
$('#to-day').val(dateLast.format('LL'));
});
$ claude mcp add bic_calendar \
-- python -m otcore.mcp_server <graph>