Outlook Appoinment Form customised but values of the user defined

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Outlook Appoinment Form customised but values of the user defined or custom
fields not found on the calendar

I have customized the appoinment form (with a new tab and 2 dropdowns) and
published the same to my "Personal Forms Library"
Also made an entry with the same to show an item in my calendar. I then use
VBScript to fetch all the items in the calendar but i do not find the Project
& Task data (custom/user defined field)

Im not sure if i am missing something here ? Please do let me know
 
I think i dfound a solution

1)In the object properties "Value" tab i had not keyed in "New" value

2)i had to publish the form to the Calendar folder also

3)Had to make use of Item.UserProperties("Propname").Value in order to get
the Value for the item

I now face a diff problem that of having 5 items in the calendar without the
custom value and 5 with the new value's hence get an error when
Item.UserProperties("Propname").Value is execited on a Calendar entry that
does not have the custom properties
 
Back
Top