Calendar Application

Version 10.1 by Silvia Rusu on 2011/06/20 14:05

Main objective

This application aims to allow end users to create calendars for which they can define and manage events.

Description

The functionality of the application is similar to Google Calendar.
The user defines event objects for a specific calendar and the events are visible in different views (day/week/month/year?).

Functionality

  • Add events:  1. Button which opens a modal window, allowing the user to insert details and save || 2. Complete form on the page. The users enters all the details and, after submission, he is redirected back to the calendar in view mode
  • View event list:  A page (modal window) with the list of all the events in the calendar is displayed, using LiveTable, were the user can filter and edit/delete events (if he has the right to do it, additional view to administrate events)
  • Import/export:  tbd - ical feeds 
  • Microformats support:  tbd
  • JS drag & drop on the calendar table for changing the dates/hours of the events ?:  an event can be dragged from one slot of the calendar table to another slot
  • RSS notifications:  tbd
  • Email notifications:  emails with information about the event are sent to the calendar creator and to the selected users (when?)
  • Privacy settings on events:  events can be public or private, public events are visible to everyone, private events are visible only to the calendar creator
  • Privacy settings on calendar  
  • Display events on categories:  the viewer can select a category and only events from that category will be displayed in the calendar event
  • Event details on hover:  when the user moves the mouse over an event in the calendar table details about the event (startin&ending time, location, description) are displayed
  • Comment on events:  users have the ability to comment on events
  • Yearly view of the calendar, where days with events in them are highlighted
  • Monthly view of the calendar, with links to the previous and next months
  • Weekly view of the calendar, with  links to the previous and next weeks
  • Daily view of the calendar, listing all the events in that day
  • Have an API for accessing events
  • Each event must be stored in its own document
  • Have different calendars for each space

Detailed Functionality

Adding events

You may add an event by:

  1. Clicking a button which opens a modal window, allowing the user to insert details and save
  2. Filling in a form on the event page. The user enters all the details and, after submission, he is redirected back to the calendar in view mode

Each calendar will be stored in a space. A space can only contain one calendar. Each event must be stored in its own document and should have:

  • Name 
  • Date: User should be able to mark an event as recurring. Similarly to Google Calendar, event recurrence should be customizable
  • Location: Link to Google Maps
  • Description
  • Category
  • Color: The event will have a default color and event creators may select a different color for the new event from a given list
  • Notifications: Email notifications may be sent to the event creator and the users he selects n minutes/hours/days/weeks before the event (n = a number the event creator fills in; minutes/hours/days/weeks are options in a drop-down). The event creator can also choose to be notified via RSS about event changes.
  • Privacy options: Default, Private, Public
  • The possibility to add guests. Guests can appear in the form of wiki users or email addresses. Suggestions should be available if the event creator starts typing in a user's name. Guests will be notified by email they have been invited to the event and they should be able to RSVP (confirm their presence) via email
  • Set rights for guests. The event creator can grant users one, some or all of the following rights: modify the event, invite other guests to the event, see the guest list
  • Attachments: Documents can be attached to an event. An icon will indicate in the daily and weekly view modes that the event has attachments
  • Comments: Users have the ability to comment on an event. An icon will indicate in daily and weekly view modes that the event has comments

More actions:

  • Change owner
  • RSVP for guests: Users who are not event owners, but see an event to which they are invited in a calendar, should be able to click the "RSVP" link and confirm their presence
  • Delete event
  • Duplicate event: Copy an event inside the calendar
  • Copy event to a different calendar: Copy an event from the current calendar to a different calendar

Viewing events

