public class Google2445Utils extends Object
Modifier and Type | Method and Description |
---|---|
static com.google.ical.values.DateTimeValue |
convert(DateStart dtstart)
Converts a biweekly
DateStart object to a google-rfc-2445
DateTimeValue object. |
static com.google.ical.values.DateValue |
convert(ICalDate date)
Converts an
ICalDate object to a google-rfc-2445
DateValue object. |
static com.google.ical.values.Weekday |
convert(Recurrence.DayOfWeek day)
Converts a biweekly
Recurrence.DayOfWeek object to a google-rfc-2445
Weekday object. |
static com.google.ical.values.Frequency |
convert(Recurrence.Frequency freq)
Converts a biweekly
Recurrence.Frequency object to a google-rfc-2445
Frequency object. |
static com.google.ical.values.RRule |
convert(Recurrence recur)
Converts a biweekly
Recurrence object to a google-rfc-2445
RRule object. |
public static com.google.ical.values.DateTimeValue convert(DateStart dtstart)
DateStart
object to a google-rfc-2445
DateTimeValue
object.dtstart
- the biweekly objectpublic static com.google.ical.values.RRule convert(Recurrence recur)
Recurrence
object to a google-rfc-2445
RRule
object.recur
- the biweekly recurrence objectpublic static com.google.ical.values.Weekday convert(Recurrence.DayOfWeek day)
Recurrence.DayOfWeek
object to a google-rfc-2445
Weekday
object.day
- the biweekly objectpublic static com.google.ical.values.Frequency convert(Recurrence.Frequency freq)
Recurrence.Frequency
object to a google-rfc-2445
Frequency
object.freq
- the biweekly objectCopyright © 2013-2015 Michael Angstadt. All Rights Reserved.