F
Fedor Kanukhin
I need to create new appontment from template and I do not want to publish my
form to any folder.
I can handle the NewInspector event for Instectors object (for example, the
cell in Calendar grin is double-clicked).
In the handling method, I do the following:
1. Take passed through parameter Inspector (Inspector1) and set
AppointmentItem for it (AppItem1).
2. Create new AppiontmentIten in Calendar folder using
CreateItemFromTemplate method (AppItem2).
3. Copy Start and End properties from AppItem1 to AppItem2.
4. Display AppItem2.
How can I close Inspector1 and do not save AppItem1?
form to any folder.
I can handle the NewInspector event for Instectors object (for example, the
cell in Calendar grin is double-clicked).
In the handling method, I do the following:
1. Take passed through parameter Inspector (Inspector1) and set
AppointmentItem for it (AppItem1).
2. Create new AppiontmentIten in Calendar folder using
CreateItemFromTemplate method (AppItem2).
3. Copy Start and End properties from AppItem1 to AppItem2.
4. Display AppItem2.
How can I close Inspector1 and do not save AppItem1?