From 05a7bb9ef8ed8327fde0b04a0cab854d2c4a5d36 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Sat, 22 Apr 2000 00:18:27 +0000 Subject: start on code to do the opposite of icalendar.c (convert from iCalObjects * pcs/icalendar-save.c: start on code to do the opposite of icalendar.c (convert from iCalObjects to libical's icalcomponents). svn path=/trunk/; revision=2550 --- calendar/pcs/icalendar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'calendar/pcs/icalendar.c') diff --git a/calendar/pcs/icalendar.c b/calendar/pcs/icalendar.c index 1dcbadc817..8a15bb3cb4 100644 --- a/calendar/pcs/icalendar.c +++ b/calendar/pcs/icalendar.c @@ -223,8 +223,8 @@ ical_object_create_from_icalcomponent (icalcomponent* comp) case ICAL_FREEBUSY_PROPERTY: period = icalproperty_get_freebusy (prop); ical->dtstart = icaltime_to_timet (&(period.start)); - /* FIXME: period.end is specified as being relative to start, so -this may not be correct */ + /* FIXME: period.end is specified as being relative + to start, so this may not be correct */ ical->dtend = icaltime_to_timet (&(period.end)); break; case ICAL_TRANSP_PROPERTY: @@ -534,7 +534,7 @@ parse_person (icalproperty* prop, gchar* value) param = icalproperty_get_first_parameter (prop, ICAL_SENTBY_PARAMETER ); - copy_str (&ret->sent_by, + copy_str (&ret->sent_by, icalparameter_get_sentby (param)); param = icalproperty_get_first_parameter (prop, ICAL_DIR_PARAMETER); -- cgit v1.2.3