[Mono-bugs] [Bug 624903] New: EKEvent Title is readonly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jul 22 18:28:26 EDT 2010
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: gnorton at novell.com
ReportedBy: Tom1234 at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list