| 
    Gammu API
    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.
| int GSM_ToDoEntry::EntriesNum | 
Number of entries.
Definition at line 486 of file gammu-calendar.h.
| int GSM_ToDoEntry::Location | 
Location in memory.
Definition at line 482 of file gammu-calendar.h.
| GSM_ToDo_Priority GSM_ToDoEntry::Priority | 
Priority of entry.
Definition at line 478 of file gammu-calendar.h.
| GSM_CalendarNoteType GSM_ToDoEntry::Type | 
Type of todo note.
Definition at line 474 of file gammu-calendar.h.