|
void | GSM_SetCalendarRecurranceRepeat (GSM_Debug_Info *di, unsigned char *rec, unsigned char *endday, GSM_CalendarEntry *entry) |
|
void | GSM_GetCalendarRecurranceRepeat (GSM_Debug_Info *di, unsigned char *rec, unsigned char *endday, GSM_CalendarEntry *entry) |
|
gboolean | GSM_IsCalendarNoteFromThePast (GSM_CalendarEntry *note) |
|
void | GSM_CalendarFindDefaultTextTimeAlarmPhone (GSM_CalendarEntry *entry, int *Text, int *Time, int *Alarm, int *Phone, int *EndTime, int *Location) |
|
GSM_DateTime | VCALTimeDiff (GSM_DateTime *Alarm, GSM_DateTime *Time) |
|
GSM_Error | GSM_Translate_Category_From_VCal (const char *string, GSM_CalendarNoteType *Type) |
|
GSM_Error | GSM_Translate_Category_To_VCal (char *string, const GSM_CalendarNoteType Type) |
|
GSM_Error | GSM_EncodeVCAL_RRULE (char *Buffer, const size_t buff_len, size_t *Length, GSM_CalendarEntry *note, int TimePos UNUSED, GSM_VCalendarVersion Version) |
|
void | GSM_Calendar_AdjustDate (GSM_CalendarEntry *note, GSM_DeltaTime *delta) |
|
void | GSM_ToDo_AdjustDate (GSM_ToDoEntry *note, GSM_DeltaTime *delta) |
|
GSM_Error | GSM_EncodeVCALENDAR (char *Buffer, const size_t buff_len, size_t *Length, GSM_CalendarEntry *note, const gboolean header, const GSM_VCalendarVersion Version) |
|
void | GSM_ToDoFindDefaultTextTimeAlarmCompleted (GSM_ToDoEntry *entry, int *Text, int *Alarm, int *Completed, int *EndTime, int *Phone) |
|
GSM_Error | GSM_EncodeVTODO (char *Buffer, const size_t buff_len, size_t *Length, const GSM_ToDoEntry *note, const gboolean header, const GSM_VToDoVersion Version) |
|
GSM_DeltaTime | ReadVCALTriggerTime (unsigned char *Buffer) |
|
int | GSM_Make_VCAL_Lines (unsigned char *Buffer, int *lBuffer) |
|
GSM_Error | GSM_DecodeVCAL_DOW (const char *Buffer, int *Output) |
|
GSM_Error | GSM_DecodeVCAL_RRULE (GSM_Debug_Info *di, const char *Buffer, GSM_CalendarEntry *Calendar, int TimePos) |
|
GSM_Error | GSM_DecodeVCALENDAR_VTODO (GSM_Debug_Info *di, char *Buffer, size_t *Pos, GSM_CalendarEntry *Calendar, GSM_ToDoEntry *ToDo, GSM_VCalendarVersion CalVer, GSM_VToDoVersion ToDoVer) |
|
GSM_Error | GSM_DecodeVNOTE (char *Buffer, size_t *Pos, GSM_NoteEntry *Note) |
|
GSM_Error | GSM_EncodeVNTFile (char *Buffer, const size_t buff_len, size_t *Length, GSM_NoteEntry *Note) |
|
- Author
- Michal Čihař micha.nosp@m.l@ci.nosp@m.har.c.nosp@m.om
-
Marcin Wiacek
- Date
- 2002-2007
Definition in file gsmcal.c.