View calendar:

  • Tabbed day, week, month, yearly view
  • Year view:
    • There should be 12 cells representing the 12 different months
    • When users click on a month (e.g. June 2011) they should be directed to that specific month in the "Month" tab
    • When users click on a day (e.g. 1) they should be directed to that specific day in the "Day" tab
    • Days that have events associated should be marked with bold
    • The current day should be highlighted with a distinct color or frame
    • Arrows will be available to go to the previous/next year
  • Month view:
    • Table view; each column represents a day of the week (Monday, Tuesday...); each cell represents a specific date (1, 2...)
    • When users click on a day (e.g. 1 in the cell header) they should be directed to that specific day in the "Day" tab
    • Events should be displayed chronologically inside each cell. The starting hour of the event should be displayed, the name of the event and an icon indicating if notifications have been set. Clicking or hovering (TBD) on the event will bring up a pop-up with more details and links to edit and delete the event
    • The current day should be highlighted with a distinct color (same as the one used for the "Year" view)
    • Arrows will be available to go to the previous/next month
  • Week view
    • Table view; each column represents a day of the week (Monday, Tuesday...); each row represents an hour of the day
    • When users click on a day (e.g. Fri 6/17 in the table header) they should be directed to that specific day in the "Day" tab
    • Events should be displayed chronologically in each column and occupy the number of cells corresponding to the number of hours the event is scheduled to last. An alert icon should be displayed when a notification is set, an attachment icon when an attachment is present, a comment icon when comments have been added. Clicking or hovering (TBD) on the event will bring up a pop-up with more details and links to edit and delete the event
    • The current day should be highlighted with a distinct color (same as the one used for the other views)
    • Arrows will be available to go to the previous/next week
  • Day view
    • Table view; one column representing one day; each row represents an hour of the day
    • Events should be displayed chronologically and occupy the number of cells corresponding to the number of hours the event is scheduled to last. An alert icon should be displayed when a notification is set, an attachment icon when an attachment is present, a comment icon when comments have been added. Clicking or hovering (TBD) on the event will bring up a pop-up with more details and links to edit and delete the event
    • The current day should be highlighted with a distinct color (same as the one used for the other views)
    • Arrows will be available to go to the previous/next day
  • Display events by category: users can select a category and only events from that category will be displayed in the calendar
  • Jump to a specific date
  • Viewing events you are invited to in your calendar: Calendar owners will have view right by default for their own calendar (space). View rights should also be granted for events he is invited to. This means having view rights on event pages that are located in other calendars (spaces). Other rights, such as edit and comment can also be granted, depending on the settings established by the the owner when creating the event. 

View event list: A page (modal window) with the list of all the events in the calendar is displayed, using LiveTable, were the user can filter and edit/delete events (if he has the right to do it, additional view to administrate events)

Settings

Privacy Settings

Privacy settings for calendar
The calendar can be:

  • Public
  • Visible for specific wiki users
  • Private

Default privacy settings for events
Events can be

  • Public: visible to everyone specified in the calendar settings
  • Private: visible only to the event creator

Notifications

A calendar owner may choose to receive notifications for:

Events he is invited to Events he owns
  • New invitations
  • Changed invitations
  • Canceled invitations
  • Invitation replies
  • RSVPs from guests (attending, canceling presence)
  • Attachments being added
  • Comments being added

Date and Language

Suggestions

  • Ability to print calendar
  • Keyboard shortcuts
  • Tips or link to documentation
  • Gadget integration

Technicalities

The event-calendar part of the application will be implemented in the following way:

  • 2 classes will be used: EventClass and CalendarClass
  • an event represents a document with an object of EventClass attached
  • a calendar represents a document with an object of CalendarClass attached. When a calendar is added, a space is also created. This space will contain the calendar document and the event documents associated with the calendar.

Event class properties:

  • title (Title: text):  the title of the event
  • description (Description: text):  a short description of the event
  • location (Location: text):  the location where the event will take place
  • startDate (Start date: date(dd/MM/yyy)):  the date when the event starts
  • startTime (Start time: static list):  the hour when the event starts
  • endDate (End date: date(dd/MM/yyyy)):  the date when the event ends
  • endTime (End time: static list): the hour when the event ends
  • category(Category: database list):  the category of the event
  • privacySettings(Privacy: static list):  set the event to be public (visible to everyone) or private (visible only to the user)
  • notifications(notifications: bool):  indicates if the notifications are activated or not
  • userNotifiationList(Users to receive notifications: ?):  the list of users to be notified about the event

Calendar class properties:

  • title (Title: text):  the title of the calendar
  • description(Description: text):  a short description of the calendar
  • privacySettings(Privacy: static list):  set the calendar to be public(visible to everyone) or private(visisble only to the user)
  • owner(Owner: user):  the user who owns the calendar

Calendar class sheets:

  • CalendarViewDaySheet:  contains the display of the calendar table in "day" view
  • CalendarViewWeekSheet:  contains the display of the calendar table in "week" view
  • CalendarViewMonthSheet:  contains the display of the calendar table in "month" view
  • CalendarViewYearSheet?
  • CalendarFormSheet:  contains the form for adding new events
  • CalendarEventListSheet:  contains the list of events for the specific calendar, with edit and delete links if the user has editing rights

Category class properties:

  • title(Title: text):  the title of the category
  • description(Description: text):  a short description of the category