Hello everybody! I'm curious... How would one go about creating an editable calendar? Whe I say editable, I mean the ability to click the day (box), and add reminder notes for that particular day. How would I do that? Are there any calendar plugins?
Thanks all,
guannstar
You could create something like that with arrays I guess..
Develop games in your browser. Powerful, performant & highly capable.
— can you please show me a little example (capx)?
Well what you are trying/wanting to make is not a little thing, so a little example is not really possible..
If you are familiar with arrays, all you'd have to do is make the user be able to edit the "cell" (ArrayAt) for the right date..
Okay, thanks for the help. I'll try that.