Forum OpenACS Development: Re: Reminder Notifications

Collapse
Posted by Dave Bauer on
Ryan,

I hadn't thought about that. I believe the most straightforward thing to do is to call it every time you need ot schedule a notification.

IE: Scheduling a reminder is different than a "subscription" to an entire calendar. Instant notification means you want to be notified when an object is added. And that is done when the object is created.

A reminder is someting personal and is requested by the user on an individual calendar item.

Right now the api doesn't have the flexibility to pass in a list of users, and their choosen subscriptions. Eventually we should add additional intervals or notification types that support automatic scheduled notifications. That will require more work.