Adding a Calendar

To Add a calendar to your site add a link to /app/calendar

Then go to /app/calendar and edit the Google calendar URL (you'll find that in the far left administrative menu). Thats it.

Google Calendar

Our system will integrate very nicely with Google calendar. To get things going the first thing you need to do is setup a google calendar and make sure it is public. Once you have a public calendar you can get the public URL. To verify that the calendar is indeed public log out of google completely. Once logged out visit the public URL of your calendar. If you see all your calendar events then you know it is indeed public.

Calendar Widgets

Adding Widget Code

Get next 3 events that do not have the tag nofrontpage

[/calendar/now/3/-nofrontpage]

Get past 3 events that do have the tag scores, show oldest events first

[/calendar/-3/now/scores]

Get next 3 events that do not have the tag nofrontpage

[/calendar/0/3/-nofrontpage]

Get past 3 events that do have the tag scores, show oldest events first

[/calendar/-3/0/scores]

Get all events between January 1st and January 31st.

[/calendar/01-01-2015/01-31-2015]

Get all events between January 1st and January 31st. Show in reverse order.

[/calendar/01-31-2015/01-11-2015]

The first and second paramaters are either a number range 0 thru 3 or a date range. The order of the range determines the sort order for the events returned. The last parameter is the query to filter your events by.