Questions tagged [appointment]

295 questions
0
votes
1 answer

Yii Appointment Management system

I am working on a medical Web App in Yii have to design Appointment management. I already installed Yii User management system, but that does not give what I want. I want to manage the appointments by getting the time slots from the tables and few…
user1799171
  • 567
  • 1
  • 3
  • 15
0
votes
1 answer

1064 Error on Appointment Booking Pro

i'm a new guy on these and I have a problem with the "Appointment Booking Pro Component" It shows me an error while i'm trying to make a "bookoff" on frontend The error is: 1064 YOU HAVE AN ERROR IN YOUR SQL SYNTAX; CHECK THE MANUAL THAT…
0
votes
1 answer

Save Outlook appointment in Resource Calendar without notification

using EWS, creating an AppointmentItem and adding a resource too. The Appointment get added to Resource Calendar and an email notification goes to Resource Inbox. But i don't want any email notification just want to get added to Calendar. I tried…
donstack
  • 2,557
  • 3
  • 29
  • 44
0
votes
1 answer

UltraMonthViewSingle appointments overlaps after increasing it's height

Its about appointments' height in Infragistic's UltraMonthViewSingle control. In my code, it overlaps appointment in single day after increasing height of it using CreationFilter. So for more, can you look into this link…
iVad
  • 563
  • 2
  • 4
  • 13
0
votes
1 answer

Best way to subscribe to appointment creation

I'm implementing an Office Add-in for Outlook 2010 and I want to perform some initialization when the user clicks on "New Appointment" (before the windows appears). What's the best way to know the user clicked only the New Appointment option. I…
avenet
  • 2,894
  • 1
  • 19
  • 26
0
votes
0 answers

Appointment e-mail not showing as an appointment on Android phone PHP

Weird. On Web and in Outlook it shows as an appointment that I can add to my calendar; but on Gmail app on the phone it displays as a regular e-mail (can't add to Calendar). Here's my function: function…
tandelaf
  • 31
  • 3
0
votes
2 answers

Adding an Appointment to WP7.1 using c#

I am attempting to add an appointment to the windows phone 7.1 calendar. It will be a button that when clicked, the button will cause an appointment to be added to the calendar. Does anyone know the basic c# code to do this? I am having trouble…
vector
  • 359
  • 1
  • 6
  • 12
0
votes
1 answer

how to send email and auto create appointment in receiver's outlook.

I have got a requirement, is there any way to send email to user, and when user using their outlook to open it, auto create appointment in the receiver's outlook? how to program that ?
user2845478
  • 223
  • 4
  • 10
0
votes
1 answer

radscheduler rowheight of appointment not changing

I have a radscheduler on my page. I want to adjust the height of the appointment. I played with the rowheight parameter and adaptiverowheight parameter but nothing seems to change.
RookieAppler
  • 1,517
  • 5
  • 22
  • 58
0
votes
1 answer

radscheduler drag and drop within a day adjust times of appointment

I have a radscheduler in month view on my asp page. Appointments are added by user but they just specify date.But NO time. So the added appointment could be anything.(12/9/2013 8am-9am).I am adding many appointments for that day.(example 5).Now user…
RookieAppler
  • 1,517
  • 5
  • 22
  • 58
0
votes
1 answer

How to test what data is present in d.data.results when querying CRM 2011 AppointmentSet using JavaScript and REST OData

I am trying to populate a field on my Account form that shows the last Actual End date of the accounts completed appointments. My Query seems to work exactly as I want. I used the Dynamics XRM Tools solution to create my query, but I am unable to…
Comic Coder
  • 519
  • 1
  • 9
  • 32
0
votes
1 answer

Add Appointment to Exchange Calendar from ASP.NET MVC Intranet Application

I have got an ASP.NET MVC 4 Intranet Application. The application uses the windows authentication for authenticating users. I can get the Username with User.Identity.Name. This contain the domain name and username (MyDomain\Username). I now want to…
0
votes
1 answer

Set Outlook Profile Name c#

I want to create a WebService in C#, which should generate Appointments from my Database (only Recepients MailAdresses, Start and End Date, ..) If I want to set this up and I type the following code: private Outlook.Application outlookApp = new…
0
votes
2 answers

Appointment color change in Exchange using Java EWS 1.2

I am making use of this piece of code to set the color. It;s setting color on my computer, but when I send appointments to others, the color is not getting set in their calendar after they accept it. ExtendedPropertyDefinition propDefColor = new…
0
votes
1 answer

How to populate a weekly calendar with appointments based on date and time

I'm having difficulty trying to implement a way to display appointments into a weekly calendar schedule table (please see below picture) based on the appointment's scheduled day and time. I'm new to PHP and web development. I'm reading from an XML…
LKB
  • 1,020
  • 5
  • 22
  • 46