how do i schedule an airplane reservation in calendar

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

Guest

The appointment function doesn't really seem applicable, is there a better
way to do it?

Once it is scheduled, how do I forward a copy to my assistant, so it is
automatically entered and updated into her calendar?

My assistance is located at a different location and connects via a dial-up
modem.

Thanks so much for any assistance you can provide.
 
I do this type of thing as a meeting request. 'invite' the assistant and
deselect the options to require a response and allow the time to be changed
on the Actions menu. This will send it to her and put it on her calendar.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Author, Google and Other Search Engines (Visual QuickStart Guide)



Join OneNote Tips mailing list: http://www.onenote-tips.net/
 
Hi,

Sorry for just interrupting but I'm also working on the same issue. What is
the was to do this in Visual Basic?

If I simply use

..recepients.add (Name)

I see her in the list in my calendar, but there's nothing in hers.

If I use:

Set objFolder = objNS.GetSharedDefaultFolder(objRecip, olFolderCalendar)

This returns NULL

objNS is the NameSpace, objRecip is the Name

Tried with my name, everything is ok...

Any help welcome
Thanks,
Marton




Diane Poremsky said:
I do this type of thing as a meeting request. 'invite' the assistant and
deselect the options to require a response and allow the time to be changed
on the Actions menu. This will send it to her and put it on her calendar.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Author, Google and Other Search Engines (Visual QuickStart Guide)



Join OneNote Tips mailing list: http://www.onenote-tips.net/


Beamer said:
The appointment function doesn't really seem applicable, is there a better
way to do it?

Once it is scheduled, how do I forward a copy to my assistant, so it is
automatically entered and updated into her calendar?

My assistance is located at a different location and connects via a
dial-up
modem.

Thanks so much for any assistance you can provide.
 
Sorry, I try it once more :) So the question is: how to do this in VBA...

Thanks,
Marton

VilMarci said:
Hi,

Sorry for just interrupting but I'm also working on the same issue. What is
the was to do this in Visual Basic?

If I simply use

.recepients.add (Name)

I see her in the list in my calendar, but there's nothing in hers.

If I use:

Set objFolder = objNS.GetSharedDefaultFolder(objRecip, olFolderCalendar)

This returns NULL

objNS is the NameSpace, objRecip is the Name

Tried with my name, everything is ok...

Any help welcome
Thanks,
Marton




Diane Poremsky said:
I do this type of thing as a meeting request. 'invite' the assistant and
deselect the options to require a response and allow the time to be changed
on the Actions menu. This will send it to her and put it on her calendar.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Author, Google and Other Search Engines (Visual QuickStart Guide)



Join OneNote Tips mailing list: http://www.onenote-tips.net/


Beamer said:
The appointment function doesn't really seem applicable, is there a better
way to do it?

Once it is scheduled, how do I forward a copy to my assistant, so it is
automatically entered and updated into her calendar?

My assistance is located at a different location and connects via a
dial-up
modem.

Thanks so much for any assistance you can provide.
 
Back
Top