http://bugzilla.novell.com/show_bug.cgi?id=624903

http://bugzilla.novell.com/show_bug.cgi?id=624903#c0


           Summary: EKEvent Title is readonly
    Classification: Mono
           Product: MonoTouch
           Version: SVN
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4

Hi,

When creating a new EKEvent you need to set the title. However, its read only.
According to Apple's documentation and samples it shouldn't be.

http://developer.apple.com/iphone/library/documentation/EventKit/Reference/EKEventClassRef/Reference/Reference.html#//apple_ref/occ/cl/EKEvent

The error:
Property or indexer `MonoTouch.EventKit.EKEvent.Title' cannot be assigned to
(it is read only)


Reproducible: Always

Steps to Reproduce:
1. EKEventStore theStore = new EKEventStore();
2. EKEvent theEvent = EKEvent.FromStore(theStore);
3. theEvent.Title = "MonoTouch Meeting";
4. Assign the other variables and save the meeting.

Actual Results:  
Error when trying to set theEvent.Title

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to