[gnome-calendar] Updated docs.



commit b112ffaa97a23d7318b1cb10aefdbf9e034da3e4
Author: Erick PÃrez Castellanos <erick red gmail com>
Date:   Sun Jul 1 00:10:54 2012 -0400

    Updated docs.

 TODO                     |    4 ++++
 doc/Assumptions.markdown |   10 +++++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/TODO b/TODO
index 8bdd4aa..c33bac8 100644
--- a/TODO
+++ b/TODO
@@ -9,3 +9,7 @@ TODO
  - Create GcalView interface or superclass of all views.
  - Connect all dconf options to the program
  - Remove body_actor if there's no need of it in the end.
+
+Design stuff
+
+ - What to do when there's no host set in the event.
diff --git a/doc/Assumptions.markdown b/doc/Assumptions.markdown
index bc7492a..5c9b1ce 100644
--- a/doc/Assumptions.markdown
+++ b/doc/Assumptions.markdown
@@ -6,4 +6,12 @@
    Maybe that's will be the way eventually, but well)
 
 2. Using sexp for getting objects between two dates:
-   (occur-in-time-range? (make-time "20001116T230000Z") (make-time "20001217T230000Z") "America/New_York")
+   (occur-in-time-range? (make-time "20001116T230000Z") (make-time "20001217T230000Z") "America/Havana")
+
+3. We'll merge all the description from `e_cal_component_get_description_list`
+   into one big description for an event.
+
+4. I've done a lot of simplication from what the API of e-d-s offers to how we
+   show alarms of events. The code is marked with comments inside GcalManager.
+   Among other stuff we'll show only reminders set before the event, and just
+   before the start time of the event.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]