an iCal processing library

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Thu May 22 16:10:39 2014 +0000
Parent:
2:1f5dbc624b95
Child:
4:a1c25d936346
Commit message:
Documentation, and work on minor reduction in memory footprint.

Changed in this revision

iCal.h Show annotated file Show diff for this revision Revisions of this file
--- a/iCal.h	Sat May 17 19:54:51 2014 +0000
+++ b/iCal.h	Thu May 22 16:10:39 2014 +0000
@@ -11,8 +11,8 @@
 
 // Maximum storage space for each item as free-form text
 #define SUMMARY_CHARS 40
-#define LOCATION_CHARS 30
-#define CATEGORY_CHARS 30
+#define LOCATION_CHARS 20
+#define CATEGORY_CHARS 20
 
 typedef enum {
     rptfNone,