Questions tagged [appointment]
295 questions
18
votes
2 answers
Send email to Outlook with ics meeting appointment
I want to send an email with appointment\meeting (ICS) to Outlook client. When the user receive the email he should accept the meeting invitation and automatically the meeting goes to the calendar and the email is automatically deleted.
I'm using…

ezechiele2517
- 375
- 1
- 5
- 19
14
votes
3 answers
Importing ics file to an Outlook.AppointmentItem
I have an Outlook 2007 add-in that is trying to import ics files into Outlook.AppointmentItem objects so that I can read attributes about certain appointments. Currently I am not able to read the ics back into memory. Any suggestions on what I am…

Rick Make
- 521
- 2
- 6
- 14
10
votes
1 answer
What is the best database schema for an availability calendar that allows scheduling appointments(reoccurring and single))
In my application I have a provider that has a schedule and clients that book appointment from the schedule. I need the following features.
Provider:
- Be able to specify reoccurring availability. For example Mon 9-5, Tues 10-3, etc.
- Be able to…

EugeneMi
- 3,475
- 3
- 38
- 57
7
votes
3 answers
Database design - google app engine
I am working with google app engine and using the low leval java api to access Big Table. I'm building a SAAS application with 4 layers:
Client web browser
RESTful resources layer
Business layer
Data access layer
I'm building an application to…

Chris Dutrow
- 48,402
- 65
- 188
- 258
6
votes
4 answers
Building an appointment booking system in Rails
I am looking to build an appointment booking app with the following characteristics:
- Users can be service providers or buyers
- Service providers set their availabilities (but can only set their availabilities at a maximum of 6 months ahead)
-…

Karim
- 1,303
- 1
- 14
- 23
6
votes
1 answer
When retrieving an appointment with EWS the subject contains the organizer name
Im retrieving all appointments with EWS for a specific room in my office 365 account. When returning the appointment(s) the subject property of the appointment contains the name of the organizer instead of the subject i gave the appointment.
Im i…

Marco
- 81
- 3
5
votes
2 answers
VBA can't send calendar appointment
When I manually make a calendar reminder/appointment, I can then click "Invite Attendees" and chose the people to invite and then click "Send" and everyone will receive that calendar reminder/appointment.
I have the following code to make a reminder…

FizzBuzz
- 558
- 2
- 13
- 29
5
votes
2 answers
What is the command line for opening an Outlook Appointment with attendees and location set?
"C:\Program Files\Microsoft Office\Office16\OUTLOOK.EXE" /c ipm.appointment /m "info@xxx.com&cc=admin@xxx.com&subject=Hello World&body=Hi"
The above command opens an appointment as following:
Is it possible to show the email To... field by default…

J.W
- 671
- 7
- 23
5
votes
2 answers
Appointments and Line Items
I'm building a management application to help manage my mobile auto detailing company (and hopefully others). I'm struggling to figure out how to model some of the data.
This question is related to a previous question that I've posted, but I've…

Chris Dutrow
- 48,402
- 65
- 188
- 258
4
votes
2 answers
JQuery and Rails Calendar Plugins
Does anybody have experience with appointment scheduling calendars for a ruby on rails application? Should I instead be looking at pure JQuery plugins? I'm looking for something good for scheduling appointments.
Here's a few resources I…

justingordon
- 12,553
- 12
- 72
- 116
4
votes
1 answer
Microsoft Exchange WebServices Appointment IsRecurring & AppointmentType
I'm currently developing an application that utilises Microsoft Exchange WebServices, and I'm a little confused about the Appointment.IsRecurring property and the Appointment.AppointmentType property.
According to this article on MSDN:…

Kevin P
- 311
- 2
- 13
3
votes
0 answers
How to open device calendar from flutter app?
I want to open the local calendar by click on a button from flutter app in IOS and Android platform, with initial parameters such as title, description and date.
In fact, I need open 'Add Event' of the calendar, directly from my app.
I've tried some…

M Karimi
- 1,991
- 1
- 17
- 34
3
votes
2 answers
ASP.NET MVC Scheduler open-source?
.NET MVC Scheduler/appointment open-source?
Thanks!

Alexandr
- 1,452
- 2
- 20
- 42
3
votes
7 answers
SQL Server how to regroup interval of 5 minute into 1 of 15 minute?
I'm building up a website where you can take an appointement online. I'll not explain all in detail but I have an table with my available time to take an appointment. Distributed into intervals of 5 min. Here's an example:
ID StartDate …

alexandre
- 297
- 4
- 16
3
votes
0 answers
Error In Saving appointment task for Windows Phone 8.1(Value does not fall within the expected range)
Below is the Code, I used to save the appointment task for Windows Phone 8.1.
private async void Add-Click(object sender, RoutedEventArgs e)
{
// Create an Appointment that should be added the user's appointments provider app.
var…

Anbarasi
- 421
- 2
- 5
- 23