Can anyone get me started on how to create a button in FrontPage, that when
clicked, will create an Outlook appointment item for the user?

For example: User clicks button, up pops an appointment item with the
relevant information filled in (time, reminder, location...), they hit save
and close. Viola the appointment is in their calendar.

Using FrontPage 2003, and Outlook 2000, with Exchange 5.5. I am a FrontPage
beginner as far as vbscript programming...

Thanks,
Jim

Re: Button to create Outlook appointment by Kevin

Kevin
Wed Mar 09 14:39:20 CST 2005

Do yourself a favor and hire a programmer for this one, Jim. It requires
some fairly sophisticated programming skills.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"Jim Shipley" <jshipleyNOSPAM@mayfran.com> wrote in message
news:uiGcjJOJFHA.2356@TK2MSFTNGP12.phx.gbl...
> Can anyone get me started on how to create a button in FrontPage, that
> when
> clicked, will create an Outlook appointment item for the user?
>
> For example: User clicks button, up pops an appointment item with the
> relevant information filled in (time, reminder, location...), they hit
> save
> and close. Viola the appointment is in their calendar.
>
> Using FrontPage 2003, and Outlook 2000, with Exchange 5.5. I am a
> FrontPage
> beginner as far as vbscript programming...
>
> Thanks,
> Jim
>
>



Re: Button to create Outlook appointment by Jim

Jim
Wed Mar 09 14:47:45 CST 2005

Well, I am a programmer and I am proficient with VB, just not in the
FrontPage environment. Wouldn't this just be something like CreateObject
"outlooksomething...." and setting some properties? Or is this really a
pain...

Thanks,
Jim

"Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
news:eoyMUgOJFHA.2560@TK2MSFTNGP09.phx.gbl...
> Do yourself a favor and hire a programmer for this one, Jim. It requires
> some fairly sophisticated programming skills.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> What You Seek Is What You Get.
>
> "Jim Shipley" <jshipleyNOSPAM@mayfran.com> wrote in message
> news:uiGcjJOJFHA.2356@TK2MSFTNGP12.phx.gbl...
> > Can anyone get me started on how to create a button in FrontPage, that
> > when
> > clicked, will create an Outlook appointment item for the user?
> >
> > For example: User clicks button, up pops an appointment item with the
> > relevant information filled in (time, reminder, location...), they hit
> > save
> > and close. Viola the appointment is in their calendar.
> >
> > Using FrontPage 2003, and Outlook 2000, with Exchange 5.5. I am a
> > FrontPage
> > beginner as far as vbscript programming...
> >
> > Thanks,
> > Jim
> >
> >
>
>



Re: Button to create Outlook appointment by Kevin

Kevin
Wed Mar 09 15:35:17 CST 2005

Hi Jim,

You're a programmer! Well, that will help. As I've not done this, I can only
point you in the right direction. You would have to use the Outlook COM
programming model to do this. All of the Office apps come with COM objects
that can be used to programatically do everything that the app can do. There
are .chm files in the Office program folders for each app. Use the Outlook
COM object model in an ASP app.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"Jim Shipley" <jshipleyNOSPAM@mayfran.com> wrote in message
news:%23bXbClOJFHA.1176@TK2MSFTNGP15.phx.gbl...
> Well, I am a programmer and I am proficient with VB, just not in the
> FrontPage environment. Wouldn't this just be something like CreateObject
> "outlooksomething...." and setting some properties? Or is this really a
> pain...
>
> Thanks,
> Jim
>
> "Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
> news:eoyMUgOJFHA.2560@TK2MSFTNGP09.phx.gbl...
>> Do yourself a favor and hire a programmer for this one, Jim. It requires
>> some fairly sophisticated programming skills.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> .Net Developer
>> What You Seek Is What You Get.
>>
>> "Jim Shipley" <jshipleyNOSPAM@mayfran.com> wrote in message
>> news:uiGcjJOJFHA.2356@TK2MSFTNGP12.phx.gbl...
>> > Can anyone get me started on how to create a button in FrontPage, that
>> > when
>> > clicked, will create an Outlook appointment item for the user?
>> >
>> > For example: User clicks button, up pops an appointment item with the
>> > relevant information filled in (time, reminder, location...), they hit
>> > save
>> > and close. Viola the appointment is in their calendar.
>> >
>> > Using FrontPage 2003, and Outlook 2000, with Exchange 5.5. I am a
>> > FrontPage
>> > beginner as far as vbscript programming...
>> >
>> > Thanks,
>> > Jim
>> >
>> >
>>
>>
>
>