• Resolved Al

    (@unitingcoms)


    Thanks Room34 team very much for this easy and fantastic plugin. I have been looking for over a year for a simple way to integrate an O365 calendar list view like Simple Calendar does for Google.

    One question – is it possible to have the count=”7″ to be per days rather than events.

    All the best
    Al

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author room34

    (@room34)

    Which view is this in? If you’re looking to set the number of days total to show, use limitdays. If you want to limit to a certain number of events per day, there is not a direct way to do that, but you can achieve that effect with CSS:

    .ics-calendar .events .event:nth-of-type(n+7) { display: none; }

    You might need to experiment a bit, but this is the basic idea. There are not many cases where users would want to limit the number of events per day, because that will arbitrarily leave out relevant events, so I’m unlikely to add this option directly.

    However, the pro version does have another layout —?“month view with sidebar” that might suit this type of need. It only shows a maximum of 3 events per day in the month grid, with a note indicating how many additional events there are. To the side of the month grid there’s a daily view that shows all events for that day. Click on a day, and its full list appears in the sidebar. (We’re not supposed to deal with paid plugins in these forums though so I’ll have to just leave it at that.)

    Thread Starter Al

    (@unitingcoms)

    Thanks for the quick reply.

    This was for the list view and wanting to show the following week rather than limit events. I’ll give limitdays ago. I didn’t see that option in the docs but may have missed it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Count per days’ is closed to new replies.