Questions tagged [appointment]

295 questions
0
votes
1 answer

Car Repair Booking WordPress Plugin

I'm finding for an online booking plugin in wordpress that displays a booking calendar and asks for the customer's specific locations. I've tried birchpress but the problem is that I need to provide a location for my services. What i want is that…
noob user
  • 3
  • 4
0
votes
1 answer

how to close an outlook appointmentItem using vbscript?

I have a custom form that I want to take full control of the appointmentItem thats open, When the user clicks the button I want the item and the data to save (which I have), but I want the Window to close as well... const olAppointmentItem = 9 Sub…
Fpanico
  • 49
  • 1
  • 8
0
votes
0 answers

How edit calendar appointments?

I'm developing a Windows Phone app. I have a ListBox, and this is populated with appointments (native calendar). Not found a way, using the API, to edit these appointments. How I can edit them? My XAML:
Rene Sá
  • 4
  • 3
  • 23
0
votes
2 answers

Disable send update to all attendees VSTO

I'm using VSTO to develop add-in for Outlook. When using Send method of MeetingItem (AppointmentItem), how can I disable Send Update to All Attendees popup? It always show when I call Send of existing meeting. I only found ForceUpdateToAllAttendees…
Thanhma San
  • 1,347
  • 2
  • 8
  • 12
0
votes
1 answer

converting appointment to Icalendar windows8.1 c#

In windows 8.1 calendar management uses the Windows.ApplicationModel.Appointments namespace. I am trying to understand it and it is easily managable. I can do: -create a calendar -view calendars on the device -create events which is easy and…
stackunderflow
  • 3,811
  • 5
  • 31
  • 43
0
votes
1 answer

Creating an outlook appointment with attachments

So i've been trying for days now to create an appointment using EWS and ExchangeServiceBinding i've managed most properties for the said appointment but the attachment has proven to be a real pain So far i've managed to create the appointment and…
Mouhgouda
  • 113
  • 7
0
votes
1 answer

How to access specific calendar appointments in windowsphone

I want to access to the calendar appointments in windows phone 8. I'm using the below code.this code will retrieve all appointments: private void ButtonAppointments_Click(object sender, RoutedEventArgs e) { Appointments appts = new…
FSystem
  • 83
  • 1
  • 8
0
votes
0 answers

how to create different boxes like calender in jsf

I have website where I want to see todays calender with appointments have for the doctor. What I want to create is somewhat like below. However instead of days, it will be minutes and all timings would be coming from database. Let's say I have…
0
votes
1 answer

Outlook appointment on Server not working

I have created Following function to set Outlook appointment. It's work fine while running in localhost with visual Studio Editor. But when I upload publish files on server its not working. Do I need to set anything in server for Outlook or need to…
10K35H 5H4KY4
  • 1,496
  • 5
  • 19
  • 41
0
votes
1 answer

EWS appointment reminders

I'm getting appointment items of an account by ews as CalendarItemType object... this got an item as AppointmentState. i looked msdn and it has only (noattendees,is meeting,recieved,cancelled,forwaded values) but how to get reminder…
dankyy1
  • 1,094
  • 2
  • 16
  • 32
0
votes
2 answers

How can I add an action Listener onto an appointment in an agenda (JFXtras Agenda)

How can I add an action Listener so that when an appointment on an agenda is clicked a new window with more details on that particular clicked appointment opens.
ILikeProgramming
  • 293
  • 3
  • 8
  • 23
0
votes
1 answer

How to restore deleted appointment

How to restore deleted appointment using EWS 2.0? I think i could search for it in the WellKnownFolderName.RecoverableItemsDeletions folder. But all i have is ItemId. And sadly I cant use it in SearchFilter... What is the best way? my try: …
0
votes
1 answer

How to get details of an appointment as string in windows phone?

I'm using this code to get appointments in windows phone 8 private void SearchAppointments_Click(object sender, RoutedEventArgs e) { Appointments appts = new Appointments(); appts.SearchCompleted += new…
FSystem
  • 83
  • 1
  • 8
0
votes
1 answer

Getting calendar appointments working on WP7 but not WP8

When I run codes of this example in windows phone 7 project it's ok but when I test it in a windows phone 8 project it gets exception at this line: appts.SearchAsync(start, end, 20, "Appointments Test #1"); I can't understand what's the reason???
FSystem
  • 83
  • 1
  • 8
0
votes
1 answer

Radscheduler auto increase or expand appointment height based on the subject

Trying to auto adjust the height of the appointment in radscheduler. I tried this link http://www.telerik.com/support/kb/aspnet-ajax/scheduler/details/auto-expand-the-height-of-the-appointment-to-accomodate-the-entire-subject-in-month-view but to…
RookieAppler
  • 1,517
  • 5
  • 22
  • 58