0

Color coding appointments

Is there a way to color code different appointments in the calendar?

7 replies

null
    • Mconneen
    • 4 yrs ago
    • Reported - view

    @sgillies .. yesterdays FREE Ninox Webniar covered this topic.. :)   Not sure if they record / post them for review. 

    You can manually set the "with color" option..  Note.. this effects the Ninox calendar only.. not the mac calendar. 

    appointmentColor

    • Mconneen
    • 4 yrs ago
    • Reported - view

    You can also "style" them via the Show As..

    • sgillies
    • 4 yrs ago
    • Reported - view

    Thanks for the help.  Unfortunately I have the mac version.  So my assumption is that I can't do this?

    • Nick
    • 4 yrs ago
    • Reported - view

    Yes you can, I have Mac app too, as @Mconnen told you...

     

    For example: code for the "Show As" box

     

    if Choice = 1 then
    styled('Calendar Display', "green", "")
    else
    styled('Calendar Display', "blue", "")
    end

    Screen Shot 2019-05-16 at 11.18.13

    Screen Shot 2019-05-16 at 11.18.48

    • FRISCHE BRISE FILM
    • Frank.2
    • 3 yrs ago
    • Reported - view

    @Nick I tried with your code in the “Show As” box, but it shows “function is not defined: styled(appointment,string,string)”

    • Antonello_Stabile_71
    • 3 yrs ago
    • Reported - view

    Prova così:

     

    if Choice = 1 then
    styled(“”+“Calendar Display”, “green”, “”)
    else
    styled(“”+“Calendar Display”, “blue”, “”)
    end

    • Karen_Estrada
    • 3 yrs ago
    • Reported - view

    @sgillies@mac.com What Mconneen meant re: “... not the mac calendar.” was that whatever changes/styling you made or make in Ninox (on the calendar), those would not appear in or make any changes to your Mac Calendar app. So if you made one of the colors bright purple in your Ninox calendar, you won“t see bright purple in your Mac Calendar app too. :-) 

Content aside

  • 3 yrs agoLast active
  • 7Replies
  • 2096Views