Retreiving upcoming calendar events from a Google Calendar
- by brian_ritchie
Google has a great cloud-based calendar service that is part of their Gmail product. Besides using it as a personal calendar, you can use it to store events for display on your web site. The calendar is accessible through Google's GData API for which they provide a C# SDK.
Here's some code to retrieve the upcoming entries from the…