By cssgalactic on
Does anyone knows a calendar module that allows my clients to have personal event notifications and allow the administrator to post public events?
--cssgalactic
Does anyone knows a calendar module that allows my clients to have personal event notifications and allow the administrator to post public events?
--cssgalactic
Comments
=-=
use cck.module to create a content type.
the date.module to allow date fields
the calendar module for display
the views.module to handle creating views.
there is also an "event" module though I've not used it. I prefer the method outlined above as I use 3 of the 4 modules on most sites any way.
Though admittedly, I've never done "event notification" though there are a few ways to handle that as well. ie: triggers and rules.modules as well as subscriptions.module and the like.
I'd say test the methods on a test installation and find the one you like best.