Wiki source code of GSoC Calender Application

Last modified by Michelle Shi on 2010/03/19 01:07

Show last authors
1 Project: [[http:~~/~~/dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/#HCalendarapplication>>http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/#HCalendarapplication]]
2
3 [[GSoC 2010 Home Page>>http://socghop.appspot.com/site/home/site]]
4
5 == Requirement ==
6
7 (% class="star" %)
8 * display day, week, month, year view for the calendar
9 * store the event objects anywhere in the wiki
10 * have a friendly UI for adding, changing and filtering events
11 * import events from the old version event calendar.
12 * support [[microformats>>http://microformats.org/wiki/hcalendar]]
13 * export in standard formats (ical)
14
15 == Plan ==
16
17 Done
18
19 * Learn How to create Calender Event Class in xwiki (done at 2010-03-10)
20 * Learn the "Suggested way of working for GSoC students" (done at 2010-03-10)
21 * build xwiki from source code (done at 2010-03-13)
22 * use the old calendar application, and read the source code (done at 2010-03-14)
23 * learn [[XWiki Data Model>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/DataModel]]
24
25 ToDo
26
27 * use javascript to display day, week, month, year view for the calendar (Created at 2010-03-07)
28 * check out all the content in Developer's Guide (Created at 2010-03-14)
29 * Check out the open source calendar program and learn the the source code. Learn how to develop application in xwiki. Learn the Tutorials and Guides in this page http:~/~/platform.xwiki.org/xwiki/bin/view/DevGuide/. (Created at 2010-03-14)
30 * how to realise "calendar event in its own document And the calendar view just gathers and displays all the events in the current wiki or space" (Created at 2010-03-14)
31 * build a prototype in myxwiki (Created at 2010-03-14)