The appointment tag has no wiki summary.
-1
votes
0answers
13 views
Appointment Scheduling plugin/SASS recommendation
Anyone know of an appointment scheduling SASS/plugin/service? I need something that will "aggregate" all of the current installers I have, so that all a user has to do is book a "10:00AM" slot as long ...
0
votes
0answers
33 views
Devexpress Scheduler: Do I have an appointment now?
I'm using the Devexpress Scheduler control to schedule staff for after-hours on call duty. When a customer calls in and leaves a voicemail, my windows service needs to look up who is scheduled to ...
0
votes
1answer
34 views
dhtmlx scheduler with conflicting appointment
I'm using dthtml scheduler calender,(with mvc 3)
In this demo tutorial , http://carrental-app.scheduler-net.com/
It is not allowing to book the same car for same timing period for different customers.
...
0
votes
0answers
39 views
Mark an Outlook AppointmenItem as Free not visible in shared Calendar
I want to show the other user who can see my calendar that Im free in the time of appointmentItem
This is my code:
appointmentItem.BusyStatus = OlBusyStatus.olFree;
appointmentItem.Save();
But if ...
0
votes
1answer
44 views
Mark an Outlook AppointmenItem as canceled and leave it in Calendar
I want the AppointmentItem will be marked as canceled in the calendar, but not removed from it.
This is my try:
var appointmentItem = calendar.Application.CreateItem(OlItemType.olAppointmentItem);
...
1
vote
0answers
31 views
appointment in the Outlook Calendar
I am using VB.Net and EWS Managed API to create appointments in Exchange 2010. When i call the "Save" method, an appointment is not created on the first machine but when i use the same Code on the ...
0
votes
0answers
77 views
Exchange ews: how to select all appointments of Calendar Folder without time range
I am making a script that migrates all appointments from Sun Ges (xml files) to Exchange 2013 with ews.
Before the migration, I want to clear or delete all appointments in the Exchange Calendar.
In ...
1
vote
0answers
16 views
Outlook Meeting Visibility
When someone books a boardroom meeting, it only shows up on the calendars of those that were tagged in the email. This is a problem when conflicting schedules arise, since other parties have no way of ...
0
votes
0answers
74 views
Creating Lotus Notes Appointment with Java
I was trying to generate a Lotus Notes Appointment using the Domino Java API DOMINGO. The appointment is created successfully in my local mail database and I was able to open it. But unfortunally ...
0
votes
0answers
24 views
vsto appointment item - how to call the select room dialogue
does anyone know how to open the 'select room'-dialogue programmatically via C#? I mean the dialogue which contains the exchange-reesources and where the user can choose an appropiate room.
Thanks ...
1
vote
0answers
20 views
Issue on Appointments in Android
I have created a Insurance App where i have get the appointment date from the client.. I have to view the appointments for particular day(today,tomorrow), week(7 days from today),Month(30 days from ...
0
votes
0answers
66 views
Populate Textbox with Appointment duration (Outlook 2010 add-in)
A little background: I used the VSTO and some additional help from you amazing folks to create a custom task pane for the Appointment Inspector window in Outlook. I am trying to create a plugin to my ...
-1
votes
2answers
120 views
Appointment Sorts By Create Date
Here is my code, i have not been able to get this to sort by start date in email, only by create date.
Public Sub GetListOfAppointmentsUsingPropertyAccessorWeekend()
On Error GoTo On_Error
...
0
votes
0answers
76 views
Exchange Web Service - Create meeting with attendees and accept the request without sending a message to the attendee
I'm writing a sync service that syncs appointments between our crm software and exchange server. The lead System is our crm application and therefore there is no need for the attendee to accept a ...
0
votes
1answer
94 views
Minimize Outlook Appointment Item
I'm creating a new Outlook ribbon with the ability to create new meeting/appointment invites. The customer is requesting the ability to minimize the new appointment window, but the button is currently ...
2
votes
1answer
271 views
Outlook VSTO - how to show the “Invite attendees” textbox when I call appointment.Display()?
I have the following code to popup an outlook apptitem. It works great except i can't see the actual attendees textbox on the popup unless i click "Invite Attendees". When i click on that button on ...
0
votes
0answers
51 views
How to enable appointment scheduling with Google calender in an android app?
I am not a developer and I have a little technician background.
I am interested to check the feasibility of enabling users of my apps to schedule an appointment with Google calender. I want to give ...
1
vote
1answer
198 views
How to cancel appointment in Outlook?
I want show the Outlook cancellation form when an appointment is deleted via code in Delphi (program code, otherwise). I am able to delete an item which will delete the item from Outlook (please note ...
3
votes
0answers
125 views
Find deleted appointment in Outlook from Delphi
I am attempting to integrate our program with outlook and my test code below (sort of works) but have the following issues.
In testing I was able to add the appointment. Then manually moved the ...
1
vote
2answers
113 views
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 ...
1
vote
0answers
86 views
Fullcalendar with view more button Uncaught TypeError
I found an api for restricting a limited number of events per day which shows a "view more" button. I implemented that tool like in the description on github but get the following error message every ...
0
votes
1answer
120 views
prevent outlook from deleting recurring event
I have a plugin which syncs read-only shared calendars in Outlook with our collaboration system. I need to make sure the user cannot delete any appointments in these read-only calendars. It's possible ...
1
vote
1answer
128 views
How to send e-mails on users defined date and time with PHP?
I have an agenda system where you can schedule events and appointments and choose a date and an hour for each appointment/event.
The user will choose to receive a reminder to its appointment, the ...
0
votes
1answer
169 views
Outlook Add-in: Fetch attendees email address of selected meeting
I am developing a small Outlook add-in which will fetch all information about selected meeting and push this information to our in-house portal. Implementation is complete except RequiredAttendees ...
1
vote
1answer
78 views
Create appointments & detect collisions with iPhone
I try to create an application for the iPhone where you can set appointments. Everything is saved into a MySQL database and I currently get the data through JSON into my app. This is a workflow
...
0
votes
1answer
48 views
Why can't I save my AppointmentsSearchEventArgs to variable?
I have a rather simple problem (I bealive). I have this method:
void appointments_SearchCompleted(object sender, AppointmentsSearchEventArgs e)
{
if (e.Results.Count() == 0)
{
...
1
vote
2answers
192 views
How to disable the booked time slots from a list of business hour time slots
Friends,
I' working Appointment booking Project, Details are as follows:
Business hour starts from 9:00 to 7:00 with default duration of 30mins. So, Slots start like (9:00, 9:30, 10:00.... 7:00).
...
1
vote
0answers
179 views
Outlook ICS / iCalendar: No Field (“To:”) for further Attendees when Organizer is set?
My goal:
(Step 1) Open ICS file in Outlook, so the user can send a generated meeting/appointment to recipients of his or her choice. Therefore I use the PUBLISH method. It is pretty much what is ...
0
votes
0answers
45 views
who is the real creator of a meeting in MS-Exchange
a MS-Exchange calendar can be shared with many users.
Ex: user A share its calendar with user B and user C.
If user B or C create an appointment in the calendar of user A, is it possible to know who ...
2
votes
0answers
95 views
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 ...
0
votes
1answer
534 views
Retreive billing information for Appointment using EWS Java API
I have information in billing information and I want to retrieve using EWS Java API . Here is what i had so far
public List<String> findAppointments() throws Exception
{
SimpleDateFormat ...
0
votes
0answers
218 views
MySQL representation of time slots for appointments
I'm creating (more trying...) an appointment system using php+mysql
I created the tables for clients, staff, services, and a table to save, for each day of a week the work schedule of a staff member.
...
0
votes
2answers
918 views
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 ...
0
votes
0answers
115 views
How to create outlook appointments where the information is in an email? (macro) [closed]
This is the situation...
An external program send to my outlook account emails with the next structure
body of the email:
id;name_of_process;9/3/2012;16:00;duration;
I need to create a new ...
0
votes
0answers
565 views
is there a free source appointment schedule in php script or codigniter framework? [closed]
I could only find phpscheduleit which is a open source, all others are paid i liked the one in phpjabbers http://www.phpjabbers.com/appointment-scheduler.
I am looking for something similar.. is there ...
1
vote
0answers
76 views
ATTENDEE “RESPONDED-AT” parameter in iCal
Is it possible to have somewhat like this in iCal?
ATTENDEE:RESPONDED-AT:20120728T050000Z:MAILTO:test@domain.com
The iCal spec does not seem to provide any means for tracking attendee response's ...
0
votes
0answers
123 views
EWS removing attendees does not save
I have an appointment with one invited person and I can't seem to remove them.
CalendarFolder cf = CalendarFolder.bind(service, WellKnownFolderName.Calendar);
FindItemsResults<Appointment> ...
0
votes
0answers
44 views
save new appointment when resource and site are different through SDK in CRM Dynamics
Whenever I try to create an appointment in CRM Dynamics when the site and site resource are different the Dynamics sends an error (Service selection rules for required resource (UserName) cannot be ...
3
votes
2answers
408 views
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 ...
1
vote
1answer
334 views
EWS - Attachment Not Sent With Invitation
I am facing an issue with sending attachments with invitation using EWS Managed API. Appointments attendees are not receiving any attachments added to the appointment but
attachment do appears in the ...
1
vote
4answers
312 views
Finding free blocks of time in mysql and php?
I have a table in mysql like this:
+------------+------------+------------+------------+
| date | user_id | start_hour | end_hour |
+------------+------------+------------+------------+
...
0
votes
1answer
267 views
Appointment management [closed]
Can any one help me to do an appointment management system.
I need the database structure.(sql server)
I am now doing an online appointment booking system for doctors.(Doctor reserving).
Please ...
0
votes
2answers
514 views
Macro fails to create appointments based on worksheet data
I have an Excel macro that I run, which takes activity names, dates and times from the spreadsheet and places them into the Outlook calendar. This works fine when Outlook is running, but when it is ...
1
vote
1answer
1k views
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 ...
0
votes
1answer
275 views
C# Outlook AddIn: How to determine to which calendar an AppointmentItem belongs?
I want to determine to which calendar an AppointmentItem belongs.
The scenario is as follows:
An exchange administrator can have privileges to create appointments for conference rooms (by simply ...
0
votes
2answers
550 views
how to add a new calendar events in windows phone application
I guess appointment class for Windows Phone is read only class. Can any one suggest me on how to create a calender event in Windows Phone 7 application. Is there any API available for the same.
...
1
vote
1answer
846 views
VB.NET What can I have for daily calendars?
In VB.NET (Not ASP.NET) what can I use for a daily calendar. I have done extensive DuckDuckGo and Google search and I have came up with no viable options.
The purpose of the calendar is to create a ...
2
votes
0answers
167 views
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.
...
2
votes
1answer
319 views
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 ...
0
votes
1answer
146 views
Send a list with appointments through WCF
I would like to send a list of Appointments through WCF. My Interface looks like this:
[ServiceContract]
public interface IServices
{
[OperationContract]
string ...



