@Deprecated
public final class ICalAvailable
extends java.lang.Object
ical-available
Emacs function, which
inserts the output of this program.
The command-line options are as follows:
[+]
. For a Google calendar:
go to settings, then click on the green "ICAL" icon for the "private address".
[+]
marked option can be specified multiple times
If you are perplexed because of odd results, maybe it is because of the transparency of your iCal
items (this shows up as "available/busy" in Google calendar).Modifier and Type | Field and Description |
---|---|
static java.lang.String |
business_hours
Deprecated.
A list of time ranges, expressed as a String.
|
static java.lang.String |
date
Deprecated.
|
static int |
days
Deprecated.
|
static boolean |
debug
Deprecated.
|
static java.util.List<java.lang.String> |
iCal_URL
Deprecated.
For a Google calendar: go to settings, then click on the green "ICAL" icon for the "private
address".
|
static net.fortuna.ical4j.model.DateTime |
start_date
Deprecated.
|
static java.lang.String |
timezone1
Deprecated.
Time zone as an Olson timezone ID, e.g.: America/New_York.
|
static java.lang.String |
timezone2
Deprecated.
Time zone as an Olson timezone ID, e.g.: America/New_York.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Deprecated.
Main entry point; see class documentation.
|
public static java.lang.String date
public static net.fortuna.ical4j.model.DateTime start_date
public static int days
public static java.util.List<java.lang.String> iCal_URL
public static java.lang.String business_hours
public static java.lang.String timezone1
public static java.lang.String timezone2
public static boolean debug