Lightning implementing RFC6638: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 59: Line 59:
==TODOs==
==TODOs==


{| class="wikitable"
Each property has to be implemented and tested.
 
{| class="standard-table" border="1" style="border-collapse: collapse"
|-
|-
! Property !! Description !! Header text 
! Item
! Priority
! Progress
| Comments
|-
|-
| Example || Example || Example
| Writing mozmill test to IMIP bar
|  
| In Progress
|  
|-
|-
| Example || Example || Example
| Implement min-date-time property
|  
|  
|  
|-
|-
| Example || Example || Example
|
|
|
|
|}
|}


==Testing==
==Testing==
==Releases==
==Releases==

Revision as of 07:48, 18 May 2014

This page shows the overview implementation of Bug 100390 for Google Summer of Code 2014.

Abstract

This page specifies improve Lightning scheduling system by implementing latest CalDav features described in RFC 6638 and writing mozmill tests to cover various invitation scenarios. Also, this project requires identify where Lightning code-base lags behind RFC 6638 and update to newly introduced properties.

The properties which have been identified and selected to be updated are displayed in the table below.

Properties that will be addressed

ID Change(Property) Section in RFC Comments
1 min-date-time section-2.1 First defined in the RFC 4791 which describes the earliest date/time value can be in a calendar object resource.
2 max-date-time section-2.1 First defined in the RFC 4791 which describes the latest date/time value can be in a calendar object resource.
3 max-attendees-per-instance section-2.1 First defined in the RFC 4791 which indicates the maximum number of attendees can have for an instance of any calendar object resource
4 SCHEDULE-FORCE-SEND section-7.2 This can be defined on both organizer and attendee to send forced invitations without affecting to the original object resources, whenever the server reluctant to send normal scheduling messages.
5 Schedule-Tag section-3.2.10 Works along with If-Schedule-Tag-Match property when merging changes.
6 If-Schedule-Tag-Match section-8.3 This will replace the HTTP etag based property IF-MATCH.
7 schedule-default-calendar-URL section-4.3 Specifies whether a calendar user has a default calendar collection to save calendar object resources.
8 Allowed attendee changes section-3.2.2.1 Attendees are allowed to do minor changes in attendee object resources. Such as Transparent property.

TODOs

Each property has to be implemented and tested.

Item Priority Progress Comments
Writing mozmill test to IMIP bar In Progress
Implement min-date-time property

Testing

Releases