Skip to content

helpfulrobot/purplespider-basic-calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Calendar Module

Introduction

Provides basic "calendar page" functionality to a SilverStripe site.

Designed to provide a simple, fool-proof way for users to add calendar events to a page on their website.

This module has been designed to have just the minimum required features, to avoid bloat, but can be easily extended to add new fields if required.

Maintainer Contact

Requirements

  • Silverstripe 3.0+

Installation Instructions

  1. Place the contents of this repository in a directory named basic-calendar at the root of your SilverStripe install.
  2. Visit yoursite.com/dev/build to rebuild the database.
  3. Log in the CMS, and create a new Calendar Page page.

Features

  • An Event has a Title, Date, Time, Description & Image
  • GridField to manage events
  • Option to make the Manage Events tab the default fro the page
  • Option to also display events from other Calendar Pages - So you can have several mini calendars, and a main one.
  • Link for users to view Past or Future events.
  • Past Events are displated on a separate CMS tab, so they stay out of your way.

About

Provides basic "calendar page" functionality to a SilverStripe site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.7%
  • Scheme 18.5%
  • CSS 6.8%