Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
We have a company web site which was developed by vendor (.NET, SQL server) and its hosted in our server, having full database access control with us.

This application has it own calendar. I have 500+ users who are using gmail.

Now i want this calendar to be appear in their gmail calendar
Could you please suggest the best way to achieve this?

Many Thanks.
Posted
Comments
Peter Leow 2-Mar-15 23:02pm    
Start your adventure by learning and exploring the Google Calendar API at https://developers.google.com/google-apps/calendar/

1 solution

As mentioned you'll have to write a lot of code to sycnh your proprietary calendar into a gmail calendar. It may be possible but you'll need to see what google supports, https://developers.google.com/google-apps/calendar/[^], and you'll also need to see how you can get the data from your custom app.
 
Share this answer
 
Comments
Member 11490624 3-Mar-15 18:50pm    
Ive already gone through this google support but its too generic. Do you have any document which give instruction for .NET and google calendar integration.

Thanks indeed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900