2009/dap/calendar Overview.html,1.16,1.17

Update of /sources/public/2009/dap/calendar
In directory hutz:/tmp/cvs-serv10188

Modified Files:
	Overview.html 
Log Message:
notes on known issues


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/calendar/Overview.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Overview.html	1 Feb 2011 16:22:29 -0000	1.16
+++ Overview.html	16 Mar 2011 05:59:59 -0000	1.17
@@ -493,6 +493,8 @@
                 <h2><a>CalendarEvent</a> interface</h2>
 				
                 <p>The <a href="#calendarevent-interface"><code>CalendarEvent</code></a> interface captures a calendar event object.</p>
+
+		<div class="issue">The current use of DOMString for dates and times is <a href="http://www.w3.org/2009/dap/track/issues/81">known to be insufficient</a> for representing events with timezones. The group is working on addressing that limitation, looking at the development of <code>TZDate</code> object that would address this.</div>
 				
                 <dl title='[NoInterfaceObject] interface CalendarEvent' class='idl'>                	
                     <dt>
@@ -631,6 +633,8 @@
                     interface captures the recurrence of a calendar event item. 
 				</p>
 				
+<div class="issue">This interface has <a href="http://lists.w3.org/Archives/Public/public-device-apis/2010Jul/0115.html">known limitations</a> for capturign recurrent events that will be addressed in a next revision of the document.</div>
+
                 <dl title='[NoInterfaceObject] interface CalendarRepeatRule' class='idl'>
                 	<dt>
                         attribute DOMString? frequency

Received on Wednesday, 16 March 2011 06:00:02 UTC