Hi,
I have implemented basic support for ending active meetings based on hook_cron and a date cck field.
TODO:
- admin UI configurable date field selection (don't know how to it)
- switch from timestampadd to date() which is generic
| Comment | File | Size | Author |
|---|---|---|---|
| bbb-end.diff | 2.46 KB | niedakh |
Comments
Comment #1
niedakh commentedAlso would be useful when switching to date() to provide a generic field with an argument for the date function such as +3h. Still don't know how to do it in drupal yet.
Comment #2
bennos commentedsubscribing
will test the patch on a dev enviroment.
Comment #3
sanduhrsSince 0.7 there's a new API call to end a meeting.
Comment #4
socialnicheguru commentedsubscribing. I would like to be able to use this with rules on bbb.07.
What is the receipe? Are there new triggers just for bbb or do I publish and unpublish a node to close the open and close a meeting.