Okey, first of, you need to alter your config since as it is now it won’t use your values.
When the configuration is a pure number you don’t use "
or '
you just enter the number.
The same goes if the options are true
or false
.
so your config should look like this :
{
module: "calendar",
header: "Pedro",
position: "top_left",
config: {
timeFormat: "absolute",
getRelative: 0,
dateFormat: "Do MMM HH:mm",
maximumEntries: 10,
maxTitleLength: 20,
wrapEvents:false,
calendars: [
{
And I don’t get the row break as you do, do you have any other restrictions in your custom.css?