* Fixed a multiselect bug in the mailbox view. Ctrl-click was selecting a message...
[citadel.git] / citadel / modules / calendar / serv_calendar.h
blob0667214966160a02f1690104c0caa7a654b2bb09
1 /*
2 * $Id$
4 * iCalendar implementation for Citadel
6 */
8 /*
9 * "server_generated_invitations" tells the Citadel server that the
10 * client wants invitations to be generated and sent out by the
11 * server. Set to 1 to enable this functionality.
13 * "avoid_sending_invitations" is a server-internal variable. It is
14 * set internally during certain transactions and cleared
15 * automatically.
17 struct cit_ical {
18 int server_generated_invitations;
19 int avoid_sending_invitations;
22 #define CIT_ICAL CC->CIT_ICAL
23 #define MAX_RECUR 1000