Questions tagged [appointment]

295 questions
0
votes
0 answers

Scheduler not showing appointments

My scheduler is not showing any appointments while in the debug the datasource is not empty: The ID is the same as the resource ID. My mappings are: this.schedulerStorage1.Appointments.Mappings.Description =…
0
votes
1 answer

Outlook Addin - Attachments in Appointment Save Click

I have an Outlook Addin, doing some code (with attachments) when the user saves an appointment, using Item_Change event. When I open the Outlook , the Calendar is automatically updated- so Item_Change event fires. Without debugging, I can see the…
aspProg
  • 65
  • 12
0
votes
1 answer

C# Outlook get public Appointments of other users by using EWS

I'm currently trying to retrieve public Appointments of a users Calendar in Outlook (with Exchange2013) to a DataSet to be displayed later on. Here's the relevant code so far: ExchangeService service = new…
0
votes
1 answer

Why does an outlook appointment not get deleted occasionally

I have a VBA macro in an Excel workbook that creates Outlook appointments with a special tag in the users calendar. Before it adds new appointments, it first deletes all appointments that have this tag in the items body. Unfortunately, the…
SysRq
  • 28
  • 4
0
votes
1 answer

show outlook appointment ribbon in calendar tools

I created (by RibbonDesigner) new outlook ribbon that appears in the window of an appointment. RibbonType: Microsoft.Outlook.Appointment,Microsoft.Outlook.MeetingRequest.Read I want to add this Ribbon to CalendarItems near 'Appointment' tab , when…
aspProg
  • 65
  • 12
0
votes
1 answer

end if without block if

I've been working on the below code for days, hopefully the end product will do 2 things. Send an email to a team organizer with details from the spreadsheet. Send an outlook appointment to the desk assessor with the appointment details. I get an…
0
votes
2 answers

How can I check if a new event (start time - endtime) doesn't overlap with previous startime - endtimes (Ruby)

I am making an appointment, scheduling API. I have many starttime and endtime pairings in DateTime format. I need to be sure that when I create a new appointment that times do not overlap with previous ones. What I mean is that if I have an…
Yakram
  • 3
  • 1
0
votes
0 answers

Booking time slots in Liferay Calendar

I would like to implement an appointment system in Liferay Calendar. In Liferay Calendar if two users are logged in and one of them books a particular time slot, then the other user should not be able to book the same slot. In other words that…
Appi
  • 1
  • 1
0
votes
0 answers

Bind To Appointment for Updating using Exchange Web Services

I am writing a synchronisation service within VB .NET to synchronise other user's calendars into a user's mailbox. I am hitting a problem though with binding to an appointment to update it, basically I get a message advising that access is denied? …
user4564122
0
votes
2 answers

Appointment Booking System Slots

Im trying to make an appointment booking system, in which everything else works, EXCEPT the appointment time slots, in which if, for example, an appointment is set at 11.30am, and lasts an hour (12.30pm), no one can book or have an appointment…
Ben Mann
  • 55
  • 1
  • 2
  • 6
0
votes
1 answer

See if someone is busy in Outlook C#

I've made a Windows Forms application in Visual Studio which is connected to Outlook and lists my upcoming appointments. It also checks if I'm busy or free at the current time or not. This is working fine. For the project we're doing, I need to…
Bryan
  • 83
  • 5
0
votes
1 answer

How to add tables to appointments body (EWS)?

Is there a way to add tables to an appointment body object? To build mail body content I´m using TinyMCE. Appointments are sent with Exchange Web Services (EWS). The problem is HTML body will not display tables build in TinyMCE or even as plain…
0
votes
1 answer

In outlook vsto 2010, How do i reference the current calendar item if I am on an outlook appointment screen?

I have an outlook 2010 vsto addin and I am able to create new outlook appointments but i now want to edit one (to add recipient or rename the subject, etc). I am struggling to figure out how I can reference an outlook calendar appointment when I…
leora
  • 188,729
  • 360
  • 878
  • 1,366
0
votes
1 answer

Why invitees/details of Windows.ApplicationModel.Appointments.Appointment are empty

I am working on a Windows Phone 8.1 application, and this app want to get the meetings from Calendar. I am using the Windows Runtime api to get all appointment like this: AppointmentStore appointmentStore = await…
yuxhu
  • 109
  • 6
0
votes
1 answer

PHP send an appointment to Lotus Notes, dolar char in headers

I'm trying to send an appointment to Lotus Notes, I am able to send something but not all headers are consider in my mail. At first I found that it is not allowed to use '' in header name so I found that if I will use '-' instead of '' the server…
Lodhart
  • 205
  • 1
  • 6
  • 14