Update Calendar Request
Class representation of a Nylas update calendar request
Constructors
Link copied to clipboard
public UpdateCalendarRequest UpdateCalendarRequest(@Json(name = "name" ) String name, @Json(name = "description" ) String description, @Json(name = "location" ) String location, @Json(name = "timezone" ) String timezone, @Json(name = "metadata" ) Map<String, String> metadata, @Json(name = "hex_color" ) String hexColor, @Json(name = "hex_foreground_color" ) String hexForegroundColor)
Properties
Functions
Link copied to clipboard
Description of the calendar.
Link copied to clipboard
The background color of the calendar in the hexadecimal format (e.g. #0099EE). Empty indicates default color.
Link copied to clipboard
The background color of the calendar in the hexadecimal format (e.g. #0099EE). Empty indicates default color. (Google only)
Link copied to clipboard
Geographic location of the calendar as free-form text.
Link copied to clipboard
A list of key-value pairs storing additional data.
Link copied to clipboard
IANA time zone database formatted string (e.g. America/New_York).