Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
1answer
485 views

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 ...
5
votes
2answers
251 views

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 ...
4
votes
3answers
1k views

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 ...
3
votes
1answer
192 views

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 ...
2
votes
1answer
139 views

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 ...
2
votes
1answer
108 views

delphi - need to read all occurrences of Recurring Outlook Appt

Using Delphi to read Outlook appointments via COM... Code is working fine, with the exception of Recurring appointments. Everything I read says that I need to using RecurrencePattern and GetOccurrence ...
2
votes
2answers
1k views

appointments scheduler managment with asp.net MVC

I'm building an Appointments Scheduler manager on asp.net mvc. My requirements are: The administrator will add timeslot appointments to the calendar for each persons in the company who can receive ...
1
vote
1answer
1k views

XtraScheduler create appointment programatically

I am (trying) to use the DevExpress XtraScheduler to - (dont ask why) to create an appointment without actually using the scheduler control in the form i have attempted to do that like this... conn = ...
1
vote
1answer
187 views

Is it possible to open a new calendar appointment, like the mailto tag but for calendar?

I was just wondering if there is a way of doing this so the mail client opens up with the Calendar and you can half fill out the details. I don't want to just silently create it and send it i want the ...
1
vote
2answers
328 views

JavaScript Recurring Appointments Library

I'm looking for a JavaScript library that can calculate recurring appointments. Something that can handle things like "every 2nd Wednesday". The solution needs to be JavaScript and client side only. I ...
1
vote
2answers
1k views

Outlook Automation from a web application to create appointments

Is it a standard practice to automate outlook from a web application using ActiveX technology? How does this compare with a web scheduler like telerik's RadScheduler + telerik's Exchange Provider to ...
1
vote
1answer
879 views

Outlook Appointment from Sharepoint Web Part

Is it possible to create an appointment in Outlook from a custom Sharepoint Web Part programmatically? VB.Net links or examples would be most helpful. Thanks.
0
votes
1answer
17 views

Outlook - how to access appointment attribute COMPANY

The Outlook data model for Appointments includes an attribute called COMPANY. I cannot find where to enter this information anywhere. If I create a new appointment, I can enter start time, stop ...
0
votes
1answer
62 views

c# Exchange Webservices delete appointment in public folder

I trying to delete an appointment in an public calendar. ExchangeService Exchange = new ExchangeService(); Uri tempuri = new Uri(@"\\192.168.55.138"); Exchange.Url = tempuri; ...
0
votes
0answers
110 views

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. ...
0
votes
0answers
52 views

Help with Oracle SQL for appointment scheduling - Part 2

This is an extension to the question I have posted at Help with Oracle SQL for appointment scheduling Given the agents: id name shift_starts_at (ex: 09:00) shift_ends_at (ex: 15:00) and the ...
0
votes
0answers
131 views

Implementing appointment scheduling and monitoring systems in ruby on rails or jquery or java script

I have requirement to implement the following feature in the local business eCommerce website. 1. Showing the calendar interface with daily|weekly|monthly view. 2. Website users should be able to view ...
0
votes
1answer
184 views

Outlook Addin Events C#

Hi I am working with Outlook Addin i have a database which get updated by some other application and according to that i am addin appointments and calenders in outlook through exchange server ...
0
votes
1answer
102 views

How to create an availability script using PHP and MySQL based on schedule entries?

I am trying to develop a tool for a client that returns all available users for a given day and time of the week. For example, the user will enter their current weekly schedule, and the database will ...
0
votes
1answer
84 views

Outlook does not return appointment recurrences

I'm playing around with VSTO for Outlook 2007. When accessing appointments in calendar, I'd like to see all recurrences - not only the series-main item. My code is as following var calendarFolder = ...
0
votes
0answers
337 views

ASP.NET MVC Scheduler open-source?

Hi is there any ASP.NET MVC Scheduler/appointment open-source? Thanks?
0
votes
0answers
306 views

How to get UNIQUE APPOINTMENT ID of calender appointment item, at the time of it's insertion using .NET 2.0 and C#?

Can anyone help me to find out UNIQUE APPOINTMENT ID of calender appointment item, at the time of it's insertion using Exchange Web Services 2007 SP1? I am using .NET 2.0 and C#. The code is as under: ...
0
votes
0answers
40 views

Creating an algorithm that generates appointments [closed]

Requirement Our company organize a trade exhibition based on pre-scheduled appointments between sellers (those who pay to have a stand and meet buyers) and buyers (those who come to the event on a ...
0
votes
1answer
134 views

Serialisation of VSTO/Outlook appointmentitem object?

I'm currently using c# and vsto to create an addon for outlook and need to extract all of the data from an appointmentitem, I have tried the XML serialiser and it appears that the object is somehow ...
0
votes
1answer
103 views

Outlook 2007 - appointment

I'm try to set Recurrence Appointment in my caldender for 5th working day on every month. I can see that i can set the 1st, 2nd, 3rd, 4th and the last day of every month but i cant see option to set ...
0
votes
2answers
130 views

How can I make a call, as I recieve a push notification?

I have developed an appointment application. When I receive a push notification, I want to make a call to a particular person, but right now it is just opening the application when I get a push ...
0
votes
1answer
44 views

Cannot complete the function with CDOEX and Exchange 2000

I am trying to create an appointment using CDOEX in Exchange 2000. The code snippet is from msdn and is VB6. When I reach this line: ".DataSource.SaveToContainer iMbx.Calendar, Conn" I am getting ...
0
votes
1answer
212 views

Exchange Server Webdav: How to retrieve the unique id of new items created

I am creating the appointments using WebDav in Exchange server 2003 and it is working perfectly fine. I however want to get an handle for the newly created items for future user like setting custom ...
0
votes
1answer
498 views

How to add custom 'Add Appointment' page for telerik scheduler?

I am trying to create a custom add page for appointments for telerik scheduler. I want my page to be displayed rather than the add appointment template built in the scheduler. I looked at the Advanced ...
0
votes
1answer
1k views

RadScheduler to show All Day Event

Hey, here is a stupid question for you. What do you have to do to get an appointment to displayed as an all day event in Telerik's RadScheduler? How do you tell the RadScheduler that this specific ...
0
votes
1answer
1k views

send appointment invitation to lotus notes 8.5 clients via c#

i am using Interop.Domino.dll and able to send mail via c# code to lotus notes 8.5 users. now i want to send appointment invations to users via c# code. here is my code. ...
0
votes
1answer
539 views

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 ...
0
votes
1answer
404 views

Different Unique Ids created using WebDAV and Exchange vs Outlook

I am creating an appointment in Exchange via WebDAV, but the UId created is not the same as if I create the appointment in Outlook. The UId I believe is the same as the GlobalObjectId and should be ...
0
votes
2answers
915 views

C# How to set a dynamically created Outlook appointment read-only?

In my code I create Outlook appointments. This appointment I save in a user's folder. The user may not be able to edit this appointment, so I need to set this appointment read-only. How can I do this? ...