PC Review


Reply
Thread Tools Rate Thread

Custom forms and scheduled resources...

 
 
=?Utf-8?B?UkR1Y2t3b3J0aA==?=
Guest
Posts: n/a
 
      7th Apr 2005
Many thanks for any ideas, suggestions, or solutions...

Our environment is SBS 2003, Exchange 2003, and Outlook 2003 clients. We
have approx 20 clients. I have adapted the basic appointment form to include
three new tabs with custom form information. (It's really basic custom field
stuff, with a little script for printing a worksheet from the form contents.
I'd be happy to share the form data if it would be helpful...)

When a user adds a new appointment to the calendar with the custom form data
they may also invite resources (mailboxes/calendars with auto-accept rules).
This seems to work fine, and resources are responding with success
notifications or failures appropriately.

Here's the issue: the meeting organizer sees the list of resources, but
other users see no resources scheduled for the event. (The resources are
succesfully booked.) The other users (someone who opens an existing calendar
item for review/modification) see the correct calendar event with the
following exceptions: scheduling and tracking tab shows the current users as
the event organizer, and any scheduled resources are missing from the list.

One more time with a little detail:
So if Russell creates an item and schedules conference room 1 AND LCD
projector 4 those resources are successfully booked, and subsequent views of
the item from Russell's calendar show the resources in the scheduling and
tracking tabs, and the resources are listed in the "To:" field on the
appointment tab.
When Kurt opens the item for review, the scheduling and tracking tabs show
only "Kurt" as the organizer, and the conference room and LCD projector
are not listed.

Again, many thanks!
--
RDuckworth
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      2nd May 2005
IIRC, that's normal, expected behavior. You might want to show the resources separately as a field on one of your custom form pages.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"RDuckworth" <(E-Mail Removed)> wrote in message news:5CE6FAF2-6E9A-49C1-8665-(E-Mail Removed)...
> Many thanks for any ideas, suggestions, or solutions...
>
> Our environment is SBS 2003, Exchange 2003, and Outlook 2003 clients. We
> have approx 20 clients. I have adapted the basic appointment form to include
> three new tabs with custom form information. (It's really basic custom field
> stuff, with a little script for printing a worksheet from the form contents.
> I'd be happy to share the form data if it would be helpful...)
>
> When a user adds a new appointment to the calendar with the custom form data
> they may also invite resources (mailboxes/calendars with auto-accept rules).
> This seems to work fine, and resources are responding with success
> notifications or failures appropriately.
>
> Here's the issue: the meeting organizer sees the list of resources, but
> other users see no resources scheduled for the event. (The resources are
> succesfully booked.) The other users (someone who opens an existing calendar
> item for review/modification) see the correct calendar event with the
> following exceptions: scheduling and tracking tab shows the current users as
> the event organizer, and any scheduled resources are missing from the list.
>
> One more time with a little detail:
> So if Russell creates an item and schedules conference room 1 AND LCD
> projector 4 those resources are successfully booked, and subsequent views of
> the item from Russell's calendar show the resources in the scheduling and
> tracking tabs, and the resources are listed in the "To:" field on the
> appointment tab.
> When Kurt opens the item for review, the scheduling and tracking tabs show
> only "Kurt" as the organizer, and the conference room and LCD projector
> are not listed.
>
> Again, many thanks!
> --
> RDuckworth

 
Reply With Quote
 
=?Utf-8?B?UkR1Y2t3b3J0aA==?=
Guest
Posts: n/a
 
      2nd May 2005
Many thanks, Sue!
What about this is as a concept? (and may ask ask for a code snippet if you
care to offer one?)
the object _RecipientControl2 refers to "Resources", and I have created a
user field called "HoldField-Resources".
This is where I need some assistance now... how do I set HoldField-Resources
= _RecipientControl2, and the repopulate "Resources" with the
HoldField-Resources when the form is reopened?

Got time for a follow-up?
How do I get the "invite attendees" option to auto-enable when resources are
added. Right now the users must manually select the "invite" button to get
the "send" option.
--
RDuckworth


"Sue Mosher [MVP-Outlook]" wrote:

> IIRC, that's normal, expected behavior. You might want to show the resources separately as a field on one of your custom form pages.
>
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "RDuckworth" <(E-Mail Removed)> wrote in message news:5CE6FAF2-6E9A-49C1-8665-(E-Mail Removed)...
> > Many thanks for any ideas, suggestions, or solutions...
> >
> > Our environment is SBS 2003, Exchange 2003, and Outlook 2003 clients. We
> > have approx 20 clients. I have adapted the basic appointment form to include
> > three new tabs with custom form information. (It's really basic custom field
> > stuff, with a little script for printing a worksheet from the form contents.
> > I'd be happy to share the form data if it would be helpful...)
> >
> > When a user adds a new appointment to the calendar with the custom form data
> > they may also invite resources (mailboxes/calendars with auto-accept rules).
> > This seems to work fine, and resources are responding with success
> > notifications or failures appropriately.
> >
> > Here's the issue: the meeting organizer sees the list of resources, but
> > other users see no resources scheduled for the event. (The resources are
> > succesfully booked.) The other users (someone who opens an existing calendar
> > item for review/modification) see the correct calendar event with the
> > following exceptions: scheduling and tracking tab shows the current users as
> > the event organizer, and any scheduled resources are missing from the list.
> >
> > One more time with a little detail:
> > So if Russell creates an item and schedules conference room 1 AND LCD
> > projector 4 those resources are successfully booked, and subsequent views of
> > the item from Russell's calendar show the resources in the scheduling and
> > tracking tabs, and the resources are listed in the "To:" field on the
> > appointment tab.
> > When Kurt opens the item for review, the scheduling and tracking tabs show
> > only "Kurt" as the organizer, and the conference room and LCD projector
> > are not listed.
> >
> > Again, many thanks!
> > --
> > RDuckworth

>

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      2nd May 2005
That's the hard way. Just add a text box to your form and on the Value tab of its Properties dialog, bind it to the Resources field.

Or, use a formula to set your HoldField-Resources field to [Resources].

You can programmatically execute any toolbar button with CommandBar techniques. See http://www.outlookcode.com/d/tips/commandbarfun.htm

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"RDuckworth" <(E-Mail Removed)> wrote in message news:5A8F351D-D021-407A-85EB-(E-Mail Removed)...
> Many thanks, Sue!
> What about this is as a concept? (and may ask ask for a code snippet if you
> care to offer one?)
> the object _RecipientControl2 refers to "Resources", and I have created a
> user field called "HoldField-Resources".
> This is where I need some assistance now... how do I set HoldField-Resources
> = _RecipientControl2, and the repopulate "Resources" with the
> HoldField-Resources when the form is reopened?
>
> Got time for a follow-up?
> How do I get the "invite attendees" option to auto-enable when resources are
> added. Right now the users must manually select the "invite" button to get
> the "send" option.
> --
> RDuckworth
>
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
>> IIRC, that's normal, expected behavior. You might want to show the resources separately as a field on one of your custom form pages.


>>
>> "RDuckworth" <(E-Mail Removed)> wrote in message news:5CE6FAF2-6E9A-49C1-8665-(E-Mail Removed)...
>> > Many thanks for any ideas, suggestions, or solutions...
>> >
>> > Our environment is SBS 2003, Exchange 2003, and Outlook 2003 clients. We
>> > have approx 20 clients. I have adapted the basic appointment form to include
>> > three new tabs with custom form information. (It's really basic custom field
>> > stuff, with a little script for printing a worksheet from the form contents.
>> > I'd be happy to share the form data if it would be helpful...)
>> >
>> > When a user adds a new appointment to the calendar with the custom form data
>> > they may also invite resources (mailboxes/calendars with auto-accept rules).
>> > This seems to work fine, and resources are responding with success
>> > notifications or failures appropriately.
>> >
>> > Here's the issue: the meeting organizer sees the list of resources, but
>> > other users see no resources scheduled for the event. (The resources are
>> > succesfully booked.) The other users (someone who opens an existing calendar
>> > item for review/modification) see the correct calendar event with the
>> > following exceptions: scheduling and tracking tab shows the current users as
>> > the event organizer, and any scheduled resources are missing from the list.
>> >
>> > One more time with a little detail:
>> > So if Russell creates an item and schedules conference room 1 AND LCD
>> > projector 4 those resources are successfully booked, and subsequent views of
>> > the item from Russell's calendar show the resources in the scheduling and
>> > tracking tabs, and the resources are listed in the "To:" field on the
>> > appointment tab.
>> > When Kurt opens the item for review, the scheduling and tracking tabs show
>> > only "Kurt" as the organizer, and the conference room and LCD projector
>> > are not listed.
>> >
>> > Again, many thanks!
>> > --
>> > RDuckworth

>>

 
Reply With Quote
 
=?Utf-8?B?UkR1Y2t3b3J0aA==?=
Guest
Posts: n/a
 
      3rd May 2005
Many thanks again, Sue,

I'm having real trouble with triggering the "Invite attendees" command
button. If I have a "Resources" command button on the custom form, is there
a concise way to trigger the "Invite attendees" button as a part of that
button push?
--
RDuckworth


"Sue Mosher [MVP-Outlook]" wrote:

> That's the hard way. Just add a text box to your form and on the Value tab of its Properties dialog, bind it to the Resources field.
>
> Or, use a formula to set your HoldField-Resources field to [Resources].
>
> You can programmatically execute any toolbar button with CommandBar techniques. See http://www.outlookcode.com/d/tips/commandbarfun.htm
>
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "RDuckworth" <(E-Mail Removed)> wrote in message news:5A8F351D-D021-407A-85EB-(E-Mail Removed)...
> > Many thanks, Sue!
> > What about this is as a concept? (and may ask ask for a code snippet if you
> > care to offer one?)
> > the object _RecipientControl2 refers to "Resources", and I have created a
> > user field called "HoldField-Resources".
> > This is where I need some assistance now... how do I set HoldField-Resources
> > = _RecipientControl2, and the repopulate "Resources" with the
> > HoldField-Resources when the form is reopened?
> >
> > Got time for a follow-up?
> > How do I get the "invite attendees" option to auto-enable when resources are
> > added. Right now the users must manually select the "invite" button to get
> > the "send" option.
> > --
> > RDuckworth
> >
> >
> > "Sue Mosher [MVP-Outlook]" wrote:
> >
> >> IIRC, that's normal, expected behavior. You might want to show the resources separately as a field on one of your custom form pages.

>
> >>
> >> "RDuckworth" <(E-Mail Removed)> wrote in message news:5CE6FAF2-6E9A-49C1-8665-(E-Mail Removed)...
> >> > Many thanks for any ideas, suggestions, or solutions...
> >> >
> >> > Our environment is SBS 2003, Exchange 2003, and Outlook 2003 clients. We
> >> > have approx 20 clients. I have adapted the basic appointment form to include
> >> > three new tabs with custom form information. (It's really basic custom field
> >> > stuff, with a little script for printing a worksheet from the form contents.
> >> > I'd be happy to share the form data if it would be helpful...)
> >> >
> >> > When a user adds a new appointment to the calendar with the custom form data
> >> > they may also invite resources (mailboxes/calendars with auto-accept rules).
> >> > This seems to work fine, and resources are responding with success
> >> > notifications or failures appropriately.
> >> >
> >> > Here's the issue: the meeting organizer sees the list of resources, but
> >> > other users see no resources scheduled for the event. (The resources are
> >> > succesfully booked.) The other users (someone who opens an existing calendar
> >> > item for review/modification) see the correct calendar event with the
> >> > following exceptions: scheduling and tracking tab shows the current users as
> >> > the event organizer, and any scheduled resources are missing from the list.
> >> >
> >> > One more time with a little detail:
> >> > So if Russell creates an item and schedules conference room 1 AND LCD
> >> > projector 4 those resources are successfully booked, and subsequent views of
> >> > the item from Russell's calendar show the resources in the scheduling and
> >> > tracking tabs, and the resources are listed in the "To:" field on the
> >> > appointment tab.
> >> > When Kurt opens the item for review, the scheduling and tracking tabs show
> >> > only "Kurt" as the organizer, and the conference room and LCD projector
> >> > are not listed.
> >> >
> >> > Again, many thanks!
> >> > --
> >> > RDuckworth
> >>

>

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      3rd May 2005
You can turn an appointment into a meeting request by setting the MeetingStatus property. See http://www.outlookcode.com/codedetail.aspx?id=88 for sample code.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"RDuckworth" <(E-Mail Removed)> wrote in message news:006993A5-C500-426F-AD5C-(E-Mail Removed)...
> Many thanks again, Sue,
>
> I'm having real trouble with triggering the "Invite attendees" command
> button. If I have a "Resources" command button on the custom form, is there
> a concise way to trigger the "Invite attendees" button as a part of that
> button push?
> --
> RDuckworth
>
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
>> That's the hard way. Just add a text box to your form and on the Value tab of its Properties dialog, bind it to the Resources field.
>>
>> Or, use a formula to set your HoldField-Resources field to [Resources].
>>
>> You can programmatically execute any toolbar button with CommandBar techniques. See http://www.outlookcode.com/d/tips/commandbarfun.htm


>>
>>
>> "RDuckworth" <(E-Mail Removed)> wrote in message news:5A8F351D-D021-407A-85EB-(E-Mail Removed)...
>> > Many thanks, Sue!
>> > What about this is as a concept? (and may ask ask for a code snippet if you
>> > care to offer one?)
>> > the object _RecipientControl2 refers to "Resources", and I have created a
>> > user field called "HoldField-Resources".
>> > This is where I need some assistance now... how do I set HoldField-Resources
>> > = _RecipientControl2, and the repopulate "Resources" with the
>> > HoldField-Resources when the form is reopened?
>> >
>> > Got time for a follow-up?
>> > How do I get the "invite attendees" option to auto-enable when resources are
>> > added. Right now the users must manually select the "invite" button to get
>> > the "send" option.
>> > --
>> > RDuckworth
>> >
>> >
>> > "Sue Mosher [MVP-Outlook]" wrote:
>> >
>> >> IIRC, that's normal, expected behavior. You might want to show the resources separately as a field on one of your custom form pages.

>>
>> >>
>> >> "RDuckworth" <(E-Mail Removed)> wrote in message news:5CE6FAF2-6E9A-49C1-8665-(E-Mail Removed)...
>> >> > Many thanks for any ideas, suggestions, or solutions...
>> >> >
>> >> > Our environment is SBS 2003, Exchange 2003, and Outlook 2003 clients. We
>> >> > have approx 20 clients. I have adapted the basic appointment form to include
>> >> > three new tabs with custom form information. (It's really basic custom field
>> >> > stuff, with a little script for printing a worksheet from the form contents.
>> >> > I'd be happy to share the form data if it would be helpful...)
>> >> >
>> >> > When a user adds a new appointment to the calendar with the custom form data
>> >> > they may also invite resources (mailboxes/calendars with auto-accept rules).
>> >> > This seems to work fine, and resources are responding with success
>> >> > notifications or failures appropriately.
>> >> >
>> >> > Here's the issue: the meeting organizer sees the list of resources, but
>> >> > other users see no resources scheduled for the event. (The resources are
>> >> > succesfully booked.) The other users (someone who opens an existing calendar
>> >> > item for review/modification) see the correct calendar event with the
>> >> > following exceptions: scheduling and tracking tab shows the current users as
>> >> > the event organizer, and any scheduled resources are missing from the list.
>> >> >
>> >> > One more time with a little detail:
>> >> > So if Russell creates an item and schedules conference room 1 AND LCD
>> >> > projector 4 those resources are successfully booked, and subsequent views of
>> >> > the item from Russell's calendar show the resources in the scheduling and
>> >> > tracking tabs, and the resources are listed in the "To:" field on the
>> >> > appointment tab.
>> >> > When Kurt opens the item for review, the scheduling and tracking tabs show
>> >> > only "Kurt" as the organizer, and the conference room and LCD projector
>> >> > are not listed.
>> >> >
>> >> > Again, many thanks!
>> >> > --
>> >> > RDuckworth
>> >>

>>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scheduled resources don't show as booked/in use SRS-Lex Microsoft Outlook Calendar 2 16th Oct 2008 02:56 PM
Outlook XP Custom Forms problem - Out of system resources =?Utf-8?B?TmlyIEtvcm5mZWxk?= Microsoft Outlook Form Programming 0 19th Sep 2006 03:12 PM
Recorded Confirmation for Scheduled Resources =?Utf-8?B?Q1JDRQ==?= Microsoft Outlook Calendar 0 30th Mar 2006 06:29 PM
Ghost is using resources even if no incrementals are scheduled Louise Storage Devices 3 26th Jan 2005 04:14 AM
Resources scheduled without permissions Resource User Microsoft Outlook Calendar 1 12th Jul 2004 04:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:20 PM.