home *** CD-ROM | disk | FTP | other *** search
- '-------- CONSTANTS FROM ORGANIZER
-
- '--- Values for NoticeType (ORSMSGTYPE)
- Const ORS_MSGTYPE_INVITE = "I" ' original meeting request send
- Const ORS_MSGTYPE_RESCHEDULE = "U" ' originator updated place or time
- Const ORS_MSGTYPE_CANCEL = "C" ' originator cancelled the meeting
- Const ORS_MSGTYPE_DELEGATING = "D" ' delegated (notifies originator)
- Const ORS_MSGTYPE_STATUSUPDATE = "S" ' originator send status update
- Const ORS_MSGTYPE_CONFIRMATION = "N" ' originator confirmed the meeting
- Const ORS_MSGTYPE_COUNTERREJECT = "J" ' originator declined counter proposal
-
- Const ORS_MSGTYPE_ACCEPT = "A" ' accept meeting request
- Const ORS_MSGTYPE_REJECT = "R" ' reject meeting request
- Const ORS_MSGTYPE_DELEGATE = "L" ' delegated (notifies delegate)
- Const ORS_MSGTYPE_COUNTER = "T" ' counter-proposal (propose change)
- Const ORS_MSGTYPE_PENCILIN = "P" ' pencil in meeting request
-
- '--- Values for OrgStatus (ORSATTSTATUS)
- Const ORS_STATUS_INVITED = "1" ' attendee invited
- Const ORS_STATUS_ACCEPTED = "2" ' attendee accepted
- Const ORS_STATUS_PENCILIN = "3" ' attendee penciled in
- Const ORS_STATUS_DECLINED = "4" ' attendee declined
- Const ORS_STATUS_REMOVED = "5" ' attendee was removed
-
- '--- Values for OrgState (ORSATTSTATE)
- Const ORS_STATE_NONE = "0" ' initial state
- Const ORS_STATE_ORIGINATOR = "1" ' originator (chairman) of meeting
- Const ORS_STATE_DELEGATED = "2" ' set for delegator
- Const ORS_STATE_DELEGATE = "3" ' set for delegee
- Const ORS_STATE_GROUP = "4" ' set for a group
- Const ORS_STATE_ROOM = "5" ' set for a room
- Const ORS_STATE_RESOURCE = "6" ' set for a resource
-
- '--- Values for Optional
- Const ORS_OPTIONAL_FALSE = "0" ' required
- Const ORS_OPTIONAL_TRUE = "1" ' optional
-
- '--- Values for OrdTable
- Const ORS_ITEM_CALENDAR = "C0"
- Const ORS_ITEM_TODO = "T0"
- Const ORS_ITEM_CALLS = "H0"
- Const ORS_ITEM_PLANNER = "P0"
- Const ORS_ITEM_ADDRESS = "D0"
- Const ORS_ITEM_NOTEPAD = "N0"
- Const ORS_ITEM_ANNIVERSARY = "A0"
-
-
- 'New Constants added for Notes
- Const CS_MONTH_JAN = "Jan"
- Const CS_MONTH_FEB = "Feb"
- Const CS_MONTH_MAR = "Mar"
- Const CS_MONTH_APR = "Apr"
- Const CS_MONTH_MAY = "May"
- Const CS_MONTH_JUNE = "June"
- Const CS_MONTH_JULY = "July"
- Const CS_MONTH_AUG = "Aug"
- Const CS_MONTH_SEPT = "Sept"
- Const CS_MONTH_OCT = "Oct"
- Const CS_MONTH_NOV = "Nov"
- Const CS_MONTH_DEC = "Dec"
-