#include <src/libpst.h>
Collaboration diagram for pst_item_appointment:
Data Fields | |
FILETIME * | end |
pst_string | location |
int | alarm |
1 = true, 0 = false | |
FILETIME * | reminder |
int32_t | alarm_minutes |
pst_string | alarm_filename |
FILETIME * | start |
pst_string | timezonestring |
int32_t | showas |
0=free, 1=tentative, 2=busy, 3=out of office | |
int32_t | label |
| |
int | all_day |
1 = true, 0 = false | |
pst_string | recurrence |
recurrence description | |
int32_t | recurrence_type |
0=none, 1=daily, 2=weekly, 3=monthly, 4=yearly | |
FILETIME * | recurrence_start |
FILETIME * | recurrence_end |
Definition at line 440 of file libpst.h.
|
1 = true, 0 = false
Definition at line 444 of file libpst.h. Referenced by pst_process(). |
|
Definition at line 447 of file libpst.h. Referenced by pst_freeItem(), and pst_process(). |
|
Definition at line 446 of file libpst.h. Referenced by pst_process(). |
|
1 = true, 0 = false
Definition at line 466 of file libpst.h. Referenced by pst_process(). |
|
Definition at line 441 of file libpst.h. Referenced by pst_freeItem(), pst_process(), and write_appointment(). |
|
Definition at line 464 of file libpst.h. Referenced by pst_process(), and write_appointment(). |
|
Definition at line 442 of file libpst.h. Referenced by pst_freeItem(), pst_process(), and write_appointment(). |
|
recurrence description
Definition at line 468 of file libpst.h. Referenced by pst_freeItem(), and pst_process(). |
|
Definition at line 472 of file libpst.h. Referenced by pst_freeItem(), and pst_process(). |
|
Definition at line 471 of file libpst.h. Referenced by pst_freeItem(), and pst_process(). |
|
0=none, 1=daily, 2=weekly, 3=monthly, 4=yearly
Definition at line 470 of file libpst.h. Referenced by pst_process(). |
|
Definition at line 445 of file libpst.h. Referenced by pst_freeItem(), and pst_process(). |
|
0=free, 1=tentative, 2=busy, 3=out of office
Definition at line 451 of file libpst.h. Referenced by pst_process(), and write_appointment(). |
|
Definition at line 448 of file libpst.h. Referenced by pst_freeItem(), pst_process(), and write_appointment(). |
|
Definition at line 449 of file libpst.h. Referenced by pst_freeItem(), and pst_process(). |