Even if I activate the Timed Schuduler there is no way to add an entry
to the timed scheduler.
** Affects: singing-dancing
Importance: Undecided
Status: New
--
No way to add an entry to Timed Scheduler
https://bugs.launchpad.net/bugs/499372
You received this bug notification because you are a member of Singing &
Dancing developers, which is the registrant for Singing & Dancing.
Status in Singing & Dancing: New
Bug description:
Even if I activate the Timed Schuduler there is no way to add an entry to the timed scheduler.
The ``TimedScheduler`` can be programmed to send out items on a certain date. For this, it holds a list of tuples of the form
``(datetime.datetime, weak reference)``, where the datetime object specifies when to send the item out, and the weak reference is an
optional callable that'll be passed to the ``IMessageAssemble``component for inclusion in the send-out.
So there's no way to customize these dates using a form or whatever you
expect here. Maybe we'll add these in future releases but at the moment
you can add these list of tuples by code only.
** Changed in: singing-dancing
Importance: Undecided => Wishlist