From fa82ca2af9a36c7ff4f9589b938291b38b117c8e Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sat, 15 Jul 2000 00:56:01 +0000 Subject: New internal represntation for alarm components. We really don't map them 2000-07-14 Federico Mena Quintero * cal-util/cal-component.c (CalComponentAlarm): New internal represntation for alarm components. We really don't map them to a CalComponent because it is more convenient to handle them as "child" structures. (make_alarm): New function to create a CalComponentAlarm from an icalcomponent representing a VALARM. (scan_alarm_property): New function to scan a property from an alarm component. We support ACTION. (cal_component_get_first_alarm): New function to start an iterator over the alarms in a calendar component. (cal_component_alarm_get_action): New function. (cal_component_alarm_set_action): New function. svn path=/trunk/; revision=4173 --- calendar/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7e244ce6f5..f5fd91ce1c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2000-07-14 Federico Mena Quintero + + * cal-util/cal-component.c (CalComponentAlarm): New internal + represntation for alarm components. We really don't map them to a + CalComponent because it is more convenient to handle them as + "child" structures. + (make_alarm): New function to create a CalComponentAlarm from an + icalcomponent representing a VALARM. + (scan_alarm_property): New function to scan a property from an + alarm component. We support ACTION. + (cal_component_get_first_alarm): New function to start an iterator + over the alarms in a calendar component. + (cal_component_alarm_get_action): New function. + (cal_component_alarm_set_action): New function. + 2000-07-13 Seth Alves * conduits/todo/todo-conduit.c: conduit based on the calendar conduit. -- cgit