How can i add a single event to multiple calendars at once

hi guys - very time sensitive item here.
Have this one feature that is preventing us from launching – please read below and offer your insights…

I have a membership site where as each member has a calendar. as an admin, I have access to veiw and edit all of my members calendars. I’d like to know how I can create an event on one users calendar and make this event display on other users calendars as well.

Here is an annotated mock up that helps explain…

skitch.com/trevorcaesar/dfwt7/photoshop

can you please tell me if this is possible with dhtml scheduler and if so, please point me in the right direction so we can achieve this functionality?

Thank you!!

There is no problem to implement such section on client side - you can define your own form section, and scheduler can load from DB and send back to server side any info

Server side code may be a bit tricky.
Default connector can’t handle such relation , so you will need to define custom logic for data saving. You can attach custom code to server side connector, which will not only save data in DB, but will add events for all other involved users as well.

docs.dhtmlx.com/doku.php?id=dhtm … ex_updates