Questions tagged [appointment]
295 questions
1
vote
1 answer
Attempting to respond to an Outlook meeting request in VBA always returns "nothing"
I'm working on a simple Outlook VBA script to accept all selected meeting requests. Many online examples suggest something like the following code should work:
Sub AcceptItem()
Dim cAppt As AppointmentItem
Dim oRequest As MeetingItem
Dim x As…

Adam J. Kessel
- 41
- 4
1
vote
1 answer
Export Outlook-Calendar with recurring meetings with VBA Macro
I created a VBA-macro to send my Outlook-calendar from my Work-account to my private Mail to import the appointments to my private calendar.
Now i realised that only the first appointment of a recurring appointment is exported.
Only if i use this…

Hyu22
- 11
- 2
1
vote
1 answer
How do you create an Outlook Appointment / Meeting in PowerShell?
How do you create an Outlook Appointment / Meeting in PowerShell?

Doug
- 6,446
- 9
- 74
- 107
1
vote
2 answers
How to get a list of the 5th of a Given Weekday (Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday) in a year?
I need to be able to create an appointment / meeting in Outlook for the 5th Friday of any given month; but Outlook doesn't offer a way to do this since there are only 3 to 4 months a year which have a 5th of any given day of the week.
Its not a…

Doug
- 6,446
- 9
- 74
- 107
1
vote
1 answer
How to simply launch Outlook's new appointment window with some prefilled data in JAVA?
We can launch Outlook' email by simply using:
Desktop.getDesktop().mail(new java.net.URI("mailto:YourEmailAddress@gmail.com?subject=TEST"));
Is there a similar way to launch an Outlook's new appointment window with some data prefilled? (Not send the…

Kannu Verma
- 11
- 3
1
vote
1 answer
How can I create an event from my app? - Flutter
Like this
when my users create a new online appointment inside my app I want also create an event (reminder).

Kawan Osman
- 75
- 5
1
vote
1 answer
calendar and time slots
I am new to this, I am creating a website for my beauty salon. and would like to add time slots and calendar, can someone help me around it? I have to say, I am not a coder, I am creating the website using Squarespace.
I cannot use the scheduling…

Prati
- 11
- 2
1
vote
1 answer
Change Outlook appointment series having a starting date in the past
When I get involved with a project that is already running the project lead or scrum master forwards an appointment series like daily stand-ups or similar. The series started before I receive the invitation.
Example:
The series starts on January,…

ByteBandit
- 43
- 1
- 3
1
vote
0 answers
Count the number of appointment request and number of available doctors in given timeslot
I have 3 Tables with time slots, doctor's booked schedule, and patients' requests for appointments.
I want to write a query to find the number of doctors available at each time slot and also the number of requests for appointments in each time…

sutsabs
- 431
- 2
- 11
1
vote
1 answer
How do I save separate appointments in the richtextbox with the same date?
Is there any way to save each row in the RichTextBox or using another method, in a row in access/mdb?
I choose the date I fill RichTextBox with the appointments, so when I click the Save button it sends separate appointments with the same date to…

João Felipe
- 11
- 3
1
vote
2 answers
Outlook does not return appointment recurrences
I'm playing around with VSTO for Outlook 2007.
When accessing appointments in calendar, I'd like to see all recurrences - not only the series-main item.
My code is as following
var calendarFolder =…

Sascha
- 2,193
- 3
- 24
- 38
1
vote
0 answers
Change message class to appointments to custom form
When I receive a new appointment request I want to add a form for me to complete (client name, sales opportunity, territory) I created a form in Developer and it works on appointments I create but does not appear on appointments I receive. I tried…

CharlesDarwall
- 11
- 1
1
vote
1 answer
Create Recuring appointment by Lotus Notes
Can somebody tell me what is wrong here. I am trying to create a recurring appointment; however, the code creates something different (type is not Appointment) and, if I select one created element, it throws an error:
Falscher Datentyp für Operator…

Viktoriusrex
- 23
- 3
1
vote
1 answer
Read All Categories from Lotus Notes
is there a way to read all categories that can be assigned to appointment?
There is a list with predefined categories and I can assign my own category(categorie1).
All that categories can be selected from "Categories" dialog.
I need this whole list…

Viktoriusrex
- 23
- 3
1
vote
0 answers
Does Google Calendar API allow appointment Scheduling in a multi-vendor React Web App?
I have my Web Application which has REACT JS client side and PHP APIs for server end.
This system has two main features:
1) Customers can buy products from multiple Vendors
2) Customers can schedule Vehicle Maintenance Services from multiple…

YellowMinion
- 232
- 2
- 10
- 24