From 93aa77bb5b0c63798c2ece8cd606f5003dde97d3 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 14 Dec 2024 10:49:50 +0100 Subject: [PATCH] modified: src/config.h --- src/config.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/config.h b/src/config.h index 775bfc3..ff2e694 100644 --- a/src/config.h +++ b/src/config.h @@ -11,18 +11,18 @@ static const time_t pauseLenght = minutes(10); static const time_t minIntervalLen = minutes(30); - -static const char *iCalHeader = "BEGIN:VCALENDAR" - "VERSION:2.0" - "PRODID:-//hacksw/handcal//NONSGML v1.0//EN"; - -static const char *iCalEvent = - "BEGIN:VEVENT" - "UID:uid1@example.com" - "ORGANIZER:CN=John Doe : MAILTO: john.doe@example.com" - "DTSTART:19970714T170000Z" - "DTEND:19970715T040000Z" - "SUMMARY:Bastille Day Party" - "END:VEVENT "; - +// +// static const char *iCalHeader = "BEGIN:VCALENDAR" +// "VERSION:2.0" +// "PRODID:-//hacksw/handcal//NONSGML v1.0//EN"; +// +// static const char *iCalEvent = +// "BEGIN:VEVENT" +// "UID:uid1@example.com" +// "ORGANIZER:CN=John Doe : MAILTO: john.doe@example.com" +// "DTSTART:19970714T170000Z" +// "DTEND:19970715T040000Z" +// "SUMMARY:Bastille Day Party" +// "END:VEVENT "; +// #endif