-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated calDav plugins and added syncDav plugin
- Loading branch information
Showing
15 changed files
with
635 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 0 additions & 41 deletions
41
examples/webDav/public/calendar/admin/personal/6837CB82-AE37-4E57-9C89-D39D62BBBC01.ics
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
examples/webDav/public/calendar/admin/personal/7B508AD5-FE51-4C7B-8E21-0104F5412923.ics
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
...ebDav/public/principals/admin/calendars/Personal/4AF119BE-84A2-462C-9F8A-529F01454B18.ics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:-//Apple Inc.//Mac OS X 10.10.3//EN | ||
CALSCALE:GREGORIAN | ||
BEGIN:VTIMEZONE | ||
TZID:Europe/Bucharest | ||
BEGIN:DAYLIGHT | ||
TZOFFSETFROM:+0200 | ||
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU | ||
DTSTART:19970330T030000 | ||
TZNAME:EEST | ||
TZOFFSETTO:+0300 | ||
END:DAYLIGHT | ||
BEGIN:STANDARD | ||
TZOFFSETFROM:+0300 | ||
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU | ||
DTSTART:19971026T040000 | ||
TZNAME:EET | ||
TZOFFSETTO:+0200 | ||
END:STANDARD | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
CREATED:20150426T104512Z | ||
UID:4AF119BE-84A2-462C-9F8A-529F01454B18 | ||
DTEND;TZID=Europe/Bucharest:20150415T100000 | ||
TRANSP:OPAQUE | ||
SUMMARY:New Event | ||
DTSTART;TZID=Europe/Bucharest:20150415T090000 | ||
DTSTAMP:20150426T104512Z | ||
SEQUENCE:0 | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.