You’d of course first need the calendar UI. Assuming this is done, you’d need to store each item something like this: { date = 12345, —store this as a timestamp labels = {}, allDay = true, repeat = nil —or “monthly”, “yearly”, etc.}
This is obviously a rough draft (I made this on mobile, so it’s not perfect.) I’m not entirely sure how this would work, however I’m sure it’s possible.

1 Like