| libical-glib Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
GArray * i_cal_recur_expand_recurrence (const,gchar *rule,time_t start); ICalRecurrenceTypeWeekday i_cal_recur_string_to_weekday (gint countconst); constgchar *strgchar * i_cal_recur_weekday_to_string (ICalRecurrenceTypeWeekday kind); ICalRecurrenceTypeFrequency i_cal_recur_string_to_freq (const); constgchar *strgchar * i_cal_recur_freq_to_string (ICalRecurrenceTypeFrequency kind); ICalRecurrenceTypeSkip i_cal_recur_string_to_skip (const); constgchar *strgchar * i_cal_recur_skip_to_string (ICalRecurrenceTypeSkip kind);
GArray * i_cal_recur_expand_recurrence (const,gchar *rule,time_t start);gint count
Fill an array with the 'count' number of occurrences generated by the rrule. Note that the times are returned in UTC, but the times are calculated in local time. YOu will have to convert the results back into local time before using them.
|
The rule of the recurrence. |
|
the start seconds past the POSIX epoch. |
|
The number of elements to be filled up in the array. |
Returns : |
If successful, return the array. NULL if failed. [array][element-type long][transfer full] |
Since 1.0
ICalRecurrenceTypeWeekday i_cal_recur_string_to_weekday (const gchar *str);
Convert a string representation to an enum representation for the weekday.
|
The string representation of the weekday. |
Returns : |
The enum representation of the weekday. |
Since 1.0
constgchar * i_cal_recur_weekday_to_string (ICalRecurrenceTypeWeekday kind);
Convert a enum representation to a string representation for the weekday.
|
The freqeuncy enum |
Returns : |
The string representation of weekday |
Since 2.0
ICalRecurrenceTypeFrequency i_cal_recur_string_to_freq (const gchar *str);
Convert a string representation to an enum representation for the frequency.
|
The string representation of the frequency. |
Returns : |
The enum representation of the frequency. |
Since 2.0
constgchar * i_cal_recur_freq_to_string (ICalRecurrenceTypeFrequency kind);
Convert a enum representation to a string representation for the frequency.
|
The freqeuncy enum |
Returns : |
The string representation of frequency |
Since 2.0
ICalRecurrenceTypeSkip i_cal_recur_string_to_skip (const gchar *str);
Convert a string representation to an enum representation for the skip.
|
The string representation of the skip. |
Returns : |
The enum representation of the skip. |
Since 2.0
constgchar * i_cal_recur_skip_to_string (ICalRecurrenceTypeSkip kind);
Convert a enum representation to a string representation for the skip.
|
The freqeuncy enum |
Returns : |
The string representation of skip |
Since 2.0