File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 77.jekyll-cache
88js /jquery.min.2.1.js
99js /jquery.min.3.7.js
10+ /firebase-debug.log
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ issues regarding spam and other attacks.
4141
4242An example of the whole RFC message is provided on [ GitHub] ( https://github.com/CalConnect/DEVGUIDE-EXAMPLES/blob/master/imip/imip_example.txt ) .
4343
44+ A java mail example can also be found on [ GitHub] ( https://github.com/CalConnect/DEVGUIDE-EXAMPLES/blob/master/imip/java/MailUtil.java ) .
45+
4446One useful practice is to set the ORGANIZER address to a per-event or
4547per-calendar agent email address rather than the personal address of a
4648human, while still adding the personal address of the ORGANIZER as one
@@ -61,7 +63,7 @@ accepted this event.
6163
6264If you're writing a client which is talking CalDAV to a server there isn't
6365much to think about other than being aware that if there is a
64- SCHEDULE-AGENT attribute on your ATTENDEE and it's not "SERVER" then the
66+ SCHEDULE-AGENT attribute on your ATTENDEE, and it's not "SERVER" then the
6567server won't send out iMIP messages on your behalf.
6668
6769You also need to read enough of RFC6638 to know how you are legally allowed
@@ -95,6 +97,6 @@ Handling these "naked" recurrences is a frequent source of bugs in implementatio
9597# No negotiation
9698
9799iMIP via email provides no return channel other than sending a new iMIP back,
98- so there's no protocol negotiation. All VEVENTs need to be lowest common
100+ so there's no protocol negotiation. All VEVENTs need to be the lowest common
99101denominator VERSION:2.0 ICALENDAR files complete with VTIMEZONEs for all
100102mentioned timezone names.
You can’t perform that action at this time.
0 commit comments