forked from sabre-io/vobject
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ren Xie Liu
committed
Nov 14, 2024
1 parent
9bdde6a
commit b93db7b
Showing
7 changed files
with
44 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ public function testAccepted(): void | |
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -179,7 +179,7 @@ public function testAcceptedWithTz(): void | |
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -325,7 +325,7 @@ public function testRecurringReply(): void | |
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -464,7 +464,7 @@ public function testRecurringAllDay(): void | |
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -556,7 +556,7 @@ public function testNoChangeForceSend(): void | |
ATTENDEE;PARTSTAT=NEEDS-ACTION;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
$this->parse($oldMessage, $newMessage, $expected); | ||
|
@@ -659,7 +659,7 @@ public function testCreateReplyByException(): void | |
ATTENDEE;PARTSTAT=DECLINED:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
$this->parse($oldMessage, $newMessage, $expected); | ||
|
@@ -728,7 +728,7 @@ public function testCreateReplyByExceptionTz(): void | |
ATTENDEE;PARTSTAT=DECLINED:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
$this->parse($oldMessage, $newMessage, $expected); | ||
|
@@ -797,7 +797,7 @@ public function testCreateReplyByExceptionAllDay(): void | |
ATTENDEE;PARTSTAT=DECLINED:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
$this->parse($oldMessage, $newMessage, $expected); | ||
|
@@ -857,7 +857,7 @@ public function testDeclined(): void | |
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -1039,7 +1039,7 @@ public function testAcceptedAllDay(): void | |
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -1110,7 +1110,7 @@ public function testReplyNoMasterEvent(): void | |
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -1198,7 +1198,7 @@ public function testPartyCrasher(): void | |
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
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 |
---|---|---|
|
@@ -52,7 +52,7 @@ public function testOrganizerDeleteWithDtend(): void | |
ATTENDEE;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
|
||
[ | ||
|
@@ -80,7 +80,7 @@ public function testOrganizerDeleteWithDtend(): void | |
ATTENDEE;CN=Two:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -135,7 +135,7 @@ public function testOrganizerDeleteWithDuration(): void | |
ATTENDEE;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
|
||
[ | ||
|
@@ -163,7 +163,7 @@ public function testOrganizerDeleteWithDuration(): void | |
ATTENDEE;CN=Two:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -218,7 +218,7 @@ public function testAttendeeDeleteWithDtend(): void | |
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -273,7 +273,7 @@ public function testAttendeeReplyWithDuration(): void | |
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
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
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 |
---|---|---|
|
@@ -71,7 +71,7 @@ public function testInviteChange(): void | |
ATTENDEE;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
[ | ||
'uid' => 'foobar', | ||
|
@@ -101,7 +101,7 @@ public function testInviteChange(): void | |
DTSTAMP:**ANY** | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
[ | ||
'uid' => 'foobar', | ||
|
@@ -131,7 +131,7 @@ public function testInviteChange(): void | |
DTSTAMP:**ANY** | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -193,7 +193,7 @@ public function testInviteChangeFromNonSchedulingToSchedulingObject(): void | |
DTSTAMP:**ANY** | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -251,7 +251,7 @@ public function testInviteChangeFromSchedulingToNonSchedulingObject(): void | |
ATTENDEE;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -350,7 +350,7 @@ public function testRemoveInstance(): void | |
DTSTAMP:**ANY** | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -427,7 +427,7 @@ public function testInviteChangeSignificantChange(): void | |
ATTENDEE;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
[ | ||
'uid' => 'foobar', | ||
|
@@ -457,7 +457,7 @@ public function testInviteChangeSignificantChange(): void | |
DTSTAMP:**ANY** | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
[ | ||
'uid' => 'foobar', | ||
|
@@ -487,7 +487,7 @@ public function testInviteChangeSignificantChange(): void | |
DTSTAMP:**ANY** | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -555,7 +555,7 @@ public function testInviteNoChange(): void | |
DTSTAMP:**ANY** | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -623,7 +623,7 @@ public function testInviteNoChangeForceSend(): void | |
DTSTAMP:**ANY** | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -691,7 +691,7 @@ public function testInviteRemoveAttendees(): void | |
ATTENDEE;CN=One:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
[ | ||
'uid' => 'foobar', | ||
|
@@ -719,7 +719,7 @@ public function testInviteRemoveAttendees(): void | |
ATTENDEE;CN=Two:mailto:[email protected] | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
ICS, | ||
], | ||
]; | ||
|
||
|
@@ -808,7 +808,7 @@ public function testInviteChangeExdateOrder(): void | |
DTSTAMP:**ANY** | ||
END:VEVENT | ||
END:VCALENDAR | ||
ICS | ||
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
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