Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Mod Requests => Topic started by: redone on February 17, 2005, 09:59:54 AM

Title: Private events in calender?
Post by: redone on February 17, 2005, 09:59:54 AM
I asked about this elsewhere but just incase anyone else picks up on this one! The idea is to add private events in the calender so you can use the standard calender pretty much as a personal planner.

:)
Title: Re: Private events in calender?
Post by: [Unknown] on February 18, 2005, 02:47:13 AM
Theoretically, this wouldn't be that hard since not many functions interact with the calendar table.  Just add an ID_MEMBER column - 0 if not member-specific, the ID_MEMBER otherwise.

-[Unknown]
Title: Re: Private events in calender?
Post by: redone on February 18, 2005, 08:44:01 AM
Exucse me for sounding stupid but are you saying just add a table?
Title: Re: Private events in calender?
Post by: [Unknown] on February 18, 2005, 04:49:14 PM
Quote from: redone on February 18, 2005, 08:44:01 AM
Exucse me for sounding stupid but are you saying just add a table?

No, you don't sound stupid... and, no, I meant just a column to the "calendar" table.

You see, all events are currently stored in the calendar table.  If an ID_MEMBER or ID_MEMBER_EVENT (whatever) was added to said table, you could track whose event it was.... without a new table.

I guess a new table would be equally fine.

-[Unknown]