Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Poco

    (@poco)

    It would be possible to modify the plugin to do what you want, but there are no settings for that at the moment. Let me know if you make the required changes so that I can try to include them in a future version.

    Thread Starter ideatomica

    (@ideatomica)

    Any ideas on where to start? I’m not a programmer.

    Plugin Author Poco

    (@poco)

    You are going to get to learn how to be a programmer ??

    There are lots of resources on the internet for learning Javascript. Most of the code you would need to change is in ko-calendar.js.

    You can also use the debugger in your web browser to step through the code to understand what it does and how it works. Pressing F12 in most browsers will open the console/debugger where you can explore the script.

    The function processFinalFeed is where it loops through all of the entries combining them by date.

    I’m not exactly sure what you are asking though. Do you just not want the events to appear in the calendar at all?

    Thread Starter ideatomica

    (@ideatomica)

    I appreciate your help. But I just used a different plugin and paid a programmer to make the changes I needed. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I want to display one day at a time.’ is closed to new replies.