|
FlaglerCalendar.com was started after several frustrating days trying to find dates for a possible fundraiser. The administrator needed to check at least 6 local websites and make 4 phone calls to check large organizations' calendars. Our goal is to collect all of the events in Flagler County in one place.
To help get the information out to the public, we have made our calendar available for inclusion in other websites.
This is a free service, but we request an email letting us know you are adding this to you site. Please include a link to your page containing the calendar. This will help us verify your page still works after future changes. See the Contact Page for the email address to use.
To include a list of upcoming events on your site, include the following code on your site:
|
Sample of upcoming events |
Code to include |
|
|
<iframe src="http://www.flaglercalendar.com/cal/myupcoming.php" width="300" height="400" name="califrame"></iframe>
The following parameters may be passed to "myupcoming.php":
| Name |
Value |
| user |
show only events created by this user |
| maxEvents |
the maximum number of events to display in the list (default is 10) |
| days |
the number of days to look ahead for events (default is 30) |
| showTime |
boolean (1 or 0) indicating if the time should be displayed with the event |
Example with parameters:
<iframe src="http://www.flaglercalendar.com/cal/myupcoming.php?user=todonnell&maxEvents=50&showTime=1&days=7" width="300" height="400" name="califrame"></iframe>
|
Sample of small month view |
Code to include |
|
|
<iframe height="210" width="225" src="http://www.flaglercalendar.com/cal/minical.php"></iframe> |
|