I am making a calendar app where I can organise everything within one place. On the calendar section of my code, I am having troubles adding the task to the calendar. Currently when I save a task, it fills the date on the calendar in the tasks colour when it should add a ribbon with the required information (Task title, Task time and the important tag in the bottom right corner).
This is my code:
https://www.dropbox.com/scl/fi/gn9w1y6ntslkuknnwh9pf/Calendar.txt?rlkey=03aeyhednfamw29syixxe2v3j&st=wlk9c9jb&dl=0
I have tried using canvases, tk.label,tk.calendar using listbox or text but I can’t get the desired outcome. I was expecting a ribbon/strip to be coloured in the task colour to be overlaid on the calendar. But all that happens is it fills the date box in the task colour and displays none of the required information.
JBB VIDEOGRAPHY is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.