|
Gammu internals
1.38.0
|
#include <gammu-calendar.h>

Data Fields | |
| GSM_CalendarNoteType | Type |
| GSM_ToDo_Priority | Priority |
| int | Location |
| int | EntriesNum |
| GSM_SubToDoEntry | Entries [GSM_TODO_ENTRIES] |
To do entry.
Definition at line 470 of file gammu-calendar.h.
| GSM_SubToDoEntry GSM_ToDoEntry::Entries[GSM_TODO_ENTRIES] |
Values of current entry.
Definition at line 490 of file gammu-calendar.h.
Referenced by GSM_DecodeVCALENDAR_VTODO(), GSM_EncodeVTODO(), GSM_ToDo_AdjustDate(), and GSM_ToDoFindDefaultTextTimeAlarmCompleted().
| int GSM_ToDoEntry::EntriesNum |
Number of entries.
Definition at line 486 of file gammu-calendar.h.
Referenced by GSM_DecodeVCALENDAR_VTODO(), GSM_EncodeVTODO(), GSM_ToDo_AdjustDate(), and GSM_ToDoFindDefaultTextTimeAlarmCompleted().
| int GSM_ToDoEntry::Location |
Location in memory.
Definition at line 482 of file gammu-calendar.h.
Referenced by DUMMY_AddToDo(), DUMMY_GetNextToDo(), DUMMY_GetToDo(), DUMMY_ToDoPath(), GSM_DecodeVCALENDAR_VTODO(), and GSM_EncodeVTODO().
| GSM_ToDo_Priority GSM_ToDoEntry::Priority |
Priority of entry.
Definition at line 478 of file gammu-calendar.h.
Referenced by GSM_DecodeVCALENDAR_VTODO(), and GSM_EncodeVTODO().
| GSM_CalendarNoteType GSM_ToDoEntry::Type |
Type of todo note.
Definition at line 474 of file gammu-calendar.h.
Referenced by GSM_DecodeVCALENDAR_VTODO(), and GSM_EncodeVTODO().