On 2008-12-23 09:44:22 -0800, "[email protected]" 
<[email protected]> said:

> 
> Hi Guys,
> i'm developing a c# application that uses a common google calendar for
> an office. I'm searching a solution to replicate/copy the event from
> common calendar to personal calendars of the office's employees. Is
> there a way to solve my problem using Google Calendar API?

It could be done using the Calendar API -- the API allows you to create 
events. However, you'd need to watch out for employees modifying the 
events, and accordingly making sure that everything stays in sync.

The easiest approach would just be to either manage a single copy your 
office calendar directly in Google Calendar (either by hand, using the 
API, or by importing an iCalendar file you generate), then share a 
read-only copy of that calendar with the other employees.

-- 
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