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;
};

an title='2015-11-05 04:37:14 +0800'>2015-11-05
Commit message (Expand)AuthorAgeFilesLines
* x11-servers/xorg-server: Update to 1.14Jean-Sébastien Pédron2014-12-202-3/+0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1
* Update wacom input driver to 0.24.99.1Baptiste Daroussin2014-06-111-1/+3
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-9/+7
* Disconnect deprecated drivers.Niclas Zeising2013-12-171-3/+0
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-161-3/+2
* The FreeBSD graphics/x11 team proudly presentsNiclas Zeising2013-09-301-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* Revert changes to this file that accidentally snuck in in r319899.Niclas Zeising2013-06-051-0/+2
* Fix security issues in xorg client libraries.Niclas Zeising2013-06-051-2/+0
* Fix the options menu with bmake.Koop Mast2013-06-041-0/+2
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-3/+2
* Readd vmware and voodoo video drivers which got lost in the OptionNG conversion.Koop Mast2013-01-121-1/+3
1-0/+2
|
* - Convert to new options target helpersunpoet2015-10-201-1/+1
|