Displaying Google Calendar Events on a Club Web Site

In this article I will explain how I present a list of events from Google Calendar in a club web site events page. This follows on from my previous article, Adding Calendar Events to Google Calendar in C#. I had a few attempts at making this work and encountered a few problems along the way [...]

Tags: , , , ,
Posted in Google, JavaScript, Web Development | 2 Comments »

Loading XML in C# with XML Serialisation

The problem – I have a lot of event details for a local club in an XML file and I wanted to load them into a C# application which will import them into a Google Calendar (see my earlier article to understand why). I originally started to write a C# application to maintain the events [...]

Tags: , , ,
Posted in C# | 3 Comments »

Embedding Google Calendar Events in a Club Web Site

I maintain a web site for a Scottish Country Dancing group, Thistle Society Wigan (http://www.thistlesociety.org.uk/).  As part of this I need to update the list of forthcoming events for the society and this can be quite time consuming. So I wondered if I could find a way to simplify the way events were maintained – [...]

Tags: , , , , , ,
Posted in C#, Web Development | No Comments »