VCardBuilderFreeOrBusyUrls Property

FBURL: Defines URLs that show when the person is "free" or "busy" on their calendar. (4, 3 - RFC 2739)

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public TextBuilder FreeOrBusyUrls { get; }

Property Value

TextBuilder

Remarks

If several TextProperty objects are assigned, the standard property is determined by the value of Preference. URLs of the type FTP [RFC 1738] or HTTP [RFC 2616] refer to an iCalendar object [RFC 5545], which represents a snapshot of the next weeks or months with data for the busy time of the subject the VCard represents. If the iCalendar object is a file, its file extension should be ".ifb".

See Also