modified: src/config.h
parent
c28d688db9
commit
3ec9275695
28
src/config.h
28
src/config.h
|
@ -11,18 +11,18 @@
|
||||||
|
|
||||||
static const time_t pauseLenght = minutes(10);
|
static const time_t pauseLenght = minutes(10);
|
||||||
static const time_t minIntervalLen = minutes(30);
|
static const time_t minIntervalLen = minutes(30);
|
||||||
|
//
|
||||||
static const char *iCalHeader = "BEGIN:VCALENDAR"
|
// static const char *iCalHeader = "BEGIN:VCALENDAR"
|
||||||
"VERSION:2.0"
|
// "VERSION:2.0"
|
||||||
"PRODID:-//hacksw/handcal//NONSGML v1.0//EN";
|
// "PRODID:-//hacksw/handcal//NONSGML v1.0//EN";
|
||||||
|
//
|
||||||
static const char *iCalEvent =
|
// static const char *iCalEvent =
|
||||||
"BEGIN:VEVENT"
|
// "BEGIN:VEVENT"
|
||||||
"UID:uid1@example.com"
|
// "UID:uid1@example.com"
|
||||||
"ORGANIZER:CN=John Doe : MAILTO: john.doe@example.com"
|
// "ORGANIZER:CN=John Doe : MAILTO: john.doe@example.com"
|
||||||
"DTSTART:19970714T170000Z"
|
// "DTSTART:19970714T170000Z"
|
||||||
"DTEND:19970715T040000Z"
|
// "DTEND:19970715T040000Z"
|
||||||
"SUMMARY:Bastille Day Party"
|
// "SUMMARY:Bastille Day Party"
|
||||||
"END:VEVENT ";
|
// "END:VEVENT ";
|
||||||
|
//
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue