]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_calendar.h
* Finished the code to accept incoming calendar REPLY messages and
[citadel.git] / citadel / serv_calendar.h
index 059ba2d0d66cff28a07d816c86dd1d65fe68a137..39f4e6d63c1cf33a7cbd2fa82b649c72e5f4afa3 100644 (file)
@@ -5,5 +5,10 @@
  *
  */
 
+extern long SYM_CIT_ICAL;
 
-/* Hrm, we don't have anything to put here yet... */
+struct cit_ical {
+        int avoid_sending_invitations;
+};
+
+#define CIT_ICAL ((struct cit_ical *)CtdlGetUserData(SYM_CIT_ICAL))