aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal_struct.h
blob: 411036c7aa41dbf85803ad92c1fe36cfe922c081 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#define MAX_SZ 30

enum RepeatType {
    Single,
    Days,
    Months,
    WeekDays,
    MonthDays 
};


struct actionitem {
    char    date[MAX_SZ];
    int time;  /* Minutes past midnight */
};

struct event {
    struct actionitem start;
    struct actionitem end;

    enum RepeatType repeat;
    int repeatcount;
    char    description[MAX_SZ];
    char    subtype[MAX_SZ];
    GList   *properties;
};

lass='list nowrap'>Commit message (Expand)AuthorAgeFilesLines * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * - Update to 0.2.7.araujo2007-09-273-15/+40 * - Update portupgrade location in vendor manpagepav2007-02-051-1/+1 * Populate a new ports-mgmt category. List of moved ports:pav2007-02-051-1/+1 * - Update to 0.2.5clsung2006-08-303-24/+40 * - Update to 0.2.4rafan2006-08-163-11/+33 * - update to 0.2.2clsung2006-07-103-7/+32 * - Drop dependency on less port, we can use less in basepav2006-06-191-4/+1 * Update to 0.2_1erwin2006-06-162-15/+14 * Update to 0.2erwin2006-06-154-29/+64 * - Fix typo in files/portless.sh scriptaaron2006-06-132-2/+2