3 * Evolution calendar - Utilities for tagging ECalendar widgets
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) version 3.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with the program; if not, see <http://www.gnu.org/licenses/>
20 * Damon Chaplin <damon@ximian.com>
21 * Federico Mena-Quintero <federico@ximian.com>
23 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
27 #ifndef TAG_CALENDAR_H
28 #define TAG_CALENDAR_H
30 #include <misc/e-calendar.h>
31 #include <libecal/e-cal.h>
33 void tag_calendar_by_client (ECalendar
*ecal
, ECal
*client
);
34 void tag_calendar_by_comp (ECalendar
*ecal
, ECalComponent
*comp
,
35 ECal
*client
, icaltimezone
*display_zone
,
36 gboolean clear_first
, gboolean comp_is_on_server
,
37 gboolean can_recur_events_italic
);