Gammu internals
1.38.0
|
#include <gammu-calendar.h>
Data Fields | |
GSM_CalendarType | EntryType |
GSM_DateTime | Date |
int | Number |
GSM_Error | AddError |
unsigned char | Text [(GSM_MAX_CALENDAR_TEXT_LENGTH+1) *2] |
One value of calendar event.
Definition at line 302 of file gammu-calendar.h.
GSM_Error GSM_SubCalendarEntry::AddError |
During adding SubEntry Gammu can return here info, if it was done OK
Definition at line 318 of file gammu-calendar.h.
Referenced by GSM_DecodeVCAL_RRULE(), and GSM_DecodeVCALENDAR_VTODO().
GSM_DateTime GSM_SubCalendarEntry::Date |
Date and time of value, if applicable.
Definition at line 310 of file gammu-calendar.h.
Referenced by DUMMY_SetAlarm(), GSM_Calendar_AdjustDate(), GSM_DecodeVCAL_RRULE(), GSM_DecodeVCALENDAR_VTODO(), GSM_EncodeVCAL_RRULE(), GSM_EncodeVCALENDAR(), GSM_GetCalendarRecurranceRepeat(), GSM_IsCalendarNoteFromThePast(), GSM_SetCalendarRecurranceRepeat(), and NOKIA_EncodeDateTime().
GSM_CalendarType GSM_SubCalendarEntry::EntryType |
Type of value.
Definition at line 306 of file gammu-calendar.h.
Referenced by DUMMY_SetAlarm(), GSM_Calendar_AdjustDate(), GSM_CalendarFindDefaultTextTimeAlarmPhone(), GSM_DecodeVCAL_RRULE(), GSM_DecodeVCALENDAR_VTODO(), GSM_EncodeVCAL_RRULE(), GSM_EncodeVCALENDAR(), GSM_GetCalendarRecurranceRepeat(), GSM_IsCalendarNoteFromThePast(), GSM_SetCalendarRecurranceRepeat(), and NOKIA_EncodeDateTime().
int GSM_SubCalendarEntry::Number |
Number of value, if applicable.
Definition at line 314 of file gammu-calendar.h.
Referenced by DUMMY_SetAlarm(), GSM_DecodeVCAL_RRULE(), GSM_DecodeVCALENDAR_VTODO(), GSM_EncodeVCAL_RRULE(), GSM_EncodeVCALENDAR(), GSM_GetCalendarRecurranceRepeat(), GSM_SetCalendarRecurranceRepeat(), and NOKIA_EncodeDateTime().
unsigned char GSM_SubCalendarEntry::Text[(GSM_MAX_CALENDAR_TEXT_LENGTH+1) *2] |
Text of value, if applicable.
Definition at line 322 of file gammu-calendar.h.
Referenced by DUMMY_SetAlarm(), GSM_DecodeVCALENDAR_VTODO(), GSM_EncodeVCALENDAR(), and NOKIA_EncodeDateTime().