Data Fields | |
QofInstance | inst |
Appointment_t | wrap |
gchar * | category |
gboolean | repeater |
Repeat appointment marker. |
Wraps QOF around the libpisock object.
Definition at line 43 of file qof-datebook.c.
gboolean QofDateBook::repeater |
Repeat appointment marker.
Set to TRUE if this is a transient instance created from the repeat data of another instance. This is done to make it easier to query repeat appointments. Sufficient transient repeaters are created to fill the time between start_time and repeat_end, up to a maximum of a year and a day - exceptions in the original appointment are not created. Unlike qof_instance_gemini, the repeater is created in the SAME book as the original. Repeater entities are ignored when packing a book into a Palm database.
Definition at line 48 of file qof-datebook.c.
Referenced by datebook_create().