on 2005 Jul 26 12:43 PM
Hallo,
I'd like to perform my own code when an event of adding meeting appointment in room occur. I found document: Room Extension Developer Guide (https://media.sdn.sap.com/html/submitted_docs/nw_kmc/howto/coll/Room%20Extension%20Developer%20Guide.html). This document describes developing extensions. Extensions is service which is performed when some special event occur. There is 19 possible extensions points describing this events. But there is no suitable for creating meeting appointment for room. Is this possible with extensions mechanism? Or is there another way?
Best regards,
Josef Motl
Hi Josef,
this isn't possible by ExtensionPoints directly.
In the end, adding a meeting appointment means creating some resource in some certain collection - so you could create a RepositoryService which reacts on the creation of resources and filters to react further only on created appointments.
Hope it helps
Detlev
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Josef,
> meeting appointment
Seems that I didn't read exactly... I thought of "Sessions", which are stored internally, but if you think of appointments, you probably think of attaching Exchange or Lotus.
If this is the case, you won't be able to react on such a creation without modifying the implementation...
Sorry for bad news
Detlev
User | Count |
---|---|
77 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.