Author: api.rpropper
Date: Tue Jun 5 13:09:54 2007
New Revision: 186
Modified:
trunk/clients/cs/samples/calendar/console/CalendarDemo.cs
Log:
Removed setting the author when inserting new Calendar entries,
because the operation has no effect.
Modified: trunk/clients/cs/samples/calendar/console/CalendarDemo.cs
==============================================================================
--- trunk/clients/cs/samples/calendar/console/CalendarDemo.cs (original)
+++ trunk/clients/cs/samples/calendar/console/CalendarDemo.cs Tue Jun 5
13:09:54 2007
@@ -112,12 +112,6 @@
{
EventEntry entry = new EventEntry();
- // Set the author of this entry.
- AtomPerson author = new AtomPerson(AtomPersonType.Author);
- author.Name = "Jo March";
- author.Email = "[EMAIL PROTECTED]";
- entry.Authors.Add(author);
-
// Set the title and content of the entry.
entry.Title.Text = entryTitle;
entry.Content.Content = "Meet for a quick lesson.";
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---