Hi there,
I have a site which is mysql driven and requires user pass access. I was wondering whether it's possible to (fairly easily) have a calendar for each user. So when a user logs in, they can go to their calendar page and view just the events for them. Of course, they'd also have pages to enter, edit and delete the events. The part I'm struggling with is not making the entry, edit or delete pages, nor the getting things into and out of the database. It's the calendar part which obviously needs to be specific to a month. I can't just have a nice grid with 5 rows (for the max possible weeks) and 7 columns (for the days of the week). I need it to show properly as the correct calendar month with only the days of that month editable. And each user can only see his or her own events.
Does anyone know if this Is this possible? Is there a relatively easy way to get this happening?
Thanks
I have a site which is mysql driven and requires user pass access. I was wondering whether it's possible to (fairly easily) have a calendar for each user. So when a user logs in, they can go to their calendar page and view just the events for them. Of course, they'd also have pages to enter, edit and delete the events. The part I'm struggling with is not making the entry, edit or delete pages, nor the getting things into and out of the database. It's the calendar part which obviously needs to be specific to a month. I can't just have a nice grid with 5 rows (for the max possible weeks) and 7 columns (for the days of the week). I need it to show properly as the correct calendar month with only the days of that month editable. And each user can only see his or her own events.
Does anyone know if this Is this possible? Is there a relatively easy way to get this happening?
Thanks
Comment