Forum OpenACS Development: Re: Reminder Notifications

Collapse
5: Re: Reminder Notifications (response to 1)
Posted by Dave Bauer on
Ryan,

Look at notification::new tcl proc https://openacs.org/api-doc/proc-view?proc=notification%3a%3anew
which has the concept of "dynamic"notifications. So you could create a notification on a calendar item, that is sent to just the person who requested the reminder.

Along with that, my experiement for scheduling notifications for a certain time and date was successul and I will be adding this to CVS later today. I can tag/release notificaitons for 5.2 for this after some more testing.

Collapse
6: Re: Reminder Notifications (response to 5)
Posted by Matthew Coupe on
Hey,

I have a request at the moment for an admin to be able to hit a 'set reminder' button when creating a calendar entry so that all members of the dotlrn community/class would get spammed with a reminder for that item. Would this also be possible with notifications?

Cheers,
Matthew