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 [...]
Displaying Google Calendar Events on a Club Web Site
Tags: Google Calendar, JavaScript, PHP, XML, XML Namespaces
Posted in Google, JavaScript, Web Development | No Comments »
Posted in Google, JavaScript, Web Development | No Comments »
Adding Calendar Events to Google Calendar in C#
I’ve replaced a custom event page for the Thistle Society with a list extracted dynamically from a Google Calendar. Following on from the previous article, Loading XML in C# with XML Serialisation, I needed to upload the events into the Google Calendar from my C# application (Event Manager). To do this, first spend hours scouring [...]

