On Wed, Dec 3, 2008 at 9:27 AM, Steve <[EMAIL PROTECTED]> wrote:
>
> Hello-
>
> I am developing a windows based program and have a need to add a
> scheduled appointment on an employees calendar via email. Is this
> possible? If so, How do I implement it? Is there a better way to go
> about doing it?

Yes, mostly. There's a standard for sending calendar events via
iCalendar files (in short, you attach an ICS file and set some special
headers). This is described in RFC 2447;

http://tools.ietf.org/html/rfc2447

However, the employee will still need to accept the event to have it
added to their calendar. You can't get around that without using the
Calendar Data API.

-- 
Trevor Johns

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to