Keeping a calendar of events up to date with aPeel couldn't be easier. To add a new event, simply add a new web page to your site. Use the 'Event Date' attribute to tell aPeel the date of your event.
To include a calendar showing events for this month in a layout, template or page, just do this:
{% calendar month:this_month %}
For next month do this:
{% calendar month:next_month %}
For this months calendar of events tagged with 'my_tag' and 'other_tag' do this:
{% calendar month:this_month tags:'my_tag,other_tag' %}
To get a bulleted list of the next 10 upcoming events do this:
{{ calendar.upcoming_event_list }}