author | alwin <alwin> | 2005-03-20 12:53:48 (UTC) |
---|---|---|
committer | alwin <alwin> | 2005-03-20 12:53:48 (UTC) |
commit | b5d0608680296aab4ce8c08b794f9eb99812f39b (patch) (unidiff) | |
tree | a78928b83a8f636c71dfffaa01a6a9e91f447294 | |
parent | a93e2c40f08388b7dea93a3dd0ce69b029a59092 (diff) | |
download | opie-b5d0608680296aab4ce8c08b794f9eb99812f39b.zip opie-b5d0608680296aab4ce8c08b794f9eb99812f39b.tar.gz opie-b5d0608680296aab4ce8c08b794f9eb99812f39b.tar.bz2 |
short description of how these plugins interact with datebook
-rw-r--r-- | core/pim/datebook/holiday/README | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/core/pim/datebook/holiday/README b/core/pim/datebook/holiday/README index 48ec9d9..262cac3 100644 --- a/core/pim/datebook/holiday/README +++ b/core/pim/datebook/holiday/README | |||
@@ -2,5 +2,17 @@ Here base plugins for making lists of for datebook. | |||
2 | this moment planned: | 2 | this moment planned: |
3 | - plugin displaying birthdays from contacts | 3 | - plugin displaying birthdays from contacts |
4 | - base christian holidays (christmas, ash wednesday, easter, | 4 | - base christian holidays (christmas, ash wednesday, easter, |
5 | palm sunday, Ascension Day, Whitsunday, Corpus Christi) | 5 | palm sunday, Ascension Day, Whitsunday, Corpus Christi) |
6 | - dummy plugin for testing ;) | 6 | |
7 | How does it work? | ||
8 | |||
9 | Day-view just requesting a stringlist and handles them specific. | ||
10 | |||
11 | All other views: | ||
12 | the plugin generate allday-events with a wrong uid. The views care about | ||
13 | and may do something special (if wanted). | ||
14 | |||
15 | As in good calendar is these automatic generated fake-events should displayed | ||
16 | on top of all other events. this will done due the overloaded db-class asks FIRST | ||
17 | the plugins and THEN for real events. So these fake-events are always at front | ||
18 | of eventlist. | ||