#1810: thunderbird_lightning_normal_create.ics
projectforge-business/src/test/resources/ical/thunderbird_lightning_normal_create.ics Type: iCalendar · Role: Component · Source: projectforge-business/src/test/resources/ical/thunderbird_lightning_normal_create.ics 31 lines · 31 code · 0 comments · 0 blank
Unit/integration test for thunderbird_lightning_normal_create. Validates correctness of the corresponding production class behavior.
iCalendar Contents
- VEVENT entries: 1
- Total lines: 31
Source Code (abridged)
BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
CREATED:20170808T054334Z
LAST-MODIFIED:20170808T054334Z
DTSTAMP:20170808T054334Z
UID:bc939c07-4128-1647-acea-46345412e2e4
SUMMARY:Neuer Termin
DTSTART;TZID=Europe/Berlin:20170812T120000
DTEND;TZID=Europe/Berlin:20170812T130000
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR
Git History
702ac2a18 PROJECTFORGE-2758: - Add test data and tests for thunderbird lightning - Organizer is no longer add to ics if no attendees exists - Parsing ExDate use now the configured default time zone