• Resolved SocialSparkMedia

    (@socialsparkmedia)


    Love the Time Grid Week settings! This is something that all the other calendars are missing – but – I need to eliminate the times from midnight to 7am, and 9pm to midnight. How can I do that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter SocialSparkMedia

    (@socialsparkmedia)

    I figured it out. If anyone else needs it, here’s the code that you add in the JSON section of the block settings to hide times before 7am and after 9pm:

    { 
    "slotMinTime": "07:00:00",
    "slotMaxTime": "21:00:00",
    "allDaySlot": false
    }
    Plugin Author LBell

    (@lbell)

    That’s exactly it! Nice work.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.