Functions | |
| OSYNC_EXPORT char * | osync_time_sec2alarmdu (int seconds) |
| Functions converts seconds in duration before or after alarm event. | |
| OSYNC_EXPORT int | osync_time_alarmdu2sec (const char *alarm) |
| Functions converts alarm duration event to seconds needed for reminder of vcal/ical. | |
| OSYNC_EXPORT char* osync_time_sec2alarmdu | ( | int | seconds | ) |
Functions converts seconds in duration before or after alarm event.
| seconds |
Definition at line 631 of file opensync_time.c.
| OSYNC_EXPORT int osync_time_alarmdu2sec | ( | const char * | alarm | ) |
Functions converts alarm duration event to seconds needed for reminder of vcal/ical.
TODO: Test support for ALARM after/before end and after start
| alarm |
Definition at line 692 of file opensync_time.c.
1.5.7.1