diff options
author | Iain Lane <iain.lane@canonical.com> | 2015-07-20 17:31:28 +0100 |
---|---|---|
committer | Iain Lane <iain.lane@canonical.com> | 2015-07-20 17:31:28 +0100 |
commit | a0335176ab4104b7e0fbb5ecc19ca42dea0a3900 (patch) | |
tree | bc0272aec332841b5d6c7f94928a3d5434254a73 /tests/test-eds-ics-repeating-events.ics | |
parent | 813f10d40c13d1780411c08b5fd72aea81072194 (diff) | |
parent | 074bee9fbc895b436639010e91a6d1e1ecbee6cb (diff) | |
download | ayatana-indicator-datetime-a0335176ab4104b7e0fbb5ecc19ca42dea0a3900.tar.gz ayatana-indicator-datetime-a0335176ab4104b7e0fbb5ecc19ca42dea0a3900.tar.bz2 ayatana-indicator-datetime-a0335176ab4104b7e0fbb5ecc19ca42dea0a3900.zip |
merge trunk, no need to give dbus names any more
Diffstat (limited to 'tests/test-eds-ics-repeating-events.ics')
-rw-r--r-- | tests/test-eds-ics-repeating-events.ics | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/test-eds-ics-repeating-events.ics b/tests/test-eds-ics-repeating-events.ics new file mode 100644 index 0000000..efde5f7 --- /dev/null +++ b/tests/test-eds-ics-repeating-events.ics @@ -0,0 +1,28 @@ +BEGIN:VCALENDAR
+CALSCALE:GREGORIAN
+PRODID:-//Ximian//NONSGML Evolution Calendar//EN
+VERSION:2.0
+X-EVOLUTION-DATA-REVISION:2015-05-07T21:14:49.315443Z(0)
+BEGIN:VTODO
+UID:20150507T211449Z-4262-32011-1418-1@ubuntu-phablet
+DTSTAMP:20150508T211449Z
+DTSTART:20150508T164000
+RRULE:FREQ=WEEKLY;BYDAY=FR
+SUMMARY:Alarm
+CATEGORIES:x-canonical-alarm
+CREATED:20150507T211449Z
+LAST-MODIFIED:20150507T211449Z
+BEGIN:VALARM
+X-EVOLUTION-ALARM-UID:20150507T211449Z-4262-32011-1418-2@ubuntu-phablet
+ACTION:AUDIO
+ATTACH:file:///usr/share/sounds/ubuntu/ringtones/Suru arpeggio.ogg
+TRIGGER;VALUE=DURATION;RELATED=START:PT0S
+END:VALARM
+BEGIN:VALARM
+X-EVOLUTION-ALARM-UID:20150507T211449Z-4262-32011-1418-3@ubuntu-phablet
+ACTION:DISPLAY
+DESCRIPTION:Alarm
+TRIGGER;VALUE=DURATION;RELATED=START:PT0S
+END:VALARM
+END:VTODO
+END:VCALENDAR
|