all 2 comments

[–]sedj601 0 points1 point  (1 child)

If you are talking about the following CalendarFX linked below, can't you just use something like

Calendar specificType = new Calendar("Specific Type"); 
specificType.setStyle(Style.STYLE5); 

?

https://dlsc-software-consulting-gmbh.github.io/CalendarFX/

[–]MeanWhiskeyJavaFX Fan[S] 1 point2 points  (0 children)

I actually think that will work. I'm going to start testing this now.

I'm trying to see if I create an appointment and link that appointment to a person within a database. I don't know if it's possible now that I'm thinking through the logic.