Questions tagged [appointment]
295 questions
3
votes
2 answers
show appointments/ dates of today with JavaScript function
I want to show the actual appointments of the day in my HTML. I would like to implement it with a JavaScript where I get the name of the appointment and the date out of an excel table.
I already wrote something but it doesn't work and not in the…

nolags
- 633
- 1
- 11
- 30
3
votes
1 answer
send appointment invitation to lotus notes 8.5 clients via c#
i am using Interop.Domino.dll and able to send mail via c# code to lotus notes 8.5 users.
now i want to send appointment invations to users via c# code.
here is my code.
oNotesDocument.ReplaceItemValue("Form", "Appointment");
…

cranfan
- 131
- 2
- 9
3
votes
2 answers
Outlook Appointment - how to change the items in the Start Time dropdown list
I need to change the items in the start/end time dropdown list to be 5 minutes apart. Seems there's no simple way to set this up, so I'm trying VBA.
I can get an Inspector to look for when an appointment form is opened:
If…

notnot
- 4,472
- 12
- 46
- 57
3
votes
1 answer
EWS Search Appointment Body for Substring
I need to search for a substring in a user's Calendar appointments. I don't have any other information about the appointment (GUID, Start Date, etc.). I just know that a particular substring is in the body.
I've read a couple articles on how to get…

tmoore82
- 1,857
- 1
- 27
- 48
3
votes
2 answers
org-mode recurring events on different days and at different times
I have a class that meets regularly on Mondays/Wednesdays from 12:00-12:50 and on Thursdays from 16:00-16:50. I'd like to keep all the notes together, because it's all for the same class, but I don't know how I would set up this recurring…

Sean Allred
- 3,558
- 3
- 32
- 71
3
votes
0 answers
Cancellation of Outlook AppointmentItems
I have a strange issue regarding the cancellation of an Appointment/Meeting in a C# Add-In. Of course it is possible that I do not handle the events correctly. This is how I do it:
Register Event BeforeDelete on AppointmentItem which may have 0…

Marco D.
- 31
- 2
3
votes
2 answers
Creating an appointment for lotus notes programmatically
I need to create an appointment (Calendar entry) and distribute it to certain invitees automatically.
I have two issues right now:
1) The calendar entry does not appear on the calendar for the chair. I have worked around this by adding the chair as…

PRNDL Development Studios
- 3,270
- 2
- 35
- 50
3
votes
2 answers
How to disabled time slots according to service time?
All i want, to calculate time-slots-list according to my business-hours and block or disable those time-slots which booked by appointments.
I have done these things with my problem, stuck on last task, mention below.
My Service Duration = 60min.
My…

hari maliya
- 660
- 8
- 21
3
votes
2 answers
Exchange Web Services Managed API: How can I perform Recurrence Expansion through the FindItem Method?
We are currently working on creating a sync service between our product and Exchange using Exchange Web Services Managed API. Specifically we want to sync (on a time schedule) specific Appointments back and forth on a users calender. As part of the…

guxiyou
- 175
- 1
- 12
3
votes
0 answers
Add contacts to an MS outlook Appointment
I have created a java program to create appointment on MS Outlook.
setProperty(appointment, "Subject", "Meeting");
here the "Subject" is the tag which uses to set a subject for the appointment.
Now I want to add some contacts to the appointment. So…

Anu
- 1,884
- 14
- 30
3
votes
1 answer
CRM 2011 - Decreasing "Maximum Length" of the Subject field in Appointment Gives an error
When I want to decrease the "Maximum Length" of the "Subject"-field on appointment, it gives me the following error :
Updating RecurringAppointmentMaster.subject.Length but it's
not valid for update. Original value:400. New value:398.
We can't…

Freeetje
- 523
- 8
- 27
2
votes
1 answer
EventHandler for Appointments and Contacts in Outlook
I'd like to use EventHandlers for Appointments and Contacts (and later on Tasks aswell).
I have a class ContactProgram that executes the following code:
Outlook.Items myContactItems =…

joma
- 114
- 2
- 6
2
votes
1 answer
delphi - need to read all occurrences of Recurring Outlook Appt
Using Delphi to read Outlook appointments via COM...
Code is working fine, with the exception of Recurring appointments.
Everything I read says that I need to using RecurrencePattern and GetOccurrence and determine where the next appointment should…

user1009073
- 3,160
- 7
- 40
- 82
2
votes
1 answer
Add Usr Custom Field to Acumatica Appointments Mobile App
I'm trying to add a custom field to the mobile application Appointments screen FS300200. It seems simple where I update the containers and add the field but it's not showing up on the screen. For testing purposes, I was able to edit the display name…

Keelan Christensen
- 23
- 3
2
votes
1 answer
Javascript - Timeslots handling by removing service duration
I am new to this forum, and I came here because my brains are exploding but I really would like to achieve building an booking system application. The Following is my story:
I am working with the following data:
An Array with timeslots which have 5…

Hanake Basema
- 23
- 2