-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1271 from pimutils/feature/status
Better support for status and initial support for partstat
- Loading branch information
Showing
13 changed files
with
162 additions
and
10 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
[[work]] | ||
path = ~/.calendars/work/ | ||
readonly = True | ||
addresses = user@example.com |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:-//PIMUTILS.ORG//NONSGML khal / icalendar //EN | ||
BEGIN:VEVENT | ||
SUMMARY:An Event | ||
DTSTART;TZID=Europe/Berlin:20140409T093000 | ||
DTEND;TZID=Europe/Berlin:20140409T103000 | ||
DTSTAMP:20140401T234817Z | ||
UID:V042MJ8B3SJNFXQOJL6P53OFMHJE8Z3VZWOU | ||
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=TENTATIVE;DELEGATED-FROM= | ||
"mailto:iamboss@example.com";CN=Henry Cabot:mailto:hcabot@ | ||
example.com | ||
ATTENDEE;ROLE=NON-PARTICIPANT;PARTSTAT=DELEGATED;DELEGATED-TO= | ||
"mailto:hcabot@example.com";CN=The Big Cheese:mailto:iamboss | ||
@example.com | ||
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;CN=Jane Doe | ||
:mailto:jdoe@example.com | ||
ATTENDEE;PARTSTAT=ACCEPTED:mailto:jqpublic@example.com | ||
ATTENDEE;PARTSTAT=DECLINED:mailto:another@example.com | ||
ATTENDEE;PARTSTAT=TENTATIVE:mailto:tent@example.com | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:-//PIMUTILS.ORG//NONSGML khal / icalendar //EN | ||
BEGIN:VEVENT | ||
SUMMARY:An Event | ||
DTSTART;TZID=Europe/Berlin:20140409T093000 | ||
DTEND;TZID=Europe/Berlin:20140409T103000 | ||
DTSTAMP:20140401T234817Z | ||
UID:V042MJ8B3SJNFXQOJL6P53OFMHJE8Z3VZWOU | ||
STATUS:CONFIRMED | ||
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