pax_global_header00006660000000000000000000000064147322504550014521gustar00rootroot0000000000000052 comment=3ba66a6dadd1ee69c94f971f0ea8898e330c6550 libical-3.0.19/000077500000000000000000000000001473225045500132125ustar00rootroot00000000000000libical-3.0.19/.clang-tidy000066400000000000000000000015741473225045500152550ustar00rootroot00000000000000Checks: 'clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*,*,-google-*,-cppcoreguidelines-*,-readability-else-after-return,-readability-implicit-bool-cast,-llvm-include-order,-readability-named-parameter,-readabilty-namespace-comments,-llvm-namespace-comment,-clang-analyzer-alpha.core.CastToStruct,-modernize-use-override,-modernize-use-bool-literals,-clang-analyzer-cplusplus.NewDeleteLeaks,-clang-analyzer-alpha.deadcode.UnreachableCode,-modernize-use-default,-clang-analyzer-core.CallAndMessage,-modernize-pass-by-value,-clang-analyzer-core.NonNullParamChecker,-modernize-raw-string-literal,-modernize-use-using,-modernize-loop-convert,-modernize-use-emplace,-modernize-return-braced-init-list,-modernize-use-default-member-init,-modernize-use-equals-default,-fuchsia-*,-hicpp-*,-readability-implicit-bool-conversion,-modernize-*',-readability-convert-member-functions-to-static libical-3.0.19/.codespellrc000066400000000000000000000002321473225045500155070ustar00rootroot00000000000000[codespell] skip = ./build-*,.git,book,test-data,zoneinfo,regression.c interactive = 3 ignore-words-list = inout,gir,parameterizes,yau,crasher,thur,damon libical-3.0.19/.dir-locals.el000066400000000000000000000001741473225045500156450ustar00rootroot00000000000000;; -*- emacs-lisp -*- ((c-mode . ((c-basic-offset . 4) (indent-tabs-mode . nil) (tab-width . 4)))) libical-3.0.19/.github/000077500000000000000000000000001473225045500145525ustar00rootroot00000000000000libical-3.0.19/.github/workflows/000077500000000000000000000000001473225045500166075ustar00rootroot00000000000000libical-3.0.19/.github/workflows/build.yml000066400000000000000000000047171473225045500204420ustar00rootroot00000000000000name: Build tests on: - push - pull_request env: COMMON_ARGS: jobs: build-windows: strategy: matrix: configuration: - Debug - Release runs-on: windows-2019 steps: - uses: actions/checkout@v2 - uses: ilammy/msvc-dev-cmd@v1 with: vsversion: 2019 - name: Configure project run: | mkdir build cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} -DLIBICAL_BUILD_TESTING=True -DENABLE_GTK_DOC=False -DICAL_GLIB=False -DGOBJECT_INTROSPECTION=False -DICAL_GLIB_VAPI=False shell: cmd - name: Build project run: cmake --build build shell: cmd - name: Test project run: cd build && ctest --test-dir . shell: cmd build-ubuntu: strategy: matrix: configuration: - Debug - Release runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Install dependencies run: sudo apt-get -y install gtk-doc-tools xml-core libdb-dev gobject-introspection libgirepository1.0-dev valac cmake ninja-build - name: Configure project run: | mkdir build cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} -DLIBICAL_BUILD_TESTING=True -DENABLE_GTK_DOC=True -DICAL_GLIB=True -DGOBJECT_INTROSPECTION=True -DICAL_GLIB_VAPI=True -DLIBICAL_BUILD_TESTING_BIGFUZZ=True - name: Build project run: cmake --build build - name: Test project run: cd build && ctest --test-dir . build-macos: strategy: matrix: configuration: - Debug - Release runs-on: macos-13 env: XML_CATALOG_FILES: /usr/local/etc/xml/catalog steps: - uses: actions/checkout@v2 - name: Install dependencies run: brew install pkg-config ninja gtk-doc glib libxml2 icu4c berkeley-db docbook docbook-xsl - name: Configure project run: | export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig export XML_CATALOG_FILES=/usr/local/etc/xml/catalog mkdir build cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} -DLIBICAL_BUILD_TESTING=True -DENABLE_GTK_DOC=False -DICAL_GLIB=False -DGOBJECT_INTROSPECTION=False -DICAL_GLIB_VAPI=False -DLIBICAL_BUILD_TESTING_BIGFUZZ=True - name: Build project run: cmake --build build - name: Test project run: cd build && ctest --test-dir . libical-3.0.19/.gitignore000066400000000000000000000000441473225045500152000ustar00rootroot00000000000000book *.kdev4 *~ *.rej *.orig /build libical-3.0.19/.krazy000066400000000000000000000016621473225045500143600ustar00rootroot00000000000000CHECKSETS foss,c++ EXCLUDE dpointer EXTRA crud,camelcase EXTRA style #Skip foo_export.h SKIP libical_.*_export\.h #Skip examples SKIP /examples/ #For now skip java SKIP /java/ #For now skip python SKIP /python/ #For now skip perl SKIP /Net-ICal-Libical/ #Skip ancient Apple files SKIP /src/libicalvcal/port\.h SKIP /src/libicalvcal/vcaltmp\. SKIP /src/libicalvcal/vcc\. SKIP /src/libicalvcal/vobject\. #Skip contributed files SKIP /src/libical/astime\.h SKIP /src/libical/caldate\.c SKIP /cmake/Kitware/ SKIP /cmake/modules/GObjectIntrospectionMacros\.cmake|/cmake/modules/FindGObjectIntrospection\.cmake SKIP /doc/Doxyfile\.cmake SKIP /cmake/Toolchain-iOS.cmake|/cmake/Toolchain-QNX65.cmake|/cmake/Toolchain-QNX66.cmake|/cmake/Toolchain-android.cmake|/cmake/modules/FindBerkeleyDB.cmake #Skip test-data SKIP /test-data/ #Skip zoneinfo SKIP /zoneinfo/ SKIP /book/ STYLE_LINEMAX 120 STYLE_PYTHONSTYLE_OFFSET 4 STYLE_CMAKESTYLE_OFFSET 2 libical-3.0.19/.mdlrc000066400000000000000000000000221473225045500143060ustar00rootroot00000000000000style ".mdlrc.rb" libical-3.0.19/.mdlrc.rb000066400000000000000000000002431473225045500147150ustar00rootroot00000000000000all rule 'MD007', :indent => 2, :start_indented => false rule 'MD013', :line_length => 100, :tables => false rule 'MD029', :style => :ordered exclude_rule 'MD033' libical-3.0.19/.pre-commit-config.yaml000066400000000000000000000014541473225045500174770ustar00rootroot00000000000000# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks exclude: ^(test-data/|zoneinfo/) repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-added-large-files - id: check-case-conflict - id: check-yaml args: [--allow-multiple-documents] exclude: ^(.clang-tidy) - id: check-json #- repo: https://github.com/pre-commit/mirrors-clang-format # rev: v13.0.0 # hooks: # - id: clang-format - repo: https://github.com/codespell-project/codespell rev: v2.3.0 hooks: - id: codespell - repo: https://github.com/markdownlint/markdownlint rev: v0.12.0 hooks: - id: markdownlint entry: mdl language: ruby files: \.(md|mdown|markdown)$ libical-3.0.19/AUTHORS000066400000000000000000000001371473225045500142630ustar00rootroot00000000000000 There are now far too many contributors to libical to list here. Thanks to everyone involved! libical-3.0.19/CMakeLists.txt000066400000000000000000000640171473225045500157620ustar00rootroot00000000000000# This is the top-level CMakeLists.txt file for the libical project. # # Pass the following variables to cmake to control the build: # (See doc/UsingLibical.md for more information) # # -DWITH_CXX_BINDINGS=[true|false] # Build the C++ bindings. # Default=true # # -DICAL_ERRORS_ARE_FATAL=[true|false] # Set to make icalerror_* calls abort instead of internally signaling an error # Default=false # Notes: # Change the behavior at runtime using the icalerror_set_errors_are_fatal() function. # Query the behavior at runtime using the icalerror_get_errors_are_fatal() function. # # -DICAL_ALLOW_EMPTY_PROPERTIES=[true|false] # Set to prevent empty properties from being replaced with X-LIC-ERROR properties. # Default=false # # -DUSE_BUILTIN_TZDATA=[true|false] # Set to build using our own timezone data. # Default=false (use the system timezone data on non-Windows systems) # ALWAYS true on Windows systems # # -DSTATIC_ONLY=[true|false] # Set to build static libraries only. # Not available for GObject Introspection and Vala "vapi" # Default=false (build shared and static libs) # # -DSHARED_ONLY=[true|false] # Set to build shared (dynamic) libraries only. # Default=false (build shared and static libs) # Takes precedence over STATIC_ONLY # # -DGOBJECT_INTROSPECTION=[true|false] # Set to build GObject introspection "typelib" files # Requires GObject Introspection development package (version MIN_GOBJECT_INTROSPECTION) # Default=false (do not generate the introspection files) # # -DICAL_BUILD_DOCS=[true|false] # Configure for the API documentation and User Manual. The 'docs' target will not be available. # Default=true # # -DICAL_GLIB_VAPI=[true|false] # Set to build Vala "vapi" files # Requires Vala package # Default=false (build the libical-glib interface) # # -DICAL_GLIB=[true|false] # Set to build libical-glib (GObject) interface # Requires glib 2.0 development package (version MIN_GLIB). # Requires libxml2.0 development package (version MIN_LIBXML). # Default=true (build the libical-glib interface) # # -DENABLE_GTK_DOC=[true|false] # Set to build libical-glib developer documentation # Requires gtk-doc and ICAL_BUILD_DOCS option to be true. # Default=true (build gtk-doc developer documentation) # # -DUSE_32BIT_TIME_T=[true|false] # Set to build using a 32bit time_t (ignored unless building with MSVC on Windows) # Default=false (use the default size of time_t) # # -DLIBICAL_BUILD_TESTING=[true|false] # Set to build the test suite # Default=true # # -DLIBICAL_BUILD_EXAMPLES=[true|false] # Set to build the examples # Default=true # ## Special CMake Options for Developers # # -DLIBICAL_BUILD_TESTING_BIGFUZZ=[true|false] # Set to build the big fuzzer tests # Default=false # # -DABI_DUMPER=[true|false] # Build for the abi-dumper (requires gcc) # Default=false # # -DADDRESS_SANITIZER=[true|false] # Build with the address sanitizer (requires gcc or clang) # # -DTHREAD_SANITIZER=[true|false] # Build with the thread sanitizer (requires gcc or clang) # cmake_minimum_required(VERSION 3.5.0) #first line, to shutup a cygwin warning project(libical C) #CXX is optional for the bindings cmake_policy(SET CMP0003 NEW) if(POLICY CMP0042) cmake_policy(SET CMP0042 NEW) endif() if(POLICY CMP0054) cmake_policy(SET CMP0054 NEW) endif() if(POLICY CMP0074) cmake_policy(SET CMP0074 NEW) #don't warn about ICU_ROOT envvar endif() list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Kitware/modules") #Include CMake capabilities include(FeatureSummary) # Enable the test harness enable_testing() if(WINCE) find_package(Wcecompat REQUIRED) include_directories(${WCECOMPAT_INCLUDE_DIR}) set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${WCECOMPAT_INCLUDE_DIR}) set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${WCECOMPAT_LIBRARIES}) endif() set(LIBICAL_LIB_MAJOR_VERSION "3") set(LIBICAL_LIB_MINOR_VERSION "0") set(LIBICAL_LIB_PATCH_VERSION "19") set(LIBICAL_LIB_VERSION_STRING "${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}" ) set(PROJECT_VERSION "${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}") set(PROJECT_URL "https://libical.github.io/libical/") # library build types set(LIBRARY_TYPE SHARED) ######################################################## option(WITH_CXX_BINDINGS "Build the C++ bindings." True) if(WITH_CXX_BINDINGS) enable_language(CXX) if(CMAKE_CXX_COMPILER) add_definitions(-DWITH_CXX_BINDINGS) else() message(STATUS "Warning: Building the C++ bindings is not possible since a C++ compiler could not be found. " "Turning-off C++ bindings." ) set(WITH_CXX_BINDINGS False) endif() endif() add_feature_info( "Option WITH_CXX_BINDINGS" WITH_CXX_BINDINGS "build the C++ bindings. Requires a C++ compiler" ) option(STATIC_ONLY "Build static libraries only.") add_feature_info( "Option STATIC_ONLY" STATIC_ONLY "build static libraries only" ) if(STATIC_ONLY) set(LIBRARY_TYPE STATIC) endif() option(SHARED_ONLY "Build shared (dynamic) libraries only. Takes precedence over STATIC_ONLY") add_feature_info( "Option SHARED_ONLY" SHARED_ONLY "build shared libraries only" ) if(SHARED_ONLY) set(STATIC_ONLY False) set(LIBRARY_TYPE SHARED) endif() if(NOT STATIC_ONLY AND NOT SHARED_ONLY) add_feature_info( "Build types" TRUE "build both shared and static libraries" ) endif() if(STATIC_ONLY) add_definitions( -DLIBICAL_ICAL_STATIC_DEFINE -DLIBICAL_ICALSS_STATIC_DEFINE -DLIBICAL_VCAL_STATIC_DEFINE ) endif() # must have Perl to create the derived stuff find_package(Perl REQUIRED) set_package_properties(Perl PROPERTIES TYPE REQUIRED PURPOSE "Required by the libical build system." ) # Ensure finding 64bit libs when using 64-bit compilers if(CMAKE_CL_64) set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS True) endif() # libicu is highly recommended for RSCALE support # libicu can be found at http://www.icu-project.org # RSCALE info at http://tools.ietf.org/html/rfc7529 if(DEFINED ENV{ICU_BASE}) # keep backwards compatibility for ICU_BASE set(ICU_ROOT $ENV{ICU_BASE}) endif() if(NOT DEFINED ENV{ICU_ROOT} AND APPLE) #Use the homebrew version. MacOS provided ICU doesn't provide development files set(ICU_ROOT "/usr/local/opt/icu4c") endif() find_package(ICU COMPONENTS uc i18n data) set_package_properties(ICU PROPERTIES TYPE RECOMMENDED PURPOSE "For RSCALE (RFC7529) support" ) add_feature_info( "RSCALE support (RFC7529)" ICU_FOUND "build in RSCALE support" ) if(ICU_FOUND) set(REQUIRES_PRIVATE_ICU "Requires.private: icu-i18n") #for libical.pc set(HAVE_LIBICU 1) if(ICU_VERSION VERSION_GREATER 50) set(HAVE_ICU_DANGI TRUE) else() set(HAVE_ICU_DANGI FALSE) endif() if(ICU_GENCCODE_EXECUTABLE) get_filename_component(ICU_EXEC ${ICU_GENCCODE_EXECUTABLE} DIRECTORY) elseif(ICU_UCONV_EXECUTABLE) get_filename_component(ICU_EXEC ${ICU_UCONV_EXECUTABLE} DIRECTORY) elseif(ICU_ICUINFO_EXECUTABLE) get_filename_component(ICU_EXEC ${ICU_ICUINFO_EXECUTABLE} DIRECTORY) elseif(ICU_ICU-CONFIG_EXECUTABLE) get_filename_component(ICU_EXEC ${ICU_ICU-CONFIG_EXECUTABLE} DIRECTORY) elseif(ICU_MAKECONV_EXECUTABLE) get_filename_component(ICU_EXEC ${ICU_MAKECONV_EXECUTABLE} DIRECTORY) else() message(FATAL_ERROR "Unable locate the ICU runtime path. Is your ICU installation broken?") endif() set(ICU_BINARY_DIR ${ICU_EXEC} CACHE STRING DOC "Runtime binaries directory for the ICU library") endif() # compile in Berkeley DB support if(NOT "$ENV{BerkeleyDB_ROOT_DIR}") if(APPLE) #Use the homebrew version. Xcode's version doesn't work for us. set(BerkeleyDB_ROOT_DIR "/usr/local/opt/berkeley-db") endif() endif() find_package(BerkeleyDB) set_package_properties(BerkeleyDB PROPERTIES TYPE OPTIONAL PURPOSE "For Berkeley DB storage support" ) add_feature_info( "Berkeley DB storage support" BerkeleyDB_FOUND "build in support for Berkeley DB storage" ) if(BerkeleyDB_FOUND) set(HAVE_BDB True) add_definitions(-DDB_DBM_HSEARCH=0) #set to 1 if hsearch support is needed #for compatibility to our old FindBDB set(BDB_FOUND True) set(BDB_INCLUDE_DIR ${BerkeleyDB_INCLUDE_DIRS}) set(BDB_LIBRARY ${BerkeleyDB_LIBRARIES}) endif() # MSVC specific definitions if(WIN32) if(MSVC) add_definitions(-D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DYY_NO_UNISTD_H) option(USE_32BIT_TIME_T "Build using a 32bit time_t (ignored unless building with MSVC on Windows).") add_feature_info( "Option USE_32BIT_TIME_T" USE_32BIT_TIME_T "build using 32-bit time_t" ) if(USE_32BIT_TIME_T) add_definitions(-D_USE_32BIT_TIME_T) endif() set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4290") #C++ exception specification ignored set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /wd4068") #unknown pragma set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /wd4028") #formal parameter differs set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4068") #unknown pragma endif() add_definitions(-DBIG_ENDIAN=0 -DLITTLE_ENDIAN=1 -DBYTE_ORDER=BIG_ENDIAN) endif() # Use GNUInstallDirs include(GNUInstallDirs) set(LIB_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR} CACHE STRING "Library directory name" FORCE) set(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_INCLUDEDIR} CACHE STRING "Include directory name" FORCE) set(SHARE_INSTALL_DIR ${CMAKE_INSTALL_DATAROOTDIR} CACHE STRING "Share directory name") # set the output paths set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin) if(WIN32) set(LIBRARY_OUTPUT_PATH ${EXECUTABLE_OUTPUT_PATH}) set(LIB_INSTALL_DIR lib) set(BIN_INSTALL_DIR bin) else() set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib) endif() if(APPLE) set(CMAKE_INSTALL_NAME_DIR ${LIB_DESTINATION}) endif() option(ICAL_ERRORS_ARE_FATAL "icalerror_* calls will abort instead of internally signaling an error.") add_feature_info( "Option ICAL_ERRORS_ARE_FATAL" ICAL_ERRORS_ARE_FATAL "icalerror_* calls will abort instead of internally signaling an error" ) if(ICAL_ERRORS_ARE_FATAL) set(ICAL_ERRORS_ARE_FATAL 1) else() set(ICAL_ERRORS_ARE_FATAL 0) endif() option(ICAL_ALLOW_EMPTY_PROPERTIES "Prevent empty properties from being replaced with X-LIC-ERROR properties.") add_feature_info( "Option ICAL_ALLOW_EMPTY_PROPERTIES" ICAL_ALLOW_EMPTY_PROPERTIES "prevents empty properties from being replaced with X-LIC-ERROR properties" ) if(ICAL_ALLOW_EMPTY_PROPERTIES) set(ICAL_ALLOW_EMPTY_PROPERTIES 1) else() set(ICAL_ALLOW_EMPTY_PROPERTIES 0) endif() option(USE_BUILTIN_TZDATA "(Careful) Build using libical's built-in timezone data, else use the system timezone data on non-Windows systems. ALWAYS true on Windows. Non-Windows users should know what they're doing if they choose not to use system provided timezone data. The libical project does not guarantee that the built-in timezone data is up-to-date.") mark_as_advanced(USE_BUILTIN_TZDATA) if(USE_BUILTIN_TZDATA) set(USE_BUILTIN_TZDATA 1) else() set(USE_BUILTIN_TZDATA 0) endif() add_feature_info( "Option USE_BUILTIN_TZDATA" USE_BUILTIN_TZDATA "use our own timezone data rather then the system timezone data" ) if(WIN32 OR WINCE) #Always use builtin tzdata on Windows systems. if(NOT USE_BUILTIN_TZDATA) message(STATUS "Currently unable to use system tzdata on Windows. Falling back to builtin tzdata." ) set(USE_BUILTIN_TZDATA 1) endif() endif() include(ConfigureChecks.cmake) add_definitions(-DHAVE_CONFIG_H) configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) if(NDEBUG) add_definitions(-DNDEBUG) endif() set(INSTALL_TARGETS_DEFAULT_ARGS RUNTIME DESTINATION ${BIN_INSTALL_DIR} LIBRARY DESTINATION ${LIB_INSTALL_DIR} ARCHIVE DESTINATION ${LIB_INSTALL_DIR} ) #Look for PkgConfig #if not found then cannot proceed for GLib+LibXML or GObjectIntrospection. #(unless/until they can be handled without pkg-config some day) find_package(PkgConfig QUIET) set(MIN_GOBJECT_INTROSPECTION "0.6.7") option(GOBJECT_INTROSPECTION "Build GObject introspection \"typelib\" files. Requires GObject Introspection development package ${MIN_GOBJECT_INTROSPECTION} or higher.") add_feature_info( "Option GOBJECT_INTROSPECTION" GOBJECT_INTROSPECTION "build GObject introspection \"typelib\" files" ) if(GOBJECT_INTROSPECTION) if(NOT PKG_CONFIG_FOUND) message(FATAL_ERROR "You are attempting to build with GObject Introspection enabled, however that option is " "not supported unless pkg-config can be found. Please install pkg-config and try again. " "You can disable GObject Introspection by passing -DGOBJECT_INTROSPECTION=False to cmake.") endif() find_package(GObjectIntrospection ${MIN_GOBJECT_INTROSPECTION}) set_package_properties(GObjectIntrospection PROPERTIES TYPE OPTIONAL URL "https://wiki.gnome.org/Projects/GObjectIntrospection" PURPOSE "Needed in order to build the GObject introspection \"typelib\" files." ) if(GObjectIntrospection_FOUND) set(HAVE_INTROSPECTION TRUE) if(STATIC_ONLY) message(FATAL_ERROR "You are attempting to build with GObject Introspection enabled, " "however that option is not supported when building static libraries only. " "Please disable the static only option to cmake (-DSTATIC_ONLY=False) " "if you really want to build with GObject Introspection. Alternatively, " "you can disable GObject Introspection (by passing -DGOBJECT_INTROSPECTION=False to cmake).") endif() else() message(FATAL_ERROR "You requested to build with GObject introspection, but the necessary development package " "is missing or too low a version (GObjectIntrospection ${MIN_GOBJECT_INTROSPECTION} or higher is required). " "You can disable GObject Introspection by passing -DGOBJECT_INTROSPECTION=False to cmake.") endif() endif() option(ICAL_BUILD_DOCS "Build documentation" True) add_feature_info( "Option ICAL_BUILD_DOCS" ICAL_BUILD_DOCS "build API documentation and reference manual" ) option(ICAL_GLIB_VAPI "Build Vala \"vapi\" files.") add_feature_info( "Option ICAL_GLIB_VAPI" ICAL_GLIB_VAPI "build Vala \"vapi\" files" ) if(ICAL_GLIB_VAPI) if(STATIC_ONLY) message(FATAL_ERROR "You are attempting to build the Vala api, however that option is not supported " "when building static libraries only. " "Please disable the static only option (-DSTATIC_ONLY=False) " "if you really want to build the Vala api. Alternatively, " "you can disable this feature (by passing -DICAL_GLIB_VAPI=False to cmake).") endif() if(NOT GOBJECT_INTROSPECTION) message(FATAL_ERROR "You requested to build the Vala vapi but have not enabled the GObject Introspection. " "Please try again also passing -DGOBJECT_INTROSPECTION=True to cmake.") endif() find_program(VALAC valac DOC "the Vala compiler") if(NOT VALAC) message(FATAL_ERROR "valac, the Vala compiler was not found. " "Install it or disable Vala bindings with -DICAL_GLIB_VAPI=False.") endif() find_program(VAPIGEN vapigen DOC "tool to generate the Vala API") if(NOT VAPIGEN) message(FATAL_ERROR "vapigen, the tool for generating the Vala API was not found. " "Install it or disable Vala bindings with -DICAL_GLIB_VAPI=False.") endif() endif() set(MIN_GLIB "2.32") set(MIN_LIBXML "2.7.3") option(ICAL_GLIB "Build libical-glib interface. Requires glib ${MIN_GLIB} and libxml ${MIN_LIBXML} development packages or higher." True) add_feature_info( "Option ICAL_GLIB" ICAL_GLIB "build libical-glib interface" ) if(ICAL_GLIB) if(NOT PKG_CONFIG_FOUND) message(FATAL_ERROR "You requested to build libical-glib, however that option is not supported " "unless pkg-config can be found. Please install pkg-config and try again. " "Alternatively, disable the libical-glib build (by passing -DICAL_GLIB=False to cmake).") endif() find_package(GLib ${MIN_GLIB}) set_package_properties(GLib PROPERTIES TYPE OPTIONAL PURPOSE "For the optional libical-glib interface" ) find_package(LibXML ${MIN_LIBXML}) set_package_properties(LibXML PROPERTIES TYPE OPTIONAL DESCRIPTION "a library providing XML and HTML support" URL "http://xmlsoft.org" PURPOSE "For the optional libical-glib interface" ) if(GLIB_FOUND AND LIBXML_FOUND) set(HAVE_GLIB TRUE) elseif(GLIB_FOUND) message(FATAL_ERROR "You requested to build libical-glib, but the necessary development package " "is missing or too low a version (libxml ${MIN_LIBXML} or higher is required). " "Alternatively, disable the libical-glib build (by passing -DICAL_GLIB=False to cmake).") elseif(LIBXML_FOUND) message(FATAL_ERROR "You requested to build libical-glib, but the necessary development package " "is missing or too low a version (glib ${MIN_GLIB} or higher is required. " "Alternatively, disable the libical-glib build (by passing -DICAL_GLIB=False to cmake).") else() message(FATAL_ERROR "You requested to build libical-glib, but the necessary development packages " "are missing or too low a version " "(glib ${MIN_GLIB} and libxml ${MIN_LIBXML} or higher are required). " "Alternatively, disable the libical-glib build (by passing -DICAL_GLIB=False to cmake).") endif() else() #to quiet a warning about unused manually-specified variables set(ENABLE_GTK_DOC False) endif() # # Compiler settings # if(CMAKE_COMPILER_IS_GNUCC OR "${CMAKE_C_COMPILER_ID}" MATCHES "Clang") include(CheckCCompilerFlag) check_c_compiler_flag(-Wunused-but-set-variable HAVE_GCC_UNUSED_BUT_SET) check_c_compiler_flag(-Wlogical-op HAVE_GCC_LOGICAL_OP) check_c_compiler_flag(-Wsizeof-pointer-memaccess HAVE_GCC_POINTER_MEMACCESS) check_c_compiler_flag(-Wformat-security HAVE_GCC_FORMAT_SECURITY) check_c_compiler_flag(-Wredundant-decls HAVE_GCC_REDUNDANT_DECLS) check_c_compiler_flag(-Wunreachable-code HAVE_GCC_UNREACHABLE_CODE) check_c_compiler_flag(-Wvarargs HAVE_GCC_VARARGS) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden -Wno-deprecated -Wall -Wno-unknown-pragmas -Wextra -Winit-self -Wunused -Wno-div-by-zero -Wundef -Wpointer-arith -Wtype-limits -Wwrite-strings -Werror=return-type") #for more modern C set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wold-style-definition -Wstrict-prototypes") if(HAVE_GCC_UNUSED_BUT_SET) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wunused-but-set-variable") endif() if(HAVE_GCC_LOGICAL_OP) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wlogical-op") endif() if(HAVE_GCC_POINTER_MEMACCESS) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wsizeof-pointer-memaccess") endif() if(HAVE_GCC_FORMAT_SECURITY) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wformat -Wformat-security") endif() if(HAVE_GCC_REDUNDANT_DECLS) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wredundant-decls") endif() if(HAVE_GCC_UNREACHABLE_CODE) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wunreachable-code") endif() if(HAVE_GCC_VARARGS) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wvarargs") endif() if(CMAKE_SYSTEM_NAME MATCHES Linux OR CMAKE_SYSTEM_NAME STREQUAL GNU) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -D_GNU_SOURCE") endif() endif() if("${CMAKE_C_COMPILER_ID}" MATCHES "Clang") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Qunused-arguments") endif() set(CMAKE_C_STANDARD 99) set(CMAKE_C_STANDARD_REQUIRED ON) if(CMAKE_COMPILER_IS_GNUCXX OR "${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") include(CheckCXXCompilerFlag) check_cxx_compiler_flag(-Wunused-but-set-variable HAVE_GXX_UNUSED_BUT_SET) check_cxx_compiler_flag(-Wlogical-op HAVE_GXX_LOGICAL_OP) check_cxx_compiler_flag(-Wsizeof-pointer-memaccess HAVE_GXX_POINTER_MEMACCESS) check_cxx_compiler_flag(-Wreorder HAVE_GXX_REORDER) check_cxx_compiler_flag(-Wformat-security HAVE_GXX_FORMAT_SECURITY) check_cxx_compiler_flag(-Wredundant-decls HAVE_GXX_REDUNDANT_DECLS) check_cxx_compiler_flag(-Wunreachable-code HAVE_GXX_UNREACHABLE_CODE) check_cxx_compiler_flag(-Wvarargs HAVE_GXX_VARARGS) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -Weffc++ -Wno-deprecated -Wall -Wextra -Woverloaded-virtual -Winit-self -Wunused -Wno-div-by-zero -Wundef -Wpointer-arith -Wtype-limits -Wwrite-strings -Werror=return-type") if(HAVE_GXX_UNUSED_BUT_SET) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wunused-but-set-variable") endif() if(HAVE_GXX_LOGICAL_OP) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wlogical-op") endif() if(HAVE_GXX_POINTER_MEMACCESS) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wsizeof-pointer-memaccess") endif() if(HAVE_GXX_REORDER) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wreorder") endif() if(HAVE_GXX_FORMAT_SECURITY) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wformat -Wformat-security") endif() if(HAVE_GXX_REDUNDANT_DECLS) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wredundant-decls") endif() if(HAVE_GXX_UNREACHABLE_CODE) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wunreachable-code") endif() if(HAVE_GXX_VARARGS) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wvarargs") endif() if(CMAKE_SYSTEM_NAME MATCHES Linux OR CMAKE_SYSTEM_NAME STREQUAL GNU) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -D_GNU_SOURCE") endif() endif() if("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Qunused-arguments") endif() set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED ON) ################ Developer Options ##################### option(ABI_DUMPER "(Developer-only) Build for abi-dumper." False) mark_as_advanced(ABI_DUMPER) if(ABI_DUMPER) if(CMAKE_COMPILER_IS_GNUCC) set(CMAKE_C_FLAGS "-g -Og") set(CMAKE_CXX_FLAGS "-g -Og") else() message(FATAL_ERROR "You are trying to build for the abi-dumper using a non-GCC compiler.") endif() endif() option(ADDRESS_SANITIZER "(Developer-only) Build with the address sanitizer." False) mark_as_advanced(ADDRESS_SANITIZER) if(ADDRESS_SANITIZER) if(CMAKE_COMPILER_IS_GNUCC OR "${CMAKE_C_COMPILER_ID}" MATCHES "Clang") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=address -g -DADDRESS_SANITIZER") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address -g -DADDRESS_SANITIZER") else() message(FATAL_ERROR "You are trying to build with the address sanitizer using a non-GCC or Clang compiler.") endif() if(GOBJECT_INTROSPECTION) message(STATUS "Warning: Building the address sanitizer with GObject Introspection is is not supported. " "Turning-off GObject Introspection." ) set(HAVE_INTROSPECTION False) endif() if(ICAL_GLIB) message(STATUS "Warning: Building the address sanitizer with the GObject interface is not supported. " "Turning-off the GObject interface." ) set(ICAL_GLIB False) endif() endif() option(THREAD_SANITIZER "(Developer-only) Build with the thread sanitizer." False) mark_as_advanced(THREAD_SANITIZER) if(THREAD_SANITIZER) if(CMAKE_COMPILER_IS_GNUCC OR "${CMAKE_C_COMPILER_ID}" MATCHES "Clang") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=thread -O1 -g -DTHREAD_SANITIZER") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=thread -O1 -g -DTHREAD_SANITIZER") else() message(FATAL_ERROR "You are trying to build with the thread sanitizer using a non-GCC or Clang compiler.") endif() if(GOBJECT_INTROSPECTION) message(STATUS "Warning: Building the thread sanitizer with GObject Introspection is is not supported. " "Turning-off GObject Introspection." ) set(HAVE_INTROSPECTION False) endif() if(ICAL_GLIB) message(STATUS "Warning: Building the thread sanitizer with the GObject interface is not supported. " "Turning-off the GObject interface." ) set(ICAL_GLIB False) endif() endif() #some test programs need to know if we are using 32-bit time if(SIZEOF_TIME_T EQUAL 4) set(USE_32BIT_TIME_T TRUE) endif() option(LIBICAL_BUILD_TESTING "Build tests." True) add_feature_info( "Option LIBICAL_BUILD_TESTING" LIBICAL_BUILD_TESTING "build tests" ) ################# build subdirs ######################## add_subdirectory(design-data) add_subdirectory(scripts) add_subdirectory(test-data) add_subdirectory(src) if(LIBICAL_BUILD_EXAMPLES) add_subdirectory(examples) endif() if(USE_BUILTIN_TZDATA) # use our zoneinfo if cmake is passed -DUSE_BUILTIN_TZDATA add_subdirectory(zoneinfo) endif() if(ICAL_BUILD_DOCS) add_subdirectory(doc) # needs to go last, for the build source files endif() ########### create and install pkg-config file ######### set(VERSION "${LIBICAL_LIB_VERSION_STRING}") set(prefix "${CMAKE_INSTALL_PREFIX}") set(exec_prefix "\${prefix}") if(IS_ABSOLUTE ${LIB_INSTALL_DIR}) set(libdir "${LIB_INSTALL_DIR}") else() set(libdir "\${exec_prefix}/${LIB_INSTALL_DIR}") endif() if(IS_ABSOLUTE ${INCLUDE_INSTALL_DIR}) set(includedir "${INCLUDE_INSTALL_DIR}") else() set(includedir "\${prefix}/include") endif() set(PTHREAD_LIBS "${CMAKE_THREAD_LIBS_INIT}") configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/libical.pc.in ${CMAKE_CURRENT_BINARY_DIR}/libical.pc @ONLY ) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libical.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) ########### Create and install the CMake Config files ########## include(CMakePackageConfigHelpers) configure_package_config_file( LibIcalConfig.cmake.in ${libical_BINARY_DIR}/LibIcalConfig.cmake INSTALL_DESTINATION ${LIB_INSTALL_DIR}/cmake/LibIcal PATH_VARS LIB_INSTALL_DIR INCLUDE_INSTALL_DIR ) # Create a version file write_basic_package_version_file( ${libical_BINARY_DIR}/LibIcalConfigVersion.cmake VERSION ${LIBICAL_LIB_VERSION_STRING} COMPATIBILITY SameMajorVersion ) install( FILES ${libical_BINARY_DIR}/LibIcalConfigVersion.cmake ${libical_BINARY_DIR}/LibIcalConfig.cmake DESTINATION ${LIB_INSTALL_DIR}/cmake/LibIcal ) install( EXPORT icalTargets DESTINATION ${LIB_INSTALL_DIR}/cmake/LibIcal FILE LibIcalTargets.cmake ) ########## By popular demand, add an uninstall target ########## if(NOT TARGET uninstall) configure_file( "${CMAKE_CURRENT_SOURCE_DIR}/uninstall.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/uninstall.cmake" IMMEDIATE @ONLY ) add_custom_target(uninstall COMMAND "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/uninstall.cmake" ) endif() feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) libical-3.0.19/COPYING000066400000000000000000000012251473225045500142450ustar00rootroot00000000000000libical is distributed under two licenses. You may choose the terms of either: * The Mozilla Public License (MPL) v2.0 or * The GNU Lesser General Public License (LGPL) v2.1 ---------------------------------------------------------------------- Software distributed under these licenses is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is libical. The Initial Developer of the Original Code is Eric Busboom All Rights Reserved. Contributor(s): See individual source files. libical-3.0.19/ConfigureChecks.cmake000066400000000000000000000110711473225045500172560ustar00rootroot00000000000000include(CheckIncludeFiles) check_include_files(byteswap.h HAVE_BYTESWAP_H) check_include_files(dirent.h HAVE_DIRENT_H) check_include_files(endian.h HAVE_ENDIAN_H) check_include_files(inttypes.h HAVE_INTTYPES_H) check_include_files(pthread.h HAVE_PTHREAD_H) check_include_files(sys/endian.h HAVE_SYS_ENDIAN_H) check_include_files(sys/param.h HAVE_SYS_PARAM_H) check_include_files(sys/utsname.h HAVE_SYS_UTSNAME_H) check_include_files(fcntl.h HAVE_FCNTL_H) check_include_files(unistd.h HAVE_UNISTD_H) check_include_files(wctype.h HAVE_WCTYPE_H) check_include_files(stdbool.h HAVE_STDBOOL_H) include(CheckFunctionExists) if(WIN32 AND MSVC) check_function_exists(_access HAVE__ACCESS) #Windows check_function_exists(_getpid HAVE__GETPID) #Windows check_function_exists(_mkdir HAVE__MKDIR) #Windows check_function_exists(_open HAVE__OPEN) #Windows check_function_exists(_snprintf HAVE__SNPRINTF) #Windows check_function_exists(_stat HAVE__STAT) #Windows , check_function_exists(_fstat64 HAVE__FSTAT64) #Windows , check_function_exists(_strdup HAVE__STRDUP) #Windows check_function_exists(_stricmp HAVE__STRICMP) #Windows check_function_exists(_strnicmp HAVE__STRNICMP) #Windows check_function_exists(_read HAVE__READ) #Windows check_function_exists(_write HAVE__WRITE) #Windows else() check_function_exists(access HAVE_ACCESS) #Unix check_function_exists(fork HAVE_FORK) #Unix check_function_exists(getopt HAVE_GETOPT) #Unix check_function_exists(getpid HAVE_GETPID) #Unix check_function_exists(getpwent HAVE_GETPWENT) #Unix , check_function_exists(gmtime_r HAVE_GMTIME_R) #Unix check_function_exists(localtime_r HAVE_LOCALTIME_R) #Unix check_function_exists(mkdir HAVE_MKDIR) #Unix , check_function_exists(open HAVE_OPEN) #Unix ,, check_function_exists(nanosleep HAVE_NANOSLEEP) #Unix check_function_exists(signal HAVE_SIGNAL) #Unix check_function_exists(stat HAVE_STAT) #Unix ,, check_function_exists(fstat HAVE_FSTAT) #Unix ,, check_function_exists(strdup HAVE_STRDUP) #Unix check_function_exists(strcasecmp HAVE_STRCASECMP) #Unix check_function_exists(strncasecmp HAVE_STRNCASECMP) #Unix check_function_exists(read HAVE_READ) #Unix check_function_exists(unlink HAVE_UNLINK) #Unix check_function_exists(usleep HAVE_USLEEP) #Unix check_function_exists(waitpid HAVE_WAITPID) #Unix , check_function_exists(write HAVE_WRITE) #Unix if(NOT MINGW) check_function_exists(alarm HAVE_ALARM) #Unix endif() endif() check_function_exists(backtrace HAVE_BACKTRACE) check_function_exists(iswspace HAVE_ISWSPACE) #Linux check_function_exists(setenv HAVE_SETENV) check_function_exists(unsetenv HAVE_UNSETENV) check_function_exists(snprintf HAVE_SNPRINTF) #Available with MSVC 2015 #TODO:BUILDSYSTEM:Figure out why check_function_exists fails to find snprintf for MSVC2015 if(MSVC_VERSION GREATER 1899) set(HAVE_SNPRINTF true) endif() #GetNumberFormat is not implemented on wine correctly #(see https://forum.winehq.org/viewtopic.php?t=27809) which results in #error when building. That means if linux user has installed wine, #the build of libical will fail. if(WIN32) set(_SAVE_RQL ${CMAKE_REQUIRED_LIBRARIES}) set(CMAKE_REQUIRED_LIBRARIES kernel32.lib) check_function_exists(GetNumberFormat HAVE_GETNUMBERFORMAT) #Windows set(CMAKE_REQUIRED_LIBRARIES ${_SAVE_RQL}) endif() include(CheckTypeSize) check_type_size(intptr_t SIZEOF_INTPTR_T) check_type_size(pid_t SIZEOF_PID_T) check_type_size(size_t SIZEOF_SIZE_T) check_type_size(ssize_t SIZEOF_SSIZE_T) if(WIN32 AND MSVC AND USE_32BIT_TIME_T) set(_SAVE_RQD ${CMAKE_REQUIRED_DEFINITIONS}) set(CMAKE_REQUIRED_DEFINITIONS -D_USE_32BIT_TIME_T) check_type_size(time_t SIZEOF_TIME_T) set(CMAKE_REQUIRED_DEFINITIONS ${_SAVE_RQD}) else() check_type_size(time_t SIZEOF_TIME_T) endif() check_type_size(wint_t SIZEOF_WINT_T) include(FindThreads) check_library_exists(pthread pthread_attr_get_np "" HAVE_PTHREAD_ATTR_GET_NP) check_library_exists(pthread pthread_getattr_np "" HAVE_PTHREAD_GETATTR_NP) check_library_exists(pthread pthread_create "" HAVE_PTHREAD_CREATE) check_include_files("pthread.h;pthread_np.h" HAVE_PTHREAD_NP_H) libical-3.0.19/Install.txt000066400000000000000000000175671473225045500154010ustar00rootroot00000000000000Libical uses the CMake buildsystem. Please see the comments at the top of CMakeLists.txt for the available configuration options you can pass to cmake. The installation directory defaults to /usr/local on UNIX and c:/Program Files on Windows. You can change this by passing -DCMAKE_INSTALL_PREFIX=/install/path to cmake. To build a debug version pass -DCMAKE_BUILD_TYPE=Debug to cmake. To build libical you will need: - CMake version 3.1.0 or higher - Perl - libicu (not required but strongly recommended) - a C compiler (let us know if the build fails with your C compiler) Building on Unix with gcc or clang: % mkdir build % cd build % cmake .. % make % make install Building on Windows with MicroSoft Visual Studio: From a command prompt for the version of MSVC you want to use % mkdir build % cd build % cmake -G "NMake Makefiles" .. % nmake % nmake install NOTE: Some MSVC 32bit compilers (like MSVC2005) use a 64bit version of time_t. In these cases you must pass -DUSE_32BIT_TIME_T=true to cmake to make sure the 32bit version of time_t is used instead. Building on Windows with mingw: Make sure you have the path to the MinGW programs in %PATH% first, for example: % set "PATH=c:\MinGW\mingw64\bin;%PATH%" % mkdir build % cd build % cmake -G "MinGW Makefiles" .. % mingw32-make % mingw32-make install Building on Windows under Cygwin: % mkdir build % cd build % cmake .. % make % make install Building on MSYS with mingw: % mkdir build % cd build % cmake -G "MSYS Makefiles" .. % nmake % nmake install To run the test suite, from inside the build directory run 'make test' (or 'nmake test' or 'mingw32-make test') To run the test suite in verbose mode, pass ARGS="-V" to the make command For example: nmake test ARGS="-V" By default, the buildsystem creates shared(dynamic) and static versions of the libraries, but that behavior can be modified at CMake time: - To build the static libraries only, pass -DSTATIC_ONLY=True to CMake. - To build the shared libraries only, pass -DSHARED_ONLY=True to CMake. == Building with Different Compilers == For example, say you want to use Clang to build on Linux. Then you can set the C and C++ compilers at CMake time, like so: % CC=clang CXX=clang++ cmake .. == Building for OSX (Mac) == Homebrew: A couple of necessary dependencies do not have their headers and development libraries linked into /usr/local/{include,lib} due to possible contamination with the operating system versions of the same name. This is known to be the case with libffi and libxml2 Fix is to export PKG_CONFIG_PATH so CMake can find them, as in: export PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig:\ /usr/local/opt/libxml2/lib/pkgconfig Also, if building the gtkdocs you'll need to say where the xml catalog files can be found so the gtk entities are located, like so: export XML_CATALOG_FILES=/usr/local/etc/xml/catalog == Building for Android == % mkdir build % cd build $ export ANDROID_NDK=/path/to/android-ndk % cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \ -DCMAKE_INSTALL_PREFIX=/install/path .. \ -DANDROID_ABI=[x86,x86_64,armeabi-v7a,arm64-v8a,...] #see https://developer.android.com/ndk/guides/cmake for more options % make % make install For more information about building CMake projects on Android see https://developer.android.com/ndk/guides/cmake == Optional Dependencies == * libicu "International Components for Unicode" development libraries. Highly recommended for RSCALE support. libicu can be found at http://www.icu-project.org If CMake doesn't locate your libicu installation try setting the ICU_ROOT or ICU_BASE environment variables to the top folder where libicu is installed and run cmake again. * Berkeley DB storage. Optional for the Berkeley Database storage support. The development toolkit can be found at https://www.oracle.com/database/berkeley-db ** This code path has not been fully tested. ** Don't be surprised if there are bugs. ** Do NOT use for production code. * GObject Introspection. To generate GObject introspection "typelib" files pass the -DGOBJECT_INTROSPECTION=True option to CMake. You'll need to have the GObject Introspection development package v0.6.7 or higher installed beforehand. Requires the GObject Introspection development package: Ubuntu: apt-get install gobject-introspection Fedora: dnf install gobject-introspection Mac: brew install gobject-introspection pygobject3 Windows: vcpkg install gobject-introspection (untested) (see https://vcpkg.io/en/docs/users/buildsystems/cmake-integration.html) You can also force CMake to ignore any of the optional dependencies by passing the option -DCMAKE_DISABLE_FIND_PACKAGE_=True. For instance: # tell cmake to ignore ICU % cmake -DCMAKE_DISABLE_FIND_PACKAGE_ICU=True == Language Bindings == This C library can be built with bindings for these other languages: * C++. If a C++ compiler is found the buildsystem will create and install the C++ bindings API. Turn this off by passing -DWITH_CXX_BINDINGS=False option to CMake. Don't mix ABI from C and C++ compilers. * Python bindings are built using gobject-introspection, which is enabled by passing -DGOBJECT_INTROSPECTION=True to CMake. Requires the GObject Introspection development package (see above). Don't forget to set (or append to, as needed) the GI_TYPELIB_PATH environment variable to $PREFIX/lib/girepository-1.0 (or $PREFIX/lib64/girepository-1.0). * There are Java, Perl, PHP and Python bindings but they are old and haven't been tested in a very long time. Volunteers wanted. == Tweaking the Library Behavior == Use these CMake options to adjust the library behavior as follows: * ICAL_ERRORS_ARE_FATAL=[true|false] Set to make icalerror_* calls abort instead of internally signaling an error. Default=false * ICAL_ALLOW_EMPTY_PROPERTIES=[true|false] Set to prevent empty properties from being replaced with X-LIC-ERROR properties. Default=false * USE_BUILTIN_TZDATA=[true|false] Set to build using our own (instead of the system's) timezone data. Default=false (use the system timezone data on non-Windows systems) ALWAYS true on Windows systems == Tweaking the Installation Directories == By default, the installation layout is according to the GNU standard installation directories. https://www.gnu.org/prep/standards/html_node/Directory-Variables.html You can override various installation folders by passing the following variables to CMake: CMAKE_INSTALL_LIBDIR = The fullpath where you want the put the installed libraries CMAKE_INSTALL_INCLUDEDIR = The fullpath where you want to put the installed include files CMAKE_INSTALL_DATAROOTDIR = The fullpath where to want to put the shared files for example: cmake -DCMAKE_INSTALL_PREFIX=/opt -DCMAKE_INSTALL_LIBDIR=/opt/lib32 .. == Build the documentation == Run 'make docs' to build the API documentation and reference. Disable the docs make target by running CMake with -DICAL_BUILD_DOCS=False option. Disable the libical-glib developer documentation by running CMake with -DENABLE_GTK_DOC=False. == Using vcpkg to install dependencies == If you want to use vcpkg (in $VCPKG_ROOT) to build the dependencies as part of the project you can also tell CMake the vcpkg toolchain file with: "-DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake" for example: if you have vcpkg installed in $HOME/vcpkg, then run cmake -DCMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake .. Windows note: MSVC comes with vcpkg pre-installed and sets %VCPKG_ROOT% for you. However, the only way to update that vcpkg version is by upgrading MSVC itself; which may not be what you want and may be too old. Consider installing your own vcpkg instead of relying on the MSVC vcpkg. Non-Windows note: You'll need to pre-install autoconf, automake and autoconf-archive for icu. See %VCPKG_ROOT%/p rts/icu/portfile.cmake for more info. libical-3.0.19/LICENSE000066400000000000000000000012561473225045500142230ustar00rootroot00000000000000libical is distributed under two licenses. You may choose the terms of either: * The Mozilla Public License (MPL) v2.0 or * The GNU Lesser General Public License (LGPL) v2.1 ---------------------------------------------------------------------- Software distributed under these licenses is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. Libical is distributed under both the LGPL and the MPL. The MPL notice, reproduced below, covers the use of either of the licenses. ---------------------------------------------------------------------- libical-3.0.19/LICENSE.LGPL21.txt000066400000000000000000000636241473225045500157500ustar00rootroot00000000000000 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) The modified work must itself be a software library. b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Libraries If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the library `Frob' (a library for tweaking knobs) written by James Random Hacker. , 1 April 1990 Ty Coon, President of Vice That's all there is to it! libical-3.0.19/LICENSE.MPL2.txt000066400000000000000000000405261473225045500155550ustar00rootroot00000000000000Mozilla Public License Version 2.0 ================================== 1. Definitions -------------- 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. 1.3. "Contribution" means Covered Software of a particular Contributor. 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. 1.5. "Incompatible With Secondary Licenses" means (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. 1.6. "Executable Form" means any form of the work other than Source Code Form. 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. 1.8. "License" means this document. 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. 1.10. "Modifications" means any of the following: (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or (b) any new file in Source Code Form that contains any Covered Software. 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. 1.13. "Source Code Form" means the form of the work preferred for making modifications. 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. 2. License Grants and Conditions -------------------------------- 2.1. Grants Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. 2.2. Effective Date The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. 2.3. Limitations on Grant Scope The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: (a) for any code that a Contributor has removed from Covered Software; or (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). 2.4. Subsequent Licenses No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). 2.5. Representation Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. 2.6. Fair Use This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. 2.7. Conditions Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. 3. Responsibilities ------------------- 3.1. Distribution of Source Form All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. 3.2. Distribution of Executable Form If You distribute Covered Software in Executable Form then: (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. 3.3. Distribution of a Larger Work You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). 3.4. Notices You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. 3.5. Application of Additional Terms You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. 4. Inability to Comply Due to Statute or Regulation --------------------------------------------------- If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. 5. Termination -------------- 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. ************************************************************************ * * * 6. Disclaimer of Warranty * * ------------------------- * * * * Covered Software is provided under this License on an "as is" * * basis, without warranty of any kind, either expressed, implied, or * * statutory, including, without limitation, warranties that the * * Covered Software is free of defects, merchantable, fit for a * * particular purpose or non-infringing. The entire risk as to the * * quality and performance of the Covered Software is with You. * * Should any Covered Software prove defective in any respect, You * * (not any Contributor) assume the cost of any necessary servicing, * * repair, or correction. This disclaimer of warranty constitutes an * * essential part of this License. No use of any Covered Software is * * authorized under this License except under this disclaimer. * * * ************************************************************************ ************************************************************************ * * * 7. Limitation of Liability * * -------------------------- * * * * Under no circumstances and under no legal theory, whether tort * * (including negligence), contract, or otherwise, shall any * * Contributor, or anyone who distributes Covered Software as * * permitted above, be liable to You for any direct, indirect, * * special, incidental, or consequential damages of any character * * including, without limitation, damages for lost profits, loss of * * goodwill, work stoppage, computer failure or malfunction, or any * * and all other commercial damages or losses, even if such party * * shall have been informed of the possibility of such damages. This * * limitation of liability shall not apply to liability for death or * * personal injury resulting from such party's negligence to the * * extent applicable law prohibits such limitation. Some * * jurisdictions do not allow the exclusion or limitation of * * incidental or consequential damages, so this exclusion and * * limitation may not apply to You. * * * ************************************************************************ 8. Litigation ------------- Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. 9. Miscellaneous ---------------- This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. 10. Versions of the License --------------------------- 10.1. New Versions Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. 10.2. Effect of New Versions You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. 10.3. Modified Versions If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice ------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. You may add additional accurate notices of copyright ownership. Exhibit B - "Incompatible With Secondary Licenses" Notice --------------------------------------------------------- This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. libical-3.0.19/LibIcalConfig.cmake.in000066400000000000000000000005751473225045500172550ustar00rootroot00000000000000@PACKAGE_INIT@ set_and_check(LibIcal_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@") set_and_check(LibIcal_LIBRARIES_DIR "@PACKAGE_LIB_INSTALL_DIR@") include("${CMAKE_CURRENT_LIST_DIR}/LibIcalTargets.cmake") set(LibIcal_LIBRARIES ical icalss icalvcal) # Temporary, will be removed once issue#87 is fixed set(LibIcal_STATIC_LIBRARIES ical-static icalss-static icalvcal-static) libical-3.0.19/README.md000066400000000000000000000077261473225045500145050ustar00rootroot00000000000000# Libical [![Github workflow](https://github.com/libical/libical/actions/workflows/build.yml/badge.svg)](https://github.com/libical/libical/actions) [![Packaging status](https://repology.org/badge/tiny-repos/libical.svg)](https://repology.org/metapackage/libical) ## Introduction Libical — an implementation of iCalendar protocols and data formats Most of the code in here was written by Eric Busboom at the end of the last millennium with help from dozens of contributors. It is currently maintained by Allen Winter and the libical team at . Libical is an Open Source implementation of the iCalendar protocols and protocol data units. The iCalendar specification describes how calendar clients can communicate with calendar servers so users can store their calendar data and arrange meetings with other users. Libical implements [RFC5545][], [RFC5546][], [RFC7529][]; the CalDav scheduling extensions in [RFC6638][]; iCalendar extensions in [RFC7986][]; plus the iCalendar iMIP protocol in [RFC6047][]. [RFC5545]: https://tools.ietf.org/html/rfc5545 [RFC5546]: https://tools.ietf.org/html/rfc5546 [RFC7529]: https://tools.ietf.org/html/rfc7529 [RFC6638]: https://tools.ietf.org/html/rfc6638 [RFC6047]: https://tools.ietf.org/html/rfc6047 [RFC7986]: https://tools.ietf.org/html/rfc7986 The libical-glib API is currently unstable and can change with any release. Until it is considered stable, there should be defined LIBICAL_GLIB_UNSTABLE_API=1 before including , to indicate that the library user is aware of it and is prepared to change the calls anytime. ## License The code and datafiles in this distribution are licensed under the Mozilla Public License (MPL) v2.0. See for a copy of this license. Alternately, you may use libical under the terms of the GNU Lesser General Public License (LGPL) v2.1. See for a copy of this license. This dual license ensures that the library can be incorporated into both proprietary code and GPL'd programs, and will benefit from improvements made by programmers in both realms. I will only accept changes into my version of the library if they are similarly dual-licensed. ## Building See the top-level [Install.txt](Install.txt) file. ## Documentation There is rudimentary, unfinished documentation in the `doc/` directory, see [UsingLibical.md](doc/UsingLibical.md) and annotated examples in `examples/` and the test code in `src/test/`. Additionally, progress is underway to add API documentation, which is available [here](https://libical.github.io/libical/apidocs/index.html) ## Acknowledgments Portions of this distribution are (C) Copyright 1996 Apple Computer, Inc., AT&T Corp., International Business Machines Corporation and Siemens Rolm Communications Inc. See [src/libicalvcal/README.TXT](src/libicalvcal/README.txt) for details. ## Libical Users In no particular order: * [Cyrus Email/Calendars/Contacts Server](https://www.cyrusimap.org) * [syncEvolution](https://syncevolution.org) * [Fantastical](https://flexibits.com/fantastical) * GNOME's EDS (evolution-data-server) which serves data to: * [Evolution](https://wiki.gnome.org/Apps/Evolution) * [GNOME Calendar](https://wiki.gnome.org/Apps/Calendar) * [GNOME Notes](https://wiki.gnome.org/Apps/Notes) * [GNOME Todo](https://wiki.gnome.org/Apps/Todo) * and more GNOME apps... * KDE: * [Kontact](https://kontact.kde.org): * [Akonadi framework](https://kontact.kde.org/components/akonadi.html) * [KOrganizer calendar and scheduling component](https://kontact.kde.org/components/korganizer.html) * and more KDE apps... ## Get Involved Subscribe to our mailing lists: For developer discussions For general discussions about libical and related projects Report bugs to our issue tracker at libical-3.0.19/ReleaseNotes.txt000066400000000000000000000302321473225045500163440ustar00rootroot00000000000000Release Highlights ================== Version 3.0.19 (23 December 2024): ---------------------------------- * Fix for changes to the libicu 75 API * Add vcpkg manifest-mode support * Improved berkeley-db discovery on Mac with homebrew * Improved libicu discrovery on Mac with homebrew * Properly set DYLD_LIBRARY_PATH on Mac for libical-ical tests * Resolved known limitation: Negative values are now also supported for `BYMONTHDAY` and `BYYEARDAY`. * Add support for RDATE;VALUE=PERIOD * Fix time conversion to time_t for times before epoch * Allow `icalcomponent_foreach_recurrence` to receive `DATE`-only `start` and `end` params. * Fix the calculation of an event's duration if `DTSTART` is a `DATE`-only value. * Fix `icaltime_span_new()` - ignore the case where DTEND is unset and require it to be set by the caller instead. * Various fixes for fuzzer issues Version 3.0.18 (31 March 2024): ------------------------------- * Requires CMake v3.5.0 or higher * Escape ^ (U+005E) character in parameter values according to RFC 6868 * New CMake option LIBICAL_BUILD_EXAMPLES to disable building the examples * Should be able to use the project as a submodule * Built-in timezones updated to tzdata2024a Version 3.0.17 (14 October 2023): --------------------------------- * Improved Android support * Escape commas in x-property TEXT values * Built-in timezones updated to tzdata2023c * icalparser_ctrl setting defines how to handle invalid CONTROL characters during parsing * New publicly available functions: + get_zone_directory() + icalparser_get_ctrl + icalparser_set_ctrl Version 3.0.16 (17 October 2022): --------------------------------- * Fix regressions in 3.0.15 due to improperly tested fuzz fixes * Fix argument guards in icaltime_as_timet to match documentation and tests Version 3.0.15 (06 October 2022): --------------------------------- * Add missing property parameters into libical-glib * Fix CMake option USE_32BIT_TIME_T actually uses a 32-bit time_t value * Fix icaltime_as_timet, which returned incorrect results for years >= 2100, to work properly between years 1902 and 10k. * Fix x-property comma handling and escaping * Built-in timezones updated to tzdata2022d (now with a VTIMEZONE for each time zone alias) * Fix a fuzzer issue * Handle unreachable-code compile warnings with clang * Ensure all vanew_foo() calls finish with (void*)0 (not 0) Version 3.0.14 (05 February 2022): ---------------------------------- * icalvalue: Reset non-UTC icaltimetype::zone on set * Fix icalcomponent_set_due not removing TZID when necessary Version 3.0.13 (17 January 2022): --------------------------------- * icalcomponent_get_dtend() return icaltime_null_time(), unless called on VEVENT, VAVAILABILITY or VFREEBUSY * icalcomponent_get_duration() for VTODO calculate with DUE instead of DTEND * Replace CMake FindBDB with FindBerleyDB (https://github.com/sum01/FindBerkeleyDB) * Fix finding ICU and BerkeleyDB on Mac (look for homebrew installs first) Version 3.0.12 (08 December 2021): ---------------------------------- * Fix a libicalval crash in cleanVObject * METHOD:DECLINECOUNTER must have DTEND or DURATION * Handle if DTEND and DURATION are both missing * Improved FindICU (copied from official CMake. see files in cmake/Kitware) * Buildsystem fixes (especially for the Ninja generator) * Built-in timezones updated to tzdata2021e Version 3.0.11 (09 October 2021): --------------------------------- * Fix icalrecur_iterator_set_start() for hourly, minutely, and secondly recurrences * Fix build for Berkeley DB version greater than 5 * Fix vcal for some architectures (like aarch64, ppc64le and s390x) * Fix memory leaks in vcal * Prevent crash when looking for tzid in initialize_rscale * Adjust libdir and includedir in generated pkgconfig files * Built-in timezones updated to tzdata2021c Version 3.0.10 (17 April 2021): ------------------------------- * Fix building -DSTATIC_ONLY=True with Ninja * Fix generating wrong recurrence rules (#478) * Fix a bug computing transitions in tzfiles * Fix reading TZif files to use TZ string in the footer as the last (non-terminating) transitions * Fix reading TZif files to use more RRULEs and/or RDATEs whevever possible * Built-in timezones updated to tzdata2021a Version 3.0.9 (16 January 2021): -------------------------------- * Add support for empty parameters, e.g. CN="" * Accept VTIMEZONE with more than one X- property * Several fixes for recurrences containing BYWEEKNO * icalrecurrencetype_from_string() will reject any RRULE that contains a rule-part that occurs more than once * Improve thread safety * Fix compiled-in path for the built-in timezone data * Fix reading TZif files with empty v1 data (use v2+ whenever possible) * Add backwards compatibility for previous TZIDs * Built-in timezones updated to tzdata2020d * Fix build with newer libicu * Fix cross-compile support in libical-glib Version 3.0.8 (07 March 2020): ------------------------------ * Fix for icalattach_new_from_data() and the 'free_fn' argument * Fix if recurrencetype contains both COUNT and UNTIL (only output UNTIL in the RRULE) Version 3.0.7 (15 December 2019): --------------------------------- * libical-glib: Fix ICalAttach handling of the icalattach native structure * Let icalattach_new_from_data() use the 'free_fn' argument again * Fix memory leaks in attachment handling and elsewhere * Fix a multithreading race condition * More fuzzification fixes Version 3.0.6 (14 Sep 2019): ---------------------------- * Handle both COUNT and UNTIL in RRULEs * Fix RRULE BYDAY with INTERVAL=2 conflict * Various fuzzification fixes * New publicly available function: + icaltimezone_truncate_vtimezone() * Add option to disable building the test suite * Built-in timezones updated to tzdata2019c Version 3.0.5 (14 May 2019): ---------------------------- * New publicly available function: + icalproperty_get_datetime_with_component() * Allow reset DATE/DATE-TIME VALUE parameter for all-day events * icalproperty_get_datetime_with_component() will use location as TZID fallback. * New CMake option ENABLE_GTK_DOC for disabling the libical-glib developer documentation * GObject Introspection - use $MAJOR-0 versioning * libical-glib API is considered unstable, define LIBICAL_GLIB_UNSTABLE_API=1 before including to be able to use it. * Built-in timezones updated to tzdata2019a * De-fuzzifications and Coverity fixes Version 3.0.4 (14 Aug 2018): ---------------------------- * Silently fail RSCALE recurrence clauses when RSCALE is disabled * Fixed icalcomponent_set_comment() and icalcomponent_set_uid() * fix FREQ=MONTHLY;BYMONTH * Skip UTF-8 marker when parsing * Fix parsing ? in VCF files produced by Outlook * Fix TZID on DATE-TIME value can override time specified in UTC * CMake discovery module for ICU uses pkg-config now * New publicly available function: + icalparameter_kind_is_valid() * Built-in timezones updated to tzdata2018e Version 3.0.3 (27 Feb 2018): ---------------------------- * VTODO COMPLETED property can be a DATE-TIME or DATE (for backward compatibility) * Improved recurrence iteration Version 3.0.2 (17 Feb 2018): ---------------------------- * No longer attempt to detect the need for -DUSE_32BIT_TIME_T with MSVC * New CMake option ICAL_BUILD_DOCS which can be used to disable the docs target * Fix threading hang in BSD type systems (OpenBSD, MacOS,...) * Build with Ninja improvements Version 3.0.1 (18 Nov 2017): ---------------------------- * Built-in timezones updated to tzdata2017c * Fix a multi-threaded deadlock in icaltimezone_load_builtin_timezone() * Fix a CMake problem with parallel builds Version 3.0.0 (28 Oct 2017): ---------------------------- * Relicense from MPL 1.0 to MPL 2.0 (keep dual license for LGPL v2.1) * Requires CMake v3.1.0 or higher along with various CMake and buildsystem fixes * Added a 'make uninstall' * Fixed use-after-free issues and some memory leaks * Built-in timezones updated to tzdata2017b * More accurate VTIMEZONE generation when using the system time zone data (when USE_BUILTIN_TZDATA=False) * icalvalue_as_ical_string() returns "TRUE" (non-zero) or "FALSE" (zero) values only. * New icalvalue.h convenience macros: ICAL_BOOLEAN_TRUE and ICAL_BOOLEAN_FALSE * Better value type checking of property values when parsing * icalvalue_new/set_date and icalvalue_new/set_datetime now enforce DATE and DATE-TIME values respectively * draft-ietf-calext-extensions (RFC 7986) support added * Parameter values are now en/decoded per RFC 6868 * Removed is_utc from icaltimetype struct * Set icaltimetype.zone to icaltimezone_get_utc_timezone() to change a time to UTC * Use icaltime_is_utc() to check if a time is in UTC * Added support for VPATCH component * New publicly available functions: + icalproperty_set_parent (icalproperty_get_parent was already public) + icalvalue_get_parent (icalvalue_set_parent was already public) + icalparameter_set_parent + icalparameter_get_parent + icalvalue_new_datetimedate (DATE or DATE-TIME) + icalvalue_set_datetimedate + icalvalue_get_datetimedate + icalrecur_iterator_set_start + icalcomponent_normalize() + icalproperty_normalize() * Removed deprecated functions: + icaltime_from_timet (use icaltime_from_timet_with_zone) + icaltime_start_day_of_week (use icaltime_start_day_week) + icalproperty_remove_parameter (use icalproperty_remove_parameter_by_kind) + icalproperty_string_to_enum (use icalproperty_kind_and_string_to_enum) * Signature changed for functions: + VObject *Parse_MIME_FromFileName(const char *fname) + icalgauge *icalgauge_new_from_sql(const char *sql, int expand) + const char *icallangbind_property_eval_string(icalproperty *prop, const char *sep) + const char *icallangbind_property_eval_string_r(icalproperty *prop, const char *sep) + void set_zone_directory(const char *path) + icalcalendar *icalcalendar_new(const char *dir) + int icalrecur_expand_recurrence(const char *rule, time_t start, int count, time_t *array) Version 2.0.0 (28 Dec 2015): ---------------------------- * WARNING: Version 2 IS NOT Binary Compatible with Older Versions * Version 2 is Source Compatible with Older Versions * Lots of source code scrubbing * [New] RSCALE support (requires libicu from http://www.icu-project.org) * [New] CalDAV attachment support (draft-ietf-calext-caldav-attachments) * [New] Resurrect the Berkeley DB storage support * [Bug] issue83: Incorrect recurrence generation for weekly pattern * Handle RRULEs better * Handle threading better Version 1.0.1 (11 Oct 2014): ---------------------------- * [Bug] issue74: Do not escape double quote character * [Bug] issue80,issue92: fix crashes using icaltimezone_load_builtin_timezone() recursively * [Bug] Fix icalcomponent_foreach_recurrence() and large durations between recurrences (e.g. FREQ=YEARLY) * [Bug] Properly handle UTCOFFSETs of the form +/-00mmss * [Bug] Properly skip bogus dates (e.g. 2/30, 4/31) in RRULE:FREQ=MONTHLY * [Bug] Properly handle RRULE:FREQ=MONTHLY;BYDAY;BYMONTHDAY when DTSTART isn't on BYDAY * [Bug] Fix RRULE:FREQ=YEARLY;BYDAY;BYWEEKNO - MUST use ISO weeks * [Bug] Properly skip bogus dates (e.g. 2/29) in RRULE:FREQ=YEARLY[;BYMONTH][;BYMONTHDAY] * [New] Update tzdata to version 2014g * [New] Support added for schedule params: agent, status, force-send * [New] Added a UID to the VFREEBUSY component * [New] Allow dates > 2038 if sizeof(time_t) > 4 * [New] Add properties from draft-ietf-tzdist-service * [New] Add support for RRULE:FREQ=YEARLY;BYDAY;BYYEARDAY and fixed RRULE:FREQ=YEARLY;BYYEARDAY with negative days * [Build] Autotools build system is removed * [Build] CMake version 2.8.9 (or higher) is required (was CMake version 2.4.0) * [Build] Add new -DSHARED_ONLY and -DSTATIC_ONLY CMake options * [Build] Remove -DSTATIC_LIBRARY CMake option * [Build] MSYS2 builds (fixed instructions) * [Build/Doc] Now can build api documentation with make docs * [Quality] More regression tests added, in particular for recurrence * [Quality] Almost all compile warnings silenced * [Quality] A bunch of Coverity Scan warnings silenced Version 1.0.0 (28 Jun 2014): ---------------------------- * Reborn libical-3.0.19/TEST000066400000000000000000000001201473225045500137050ustar00rootroot00000000000000 Parser Tests ------------ Use iCAL keywords as first words of unquoted strings libical-3.0.19/THANKS000066400000000000000000000045341473225045500141330ustar00rootroot00000000000000Thanks to: Allan Clark for testing libical against UnixWare. Graham Davison for MacOS support and miscellaneous code bits Seth Alves for the first cut at the Makefile.am files and various utility functions. Russ Steinthal for several utility functions and comments. Ola Lundqvist for the vCal test data file. Colin DuPlantis for new functions in icalparser.c Holger Schmidt for all of icalcstp.c, The CSTP protocol implementation, and modifications to icalcstp.h Gisle Hannemyr The decode*() functions in sspm.c are based on the decode() routine in the mimelite program, Copyright (c) 1994 Gisle Hannemyr. The Evolution team at Helixcode ( Federico Mena Quintero , JP Rosevear , Ettore Perazzoli , Christopher James Lahey , Peter Williams ) for miscellaneous patches and adjustments to the build system. Cornelius Schumacher for many insightful suggestions and a few patches. Mark D. Anderson for discussions and ideas. Martin Neimeier for correcting bugs in icalrecur.c Tom Leitner For several bug fixes in compiling on Tru64 UNIX. Patrick Lewis for several bug reports and substantial ( co-authorship) contributions to the Python bindings Larry W. Virden for several bug reports in compiling on Solaris. Bryan Bartone for code changes based on porting libical to Windows. Hubert V for checking and analyzing the output of the recurrence rule system. Jonathan Yue for icalproperty_get_name() Jeff Mace for finding bugs in gauges. John Gray for routing memory leaks, porting to WIN32, and taking over leadership of the project. Andrea Campi for miscellaneous updates and beginning of Doxygen documentation. Paul Lindner for several contributions, including C++ binding, reentrant parser, thread safe memory allocator, and a lot of documentation. Mark Tearle for keeping the Python bindings up to date. libical-3.0.19/TODO000066400000000000000000000023071473225045500137040ustar00rootroot00000000000000 TODOs for libical ----------------- fix Coverity Scan issues libical treats properties with multiple values incorrectly -- it always separates multiple values into multiple properties. This is not acceptable for CATEGORIES and RESOURCES. Some TEXT valued properties, like METHOD, have a limited set of valid values. The code should check that the values of these properties are valid. ( Although METHOD now uses enums, and is not really TEXT valued ) Finish implementing values ATTACH/BINARY content_type language Check for buffer overflow on external input. Error Handling Dates and times: the parser will accept many illegal date time values RECUR values ignore integers in BYDAY clauses, ie 'FREQ=MONTHLY;BYDAY=-1SU' Restrictions code does not catch lack of DTEND or DURATION For some value types, if there illegal characters in the value ( like 4.56 in an integer value), the parser will output the characters to stdout. Check all uses of strcpy and sprintf for buffer overflows Make the mime parsing code in sspm grow the list of parts as needed, rather than having a hard limit. in sspm.c, and unrecognized content-transfer-encoding values must force a content type of application/octet-stream. libical-3.0.19/cmake/000077500000000000000000000000001473225045500142725ustar00rootroot00000000000000libical-3.0.19/cmake/Kitware/000077500000000000000000000000001473225045500157005ustar00rootroot00000000000000libical-3.0.19/cmake/Kitware/modules/000077500000000000000000000000001473225045500173505ustar00rootroot00000000000000libical-3.0.19/cmake/Kitware/modules/FindICU.cmake000066400000000000000000000402271473225045500216000ustar00rootroot00000000000000# Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. #[=======================================================================[.rst: FindICU ------- .. versionadded:: 3.7 Find the International Components for Unicode (ICU) libraries and programs. This module supports multiple components. Components can include any of: ``data``, ``i18n``, ``io``, ``le``, ``lx``, ``test``, ``tu`` and ``uc``. Note that on Windows ``data`` is named ``dt`` and ``i18n`` is named ``in``; any of the names may be used, and the appropriate platform-specific library name will be automatically selected. .. versionadded:: 3.11 Added support for static libraries on Windows. This module reports information about the ICU installation in several variables. General variables:: ICU_VERSION - ICU release version ICU_FOUND - true if the main programs and libraries were found ICU_LIBRARIES - component libraries to be linked ICU_INCLUDE_DIRS - the directories containing the ICU headers Imported targets:: ICU:: Where ```` is the name of an ICU component, for example ``ICU::i18n``; ```` is lower-case. ICU programs are reported in:: ICU_GENCNVAL_EXECUTABLE - path to gencnval executable ICU_ICUINFO_EXECUTABLE - path to icuinfo executable ICU_GENBRK_EXECUTABLE - path to genbrk executable ICU_ICU-CONFIG_EXECUTABLE - path to icu-config executable ICU_GENRB_EXECUTABLE - path to genrb executable ICU_GENDICT_EXECUTABLE - path to gendict executable ICU_DERB_EXECUTABLE - path to derb executable ICU_PKGDATA_EXECUTABLE - path to pkgdata executable ICU_UCONV_EXECUTABLE - path to uconv executable ICU_GENCFU_EXECUTABLE - path to gencfu executable ICU_MAKECONV_EXECUTABLE - path to makeconv executable ICU_GENNORM2_EXECUTABLE - path to gennorm2 executable ICU_GENCCODE_EXECUTABLE - path to genccode executable ICU_GENSPREP_EXECUTABLE - path to gensprep executable ICU_ICUPKG_EXECUTABLE - path to icupkg executable ICU_GENCMN_EXECUTABLE - path to gencmn executable ICU component libraries are reported in:: ICU__FOUND - ON if component was found; ```` is upper-case. ICU__LIBRARIES - libraries for component; ```` is upper-case. ICU datafiles are reported in:: ICU_MAKEFILE_INC - Makefile.inc ICU_PKGDATA_INC - pkgdata.inc This module reads hints about search results from:: ICU_ROOT - the root of the ICU installation The environment variable ``ICU_ROOT`` may also be used; the ICU_ROOT variable takes precedence. The following cache variables may also be set:: ICU_

_EXECUTABLE - the path to executable

; ``

`` is upper-case. ICU_INCLUDE_DIR - the directory containing the ICU headers ICU__LIBRARY - the library for component ; ```` is upper-case. .. note:: In most cases none of the above variables will require setting, unless multiple ICU versions are available and a specific version is required. Other variables one may set to control this module are:: ICU_DEBUG - Set to ON to enable debug output from FindICU. #]=======================================================================] # Written by Roger Leigh set(icu_programs gencnval icuinfo genbrk icu-config genrb gendict derb pkgdata uconv gencfu makeconv gennorm2 genccode gensprep icupkg gencmn) set(icu_data Makefile.inc pkgdata.inc) # The ICU checks are contained in a function due to the large number # of temporary variables needed. function(_ICU_FIND) # Set up search paths, taking compiler into account. Search ICU_ROOT, # with ICU_ROOT in the environment as a fallback if unset. if(ICU_ROOT) list(APPEND icu_roots "${ICU_ROOT}") else() if(NOT "$ENV{ICU_ROOT}" STREQUAL "") file(TO_CMAKE_PATH "$ENV{ICU_ROOT}" NATIVE_PATH) list(APPEND icu_roots "${NATIVE_PATH}") set(ICU_ROOT "${NATIVE_PATH}" CACHE PATH "Location of the ICU installation" FORCE) endif() endif() # Find include directory list(APPEND icu_include_suffixes "include") find_path(ICU_INCLUDE_DIR NAMES "unicode/utypes.h" HINTS ${icu_roots} PATH_SUFFIXES ${icu_include_suffixes} DOC "ICU include directory") set(ICU_INCLUDE_DIR "${ICU_INCLUDE_DIR}" PARENT_SCOPE) # Get version if(ICU_INCLUDE_DIR AND EXISTS "${ICU_INCLUDE_DIR}/unicode/uvernum.h") file(STRINGS "${ICU_INCLUDE_DIR}/unicode/uvernum.h" icu_header_str REGEX "^#define[\t ]+U_ICU_VERSION[\t ]+\".*\".*") string(REGEX REPLACE "^#define[\t ]+U_ICU_VERSION[\t ]+\"([^ \\n]*)\".*" "\\1" icu_version_string "${icu_header_str}") set(ICU_VERSION "${icu_version_string}") set(ICU_VERSION "${icu_version_string}" PARENT_SCOPE) unset(icu_header_str) unset(icu_version_string) endif() if(CMAKE_SIZEOF_VOID_P EQUAL 8) # 64-bit binary directory set(_bin64 "bin64") # 64-bit library directory set(_lib64 "lib64") endif() # Find all ICU programs list(APPEND icu_binary_suffixes "${_bin64}" "bin" "sbin") foreach(program ${icu_programs}) string(TOUPPER "${program}" program_upcase) set(cache_var "ICU_${program_upcase}_EXECUTABLE") set(program_var "ICU_${program_upcase}_EXECUTABLE") find_program("${cache_var}" NAMES "${program}" HINTS ${icu_roots} PATH_SUFFIXES ${icu_binary_suffixes} DOC "ICU ${program} executable" NO_PACKAGE_ROOT_PATH ) mark_as_advanced(cache_var) set("${program_var}" "${${cache_var}}" PARENT_SCOPE) endforeach() # Find all ICU libraries list(APPEND icu_library_suffixes "${_lib64}" "lib") set(ICU_REQUIRED_LIBS_FOUND ON) set(static_prefix ) # static icu libraries compiled with MSVC have the prefix 's' if(MSVC) set(static_prefix "s") endif() foreach(component ${ICU_FIND_COMPONENTS}) string(TOUPPER "${component}" component_upcase) set(component_cache "ICU_${component_upcase}_LIBRARY") set(component_cache_release "${component_cache}_RELEASE") set(component_cache_debug "${component_cache}_DEBUG") set(component_found "ICU_${component_upcase}_FOUND") set(component_found_compat "${component_upcase}_FOUND") set(component_libnames "icu${component}") set(component_debug_libnames "icu${component}d") # Special case deliberate library naming mismatches between Unix # and Windows builds unset(component_libnames) unset(component_debug_libnames) list(APPEND component_libnames "icu${component}") list(APPEND component_debug_libnames "icu${component}d") if(component STREQUAL "data") list(APPEND component_libnames "icudt") # Note there is no debug variant at present list(APPEND component_debug_libnames "icudtd") endif() if(component STREQUAL "dt") list(APPEND component_libnames "icudata") # Note there is no debug variant at present list(APPEND component_debug_libnames "icudatad") endif() if(component STREQUAL "i18n") list(APPEND component_libnames "icuin") list(APPEND component_debug_libnames "icuind") endif() if(component STREQUAL "in") list(APPEND component_libnames "icui18n") list(APPEND component_debug_libnames "icui18nd") endif() if(static_prefix) unset(static_component_libnames) unset(static_component_debug_libnames) foreach(component_libname ${component_libnames}) list(APPEND static_component_libnames ${static_prefix}${component_libname}) endforeach() foreach(component_libname ${component_debug_libnames}) list(APPEND static_component_debug_libnames ${static_prefix}${component_libname}) endforeach() list(APPEND component_libnames ${static_component_libnames}) list(APPEND component_debug_libnames ${static_component_debug_libnames}) endif() find_library("${component_cache_release}" NAMES ${component_libnames} HINTS ${icu_roots} PATH_SUFFIXES ${icu_library_suffixes} DOC "ICU ${component} library (release)" NO_PACKAGE_ROOT_PATH ) find_library("${component_cache_debug}" NAMES ${component_debug_libnames} HINTS ${icu_roots} PATH_SUFFIXES ${icu_library_suffixes} DOC "ICU ${component} library (debug)" NO_PACKAGE_ROOT_PATH ) include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake) select_library_configurations(ICU_${component_upcase}) mark_as_advanced("${component_cache_release}" "${component_cache_debug}") if(${component_cache}) set("${component_found}" ON) set("${component_found_compat}" ON) list(APPEND ICU_LIBRARY "${${component_cache}}") endif() mark_as_advanced("${component_found}") mark_as_advanced("${component_found_compat}") set("${component_cache}" "${${component_cache}}" PARENT_SCOPE) set("${component_found}" "${${component_found}}" PARENT_SCOPE) set("${component_found_compat}" "${${component_found_compat}}" PARENT_SCOPE) if(component_found OR component_found_compat) if (ICU_FIND_REQUIRED_${component}) list(APPEND ICU_LIBS_FOUND "${component} (required)") else() list(APPEND ICU_LIBS_FOUND "${component} (optional)") endif() else() if (ICU_FIND_REQUIRED_${component}) set(ICU_REQUIRED_LIBS_FOUND OFF) list(APPEND ICU_LIBS_NOTFOUND "${component} (required)") else() list(APPEND ICU_LIBS_NOTFOUND "${component} (optional)") endif() endif() endforeach() set(_ICU_REQUIRED_LIBS_FOUND "${ICU_REQUIRED_LIBS_FOUND}" PARENT_SCOPE) set(ICU_LIBRARY "${ICU_LIBRARY}" PARENT_SCOPE) # Find all ICU data files if(CMAKE_LIBRARY_ARCHITECTURE) list(APPEND icu_data_suffixes "${_lib64}/${CMAKE_LIBRARY_ARCHITECTURE}/icu/${ICU_VERSION}" "lib/${CMAKE_LIBRARY_ARCHITECTURE}/icu/${ICU_VERSION}" "${_lib64}/${CMAKE_LIBRARY_ARCHITECTURE}/icu" "lib/${CMAKE_LIBRARY_ARCHITECTURE}/icu") endif() list(APPEND icu_data_suffixes "${_lib64}/icu/${ICU_VERSION}" "lib/icu/${ICU_VERSION}" "${_lib64}/icu" "lib/icu") foreach(data ${icu_data}) string(TOUPPER "${data}" data_upcase) string(REPLACE "." "_" data_upcase "${data_upcase}") set(cache_var "ICU_${data_upcase}") set(data_var "ICU_${data_upcase}") find_file("${cache_var}" NAMES "${data}" HINTS ${icu_roots} PATH_SUFFIXES ${icu_data_suffixes} DOC "ICU ${data} data file") mark_as_advanced(cache_var) set("${data_var}" "${${cache_var}}" PARENT_SCOPE) endforeach() if(NOT ICU_FIND_QUIETLY) if(ICU_LIBS_FOUND) message(STATUS "Found the following ICU libraries:") foreach(found ${ICU_LIBS_FOUND}) message(STATUS " ${found}") endforeach() endif() if(ICU_LIBS_NOTFOUND) message(STATUS "The following ICU libraries were not found:") foreach(notfound ${ICU_LIBS_NOTFOUND}) message(STATUS " ${notfound}") endforeach() endif() endif() if(ICU_DEBUG) message(STATUS "--------FindICU.cmake search debug--------") message(STATUS "ICU binary path search order: ${icu_roots}") message(STATUS "ICU include path search order: ${icu_roots}") message(STATUS "ICU library path search order: ${icu_roots}") message(STATUS "----------------") endif() endfunction() _ICU_FIND() #include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) FIND_PACKAGE_HANDLE_STANDARD_ARGS(ICU FOUND_VAR ICU_FOUND REQUIRED_VARS ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND VERSION_VAR ICU_VERSION FAIL_MESSAGE "Failed to find all ICU components") unset(_ICU_REQUIRED_LIBS_FOUND) if(ICU_FOUND) set(ICU_INCLUDE_DIRS "${ICU_INCLUDE_DIR}") set(ICU_LIBRARIES "${ICU_LIBRARY}") foreach(_ICU_component ${ICU_FIND_COMPONENTS}) string(TOUPPER "${_ICU_component}" _ICU_component_upcase) set(_ICU_component_cache "ICU_${_ICU_component_upcase}_LIBRARY") set(_ICU_component_cache_release "ICU_${_ICU_component_upcase}_LIBRARY_RELEASE") set(_ICU_component_cache_debug "ICU_${_ICU_component_upcase}_LIBRARY_DEBUG") set(_ICU_component_lib "ICU_${_ICU_component_upcase}_LIBRARIES") set(_ICU_component_found "ICU_${_ICU_component_upcase}_FOUND") set(_ICU_imported_target "ICU::${_ICU_component}") if(${_ICU_component_found}) set("${_ICU_component_lib}" "${${_ICU_component_cache}}") if(NOT TARGET ${_ICU_imported_target}) add_library(${_ICU_imported_target} UNKNOWN IMPORTED) if(ICU_INCLUDE_DIR) set_target_properties(${_ICU_imported_target} PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${ICU_INCLUDE_DIR}") endif() if(EXISTS "${${_ICU_component_cache}}") set_target_properties(${_ICU_imported_target} PROPERTIES IMPORTED_LINK_INTERFACE_LANGUAGES "CXX" IMPORTED_LOCATION "${${_ICU_component_cache}}") endif() if(EXISTS "${${_ICU_component_cache_release}}") set_property(TARGET ${_ICU_imported_target} APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) set_target_properties(${_ICU_imported_target} PROPERTIES IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" IMPORTED_LOCATION_RELEASE "${${_ICU_component_cache_release}}") endif() if(EXISTS "${${_ICU_component_cache_debug}}") set_property(TARGET ${_ICU_imported_target} APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) set_target_properties(${_ICU_imported_target} PROPERTIES IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" IMPORTED_LOCATION_DEBUG "${${_ICU_component_cache_debug}}") endif() if(CMAKE_DL_LIBS AND _ICU_component STREQUAL "uc") set_target_properties(${_ICU_imported_target} PROPERTIES INTERFACE_LINK_LIBRARIES "${CMAKE_DL_LIBS}") endif() endif() endif() unset(_ICU_component_upcase) unset(_ICU_component_cache) unset(_ICU_component_lib) unset(_ICU_component_found) unset(_ICU_imported_target) endforeach() endif() if(ICU_DEBUG) message(STATUS "--------FindICU.cmake results debug--------") message(STATUS "ICU found: ${ICU_FOUND}") message(STATUS "ICU_VERSION number: ${ICU_VERSION}") message(STATUS "ICU_ROOT directory: ${ICU_ROOT}") message(STATUS "ICU_INCLUDE_DIR directory: ${ICU_INCLUDE_DIR}") message(STATUS "ICU_LIBRARIES: ${ICU_LIBRARIES}") foreach(program IN LISTS icu_programs) string(TOUPPER "${program}" program_upcase) set(program_lib "ICU_${program_upcase}_EXECUTABLE") message(STATUS "${program} program: ${program_lib}=${${program_lib}}") unset(program_upcase) unset(program_lib) endforeach() foreach(data IN LISTS icu_data) string(TOUPPER "${data}" data_upcase) string(REPLACE "." "_" data_upcase "${data_upcase}") set(data_lib "ICU_${data_upcase}") message(STATUS "${data} data: ${data_lib}=${${data_lib}}") unset(data_upcase) unset(data_lib) endforeach() foreach(component IN LISTS ICU_FIND_COMPONENTS) string(TOUPPER "${component}" component_upcase) set(component_lib "ICU_${component_upcase}_LIBRARIES") set(component_found "ICU_${component_upcase}_FOUND") set(component_found_compat "${component_upcase}_FOUND") message(STATUS "${component} library found: ${component_found}=${${component_found}}") message(STATUS "${component} library found (compat name): ${component_found_compat}=${${component_found_compat}}") message(STATUS "${component} library: ${component_lib}=${${component_lib}}") unset(component_upcase) unset(component_lib) unset(component_found) unset(component_found_compat) endforeach() message(STATUS "----------------") endif() unset(icu_programs) libical-3.0.19/cmake/Kitware/modules/SelectLibraryConfigurations.cmake000066400000000000000000000064521473225045500260400ustar00rootroot00000000000000# Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. #[=======================================================================[.rst: SelectLibraryConfigurations --------------------------- .. code-block:: cmake select_library_configurations(basename) This macro takes a library base name as an argument, and will choose good values for the variables :: basename_LIBRARY basename_LIBRARIES basename_LIBRARY_DEBUG basename_LIBRARY_RELEASE depending on what has been found and set. If only ``basename_LIBRARY_RELEASE`` is defined, ``basename_LIBRARY`` will be set to the release value, and ``basename_LIBRARY_DEBUG`` will be set to ``basename_LIBRARY_DEBUG-NOTFOUND``. If only ``basename_LIBRARY_DEBUG`` is defined, then ``basename_LIBRARY`` will take the debug value, and ``basename_LIBRARY_RELEASE`` will be set to ``basename_LIBRARY_RELEASE-NOTFOUND``. If the generator supports configuration types, then ``basename_LIBRARY`` and ``basename_LIBRARIES`` will be set with debug and optimized flags specifying the library to be used for the given configuration. If no build type has been set or the generator in use does not support configuration types, then ``basename_LIBRARY`` and ``basename_LIBRARIES`` will take only the release value, or the debug value if the release one is not set. #]=======================================================================] # This macro was adapted from the FindQt4 CMake module and is maintained by Will # Dicharry . macro(select_library_configurations basename) if(NOT ${basename}_LIBRARY_RELEASE) set(${basename}_LIBRARY_RELEASE "${basename}_LIBRARY_RELEASE-NOTFOUND" CACHE FILEPATH "Path to a library.") endif() if(NOT ${basename}_LIBRARY_DEBUG) set(${basename}_LIBRARY_DEBUG "${basename}_LIBRARY_DEBUG-NOTFOUND" CACHE FILEPATH "Path to a library.") endif() get_property(_isMultiConfig GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) if( ${basename}_LIBRARY_DEBUG AND ${basename}_LIBRARY_RELEASE AND NOT ${basename}_LIBRARY_DEBUG STREQUAL ${basename}_LIBRARY_RELEASE AND ( _isMultiConfig OR CMAKE_BUILD_TYPE ) ) # if the generator is multi-config or if CMAKE_BUILD_TYPE is set for # single-config generators, set optimized and debug libraries set( ${basename}_LIBRARY "" ) foreach( _libname IN LISTS ${basename}_LIBRARY_RELEASE ) list( APPEND ${basename}_LIBRARY optimized "${_libname}" ) endforeach() foreach( _libname IN LISTS ${basename}_LIBRARY_DEBUG ) list( APPEND ${basename}_LIBRARY debug "${_libname}" ) endforeach() elseif( ${basename}_LIBRARY_RELEASE ) set( ${basename}_LIBRARY ${${basename}_LIBRARY_RELEASE} ) elseif( ${basename}_LIBRARY_DEBUG ) set( ${basename}_LIBRARY ${${basename}_LIBRARY_DEBUG} ) else() set( ${basename}_LIBRARY "${basename}_LIBRARY-NOTFOUND") endif() set( ${basename}_LIBRARIES "${${basename}_LIBRARY}" ) if( ${basename}_LIBRARY ) set( ${basename}_FOUND TRUE ) endif() mark_as_advanced( ${basename}_LIBRARY_RELEASE ${basename}_LIBRARY_DEBUG ) endmacro() libical-3.0.19/cmake/Toolchain-Linux-GCC-i686.cmake000066400000000000000000000034151473225045500214000ustar00rootroot00000000000000# Toolchain file for 32bit builds on 64bit Linux hosts # # Copyright (c) 2013-2016 Klarälvdalens Datakonsult AB, a KDAB Group company # All rights reserved. # # Author: Volker Krause # Author: Filipe Azevedo # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # 3. The name of the author may not be used to endorse or promote products # derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. set(CMAKE_SYSTEM_NAME "Linux") set(CMAKE_SYSTEM_PROCESSOR "i686") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32") libical-3.0.19/cmake/Toolchain-OSX-GCC-i686.cmake000066400000000000000000000034141473225045500207510ustar00rootroot00000000000000# Toolchain file for 32bit builds on 64bit OSX hosts # # Copyright (c) 2013-2016 Klarälvdalens Datakonsult AB, a KDAB Group company # All rights reserved. # # Author: Volker Krause # Author: Filipe Azevedo # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # 3. The name of the author may not be used to endorse or promote products # derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. set(CMAKE_SYSTEM_NAME "Darwin") set(CMAKE_SYSTEM_PROCESSOR "i686") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32") libical-3.0.19/cmake/Toolchain-QNX65.cmake000066400000000000000000000065261473225045500200440ustar00rootroot00000000000000# # (C) Copyright 2009 Johns Hopkins University (JHU), All Rights # Reserved. # # --- begin cisst license - do not edit --- # # This software is provided "as is" under an open source license, with # no warranty. The complete license can be found in license.txt and # https://www.cisst.org/cisst/license.txt. # # --- end cisst license --- SET(CMAKE_SYSTEM_NAME QNX) SET(CMAKE_SYSTEM_VERSION 6.5.0) SET(CMAKE_SYSTEM_PROCESSOR x86) SET(TOOLCHAIN QNX) #SET(CMAKE_IMPORT_LIBRARY_SUFFIX ".a") SET(CMAKE_SHARED_LIBRARY_PREFIX "lib") SET(CMAKE_SHARED_LIBRARY_SUFFIX ".so") SET(CMAKE_STATIC_LIBRARY_PREFIX "lib") SET(CMAKE_STATIC_LIBRARY_SUFFIX ".a") IF(CMAKE_HOST_WIN32) SET(HOST_EXECUTABLE_SUFFIX ".exe") ENDIF(CMAKE_HOST_WIN32) FIND_PATH(QNX_HOST NAME usr/bin/qcc${HOST_EXECUTABLE_SUFFIX} PATHS $ENV{QNX_HOST} C:/QNX650/host/win32/x86 NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) FIND_PATH(QNX_TARGET NAME usr/include/qnx_errno.h PATHS $ENV{QNX_TARGET} C:/QNX650/target/qnx6 NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) IF(CMAKE_HOST_WIN32) FIND_PATH(QNX_CONFIGURATION NAME bin/qnxactivate.exe PATHS $ENV{QNX_CONFIGURATION} "C:/Program Files/QNX Software Systems/qconfig" NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) ENDIF(CMAKE_HOST_WIN32) SET(ENV{QNX_HOST} ${QNX_HOST}) SET(ENV{QNX_TARGET} ${QNX_TARGET}) IF(CMAKE_HOST_WIN32) SET(ENV{QNX_CONFIGURATION} ${QNX_CONFIGURATION}) SET(ENV{PATH} "$ENV{PATH};${QNX_HOST}/usr/bin") ENDIF(CMAKE_HOST_WIN32) SET(CMAKE_MAKE_PROGRAM "${QNX_HOST}/usr/bin/make${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX Make Program") SET(CMAKE_SH "${QNX_HOST}/usr/bin/sh${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX shell Program") SET(CMAKE_AR "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-ar${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX ar Program") SET(CMAKE_RANLIB "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-ranlib${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX ranlib Program") SET(CMAKE_NM "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-nm${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX nm Program") SET(CMAKE_OBJCOPY "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-objcopy${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX objcopy Program") SET(CMAKE_OBJDUMP "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-objdump${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX objdump Program") SET(CMAKE_LINKER "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-ld" CACHE PATH "QNX Linker Program") SET(CMAKE_STRIP "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-strip${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX Strip Program") SET(CMAKE_C_COMPILER ${QNX_HOST}/usr/bin/qcc) SET(CMAKE_C_FLAGS_DEBUG "-g") SET(CMAKE_C_FLAGS_MINSIZEREL "-Os -DNDEBUG") SET(CMAKE_C_FLAGS_RELEASE "-O3 -DNDEBUG") SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g") SET(CMAKE_CXX_COMPILER ${QNX_HOST}/usr/bin/qcc) SET(CMAKE_CXX_FLAGS_DEBUG "-g") SET(CMAKE_CXX_FLAGS_MINSIZEREL "-Os -DNDEBUG") SET(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG") SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g") SET(CMAKE_FIND_ROOT_PATH ${QNX_TARGET}) SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) SET(CMAKE_C_FLAGS "-Vgcc_ntoarmv7le" CACHE STRING "qcc c flags" FORCE) SET(CMAKE_CXX_FLAGS "-Vgcc_ntoarmv7le -lang-c++" CACHE STRING "qcc cxx flags" FORCE) libical-3.0.19/cmake/Toolchain-QNX66.cmake000066400000000000000000000066431473225045500200450ustar00rootroot00000000000000# # (C) Copyright 2009 Johns Hopkins University (JHU), All Rights # Reserved. # # --- begin cisst license - do not edit --- # # This software is provided "as is" under an open source license, with # no warranty. The complete license can be found in license.txt and # https://www.cisst.org/cisst/license.txt. # # --- end cisst license --- SET(CMAKE_SYSTEM_NAME QNX) SET(CMAKE_SYSTEM_VERSION 6.6.0) SET(CMAKE_SYSTEM_PROCESSOR armv7) SET(TOOLCHAIN QNX) #SET(CMAKE_IMPORT_LIBRARY_SUFFIX ".a") SET(CMAKE_SHARED_LIBRARY_PREFIX "lib") SET(CMAKE_SHARED_LIBRARY_SUFFIX ".so") SET(CMAKE_STATIC_LIBRARY_PREFIX "lib") SET(CMAKE_STATIC_LIBRARY_SUFFIX ".a") IF(CMAKE_HOST_WIN32) SET(HOST_EXECUTABLE_SUFFIX ".exe") ENDIF(CMAKE_HOST_WIN32) FIND_PATH(QNX_HOST NAME usr/bin/qcc${HOST_EXECUTABLE_SUFFIX} PATHS $ENV{QNX_HOST} C:/qnx660/host/win32/x86 NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) FIND_PATH(QNX_TARGET NAME usr/include/qconfig.mk PATHS $ENV{QNX_TARGET} C:/qnx660/target/qnx6 NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) IF(CMAKE_HOST_WIN32) FIND_PATH(QNX_CONFIGURATION NAME bin/qnxactivate.exe PATHS $ENV{QNX_CONFIGURATION} "C:/Program Files/QNX Software Systems/qconfig" NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) ENDIF(CMAKE_HOST_WIN32) SET(ENV{QNX_HOST} ${QNX_HOST}) SET(ENV{QNX_TARGET} ${QNX_TARGET}) IF(CMAKE_HOST_WIN32) SET(ENV{QNX_CONFIGURATION} ${QNX_CONFIGURATION}) SET(ENV{PATH} "$ENV{PATH};${QNX_HOST}/usr/bin") ENDIF(CMAKE_HOST_WIN32) SET(CMAKE_MAKE_PROGRAM "${QNX_HOST}/usr/bin/make${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX Make Program") SET(CMAKE_SH "${QNX_HOST}/usr/bin/sh${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX shell Program") SET(CMAKE_AR "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-ar${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX ar Program") SET(CMAKE_RANLIB "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-ranlib${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX ranlib Program") SET(CMAKE_NM "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-nm${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX nm Program") SET(CMAKE_OBJCOPY "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-objcopy${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX objcopy Program") SET(CMAKE_OBJDUMP "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-objdump${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX objdump Program") SET(CMAKE_LINKER "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-ld${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX Linker Program") SET(CMAKE_STRIP "${QNX_HOST}/usr/bin/nto${CMAKE_SYSTEM_PROCESSOR}-strip${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX Strip Program") SET(CMAKE_C_COMPILER ${QNX_HOST}/usr/bin/qcc${HOST_EXECUTABLE_SUFFIX}) SET(CMAKE_C_FLAGS_DEBUG "-g") SET(CMAKE_C_FLAGS_MINSIZEREL "-Os -DNDEBUG") SET(CMAKE_C_FLAGS_RELEASE "-O3 -DNDEBUG") SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g") SET(CMAKE_CXX_COMPILER ${QNX_HOST}/usr/bin/qcc${HOST_EXECUTABLE_SUFFIX}) SET(CMAKE_CXX_FLAGS_DEBUG "-g") SET(CMAKE_CXX_FLAGS_MINSIZEREL "-Os -DNDEBUG") SET(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG") SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g") SET(CMAKE_FIND_ROOT_PATH ${QNX_TARGET}) SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) SET(CMAKE_C_FLAGS "-Vgcc_ntoarmv7le" CACHE STRING "qcc c flags" FORCE) SET(CMAKE_CXX_FLAGS "-Vgcc_ntoarmv7le -lang-c++" CACHE STRING "qcc cxx flags" FORCE) libical-3.0.19/cmake/Toolchain-RPI.cmake000066400000000000000000000043321473225045500176460ustar00rootroot00000000000000# Basic cmake toolchain file for RaspberryPi # Assumptions: toolchain is in path, $SYSROOT points to the sysroot # # Copyright (c) 2013-2016 Klarälvdalens Datakonsult AB, a KDAB Group company # All rights reserved. # # Author: Volker Krause # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # 3. The name of the author may not be used to endorse or promote products # derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. set(CMAKE_SYSTEM_NAME "Linux") set(CMAKE_SYSTEM_PROCESSOR "armv6l") set(CMAKE_C_COMPILER "arm-linux-gnueabihf-gcc") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --sysroot=$ENV{SYSROOT}") set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} --sysroot=$ENV{SYSROOT}") set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} --sysroot=$ENV{SYSROOT}") set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} --sysroot=$ENV{SYSROOT}") set(CMAKE_FIND_ROOT_PATH "$ENV{SYSROOT}") set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) libical-3.0.19/cmake/Toolchain-blackberry-armv7le.cmake000066400000000000000000000047351473225045500227160ustar00rootroot00000000000000# Basic cmake toolchain file for BlackBerry 10 # Copyright (c) 2013-2016 Klarälvdalens Datakonsult AB, a KDAB Group company # All rights reserved. # # Author: Rafael Roquetto # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # 3. The name of the author may not be used to endorse or promote products # derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # the name of the target operating system set(CMAKE_SYSTEM_NAME QNX) set(CMAKE_SYSTEM_PROCESSOR "armv7le") # which compilers to use for C and C++ set(arch gcc_ntoarmv7le) set(CMAKE_C_COMPILER qcc -V${arch}) set(CMAKE_CXX_COMPILER QCC -V${arch}) # here is the target environment located set(CMAKE_FIND_ROOT_PATH $ENV{QNX_TARGET}/armle-v7 $ENV{QNX_TARGET}) if(CMAKE_HOST_WIN32) set(HOST_EXECUTABLE_SUFFIX ".exe") endif() set(CMAKE_AR "$ENV{QNX_HOST}/usr/bin/ntoarmv7-ar${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX ar Program") set(CMAKE_RANLIB "$ENV{QNX_HOST}/usr/bin/ntoarmv7-ranlib${HOST_EXECUTABLE_SUFFIX}" CACHE PATH "QNX ar Program") # adjust the default behaviour of the FIND_XXX() commands: # search headers and libraries in the target environment, search # programs in the host environment set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) libical-3.0.19/cmake/Toolchain-iMX6.cmake000066400000000000000000000045061473225045500200020ustar00rootroot00000000000000# Basic cmake toolchain file for Freescale iMX6 # Assumptions: toolchain is in path, $SYSROOT points to the sysroot # # Copyright (c) 2013-2016 Klarälvdalens Datakonsult AB, a KDAB Group company # All rights reserved. # # Author: Volker Krause # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # 3. The name of the author may not be used to endorse or promote products # derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. set(CMAKE_SYSTEM_NAME "Linux") set(CMAKE_SYSTEM_PROCESSOR "armv7-a") set(CMAKE_C_COMPILER "arm-linux-gcc") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --sysroot=$ENV{SYSROOT} -march=armv7-a -mfpu=neon") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --sysroot=$ENV{SYSROOT} -march=armv7-a -mfpu=neon") set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} --sysroot=$ENV{SYSROOT}") set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} --sysroot=$ENV{SYSROOT}") set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} --sysroot=$ENV{SYSROOT}") set(CMAKE_FIND_ROOT_PATH "$ENV{SYSROOT}") set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) libical-3.0.19/cmake/Toolchain-iOS.cmake000066400000000000000000000142001473225045500177010ustar00rootroot00000000000000# This file is based off of the Platform/Darwin.cmake and Platform/UnixPaths.cmake # files which are included with CMake 2.8.4 # It has been altered for iOS development # Options: # # IOS_PLATFORM = OS (default) or SIMULATOR # This decides if SDKS will be selected from the iPhoneOS.platform or iPhoneSimulator.platform folders # OS - the default, used to build for iPhone and iPad physical devices, which have an arm arch. # SIMULATOR - used to build for the Simulator platforms, which have an x86 arch. # # CMAKE_IOS_DEVELOPER_ROOT = automatic(default) or /path/to/platform/Developer folder # By default this location is automatcially chosen based on the IOS_PLATFORM value above. # If set manually, it will override the default location and force the user of a particular Developer Platform # # CMAKE_IOS_SDK_ROOT = automatic(default) or /path/to/platform/Developer/SDKs/SDK folder # By default this location is automatcially chosen based on the CMAKE_IOS_DEVELOPER_ROOT value. # In this case it will always be the most up-to-date SDK found in the CMAKE_IOS_DEVELOPER_ROOT path. # If set manually, this will force the use of a specific SDK version # Standard settings set (CMAKE_SYSTEM_NAME Darwin) set (CMAKE_SYSTEM_VERSION 1 ) set (UNIX True) set (APPLE True) set (IOS True) # Force the compilers to gcc for iOS include (CMakeForceCompiler) CMAKE_FORCE_C_COMPILER (gcc gcc) CMAKE_FORCE_CXX_COMPILER (g++ g++) # Skip the platform compiler checks for cross compiling set (CMAKE_CXX_COMPILER_WORKS TRUE) set (CMAKE_C_COMPILER_WORKS TRUE) # All iOS/Darwin specific settings - some may be redundant set (CMAKE_SHARED_LIBRARY_PREFIX "lib") set (CMAKE_SHARED_LIBRARY_SUFFIX ".dylib") set (CMAKE_SHARED_MODULE_PREFIX "lib") set (CMAKE_SHARED_MODULE_SUFFIX ".so") set (CMAKE_MODULE_EXISTS 1) set (CMAKE_DL_LIBS "") set (CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG "-compatibility_version ") set (CMAKE_C_OSX_CURRENT_VERSION_FLAG "-current_version ") set (CMAKE_CXX_OSX_COMPATIBILITY_VERSION_FLAG "${CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG}") set (CMAKE_CXX_OSX_CURRENT_VERSION_FLAG "${CMAKE_C_OSX_CURRENT_VERSION_FLAG}") # Hidden visibility is required for cxx on iOS set (CMAKE_C_FLAGS "") set (CMAKE_CXX_FLAGS "-headerpad_max_install_names -fvisibility=hidden -fvisibility-inlines-hidden") set (CMAKE_C_LINK_FLAGS "-Wl,-search_paths_first ${CMAKE_C_LINK_FLAGS}") set (CMAKE_CXX_LINK_FLAGS "-Wl,-search_paths_first ${CMAKE_CXX_LINK_FLAGS}") set (CMAKE_PLATFORM_HAS_INSTALLNAME 1) set (CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-dynamiclib -headerpad_max_install_names") set (CMAKE_SHARED_MODULE_CREATE_C_FLAGS "-bundle -headerpad_max_install_names") set (CMAKE_SHARED_MODULE_LOADER_C_FLAG "-Wl,-bundle_loader,") set (CMAKE_SHARED_MODULE_LOADER_CXX_FLAG "-Wl,-bundle_loader,") set (CMAKE_FIND_LIBRARY_SUFFIXES ".dylib" ".so" ".a") # hack: if a new cmake (which uses CMAKE_INSTALL_NAME_TOOL) runs on an old build tree # (where install_name_tool was hardcoded) and where CMAKE_INSTALL_NAME_TOOL isn't in the cache # and still cmake didn't fail in CMakeFindBinUtils.cmake (because it isn't rerun) # hardcode CMAKE_INSTALL_NAME_TOOL here to install_name_tool, so it behaves as it did before, Alex if (NOT DEFINED CMAKE_INSTALL_NAME_TOOL) find_program(CMAKE_INSTALL_NAME_TOOL install_name_tool) endif (NOT DEFINED CMAKE_INSTALL_NAME_TOOL) # Setup iOS platform if (NOT DEFINED IOS_PLATFORM) set (IOS_PLATFORM "OS") endif (NOT DEFINED IOS_PLATFORM) set (IOS_PLATFORM ${IOS_PLATFORM} CACHE STRING "Type of iOS Platform") # Check the platform selection and setup for developer root if (${IOS_PLATFORM} STREQUAL "OS") set (IOS_PLATFORM_LOCATION "iPhoneOS.platform") elseif (${IOS_PLATFORM} STREQUAL "SIMULATOR") set (IOS_PLATFORM_LOCATION "iPhoneSimulator.platform") else (${IOS_PLATFORM} STREQUAL "OS") message (FATAL_ERROR "Unsupported IOS_PLATFORM value selected. Please choose OS or SIMULATOR") endif (${IOS_PLATFORM} STREQUAL "OS") # Setup iOS developer location if (NOT DEFINED CMAKE_IOS_DEVELOPER_ROOT) set (CMAKE_IOS_DEVELOPER_ROOT "/Developer/Platforms/${IOS_PLATFORM_LOCATION}/Developer") endif (NOT DEFINED CMAKE_IOS_DEVELOPER_ROOT) set (CMAKE_IOS_DEVELOPER_ROOT ${CMAKE_IOS_DEVELOPER_ROOT} CACHE PATH "Location of iOS Platform") # Find and use the most recent iOS sdk if (NOT DEFINED CMAKE_IOS_SDK_ROOT) file (GLOB _CMAKE_IOS_SDKS "${CMAKE_IOS_DEVELOPER_ROOT}/SDKs/*") if (_CMAKE_IOS_SDKS) list (SORT _CMAKE_IOS_SDKS) list (REVERSE _CMAKE_IOS_SDKS) list (GET _CMAKE_IOS_SDKS 0 CMAKE_IOS_SDK_ROOT) else (_CMAKE_IOS_SDKS) message (FATAL_ERROR "No iOS SDK's found in default search path ${CMAKE_IOS_DEVELOPER_ROOT}. Manually set CMAKE_IOS_SDK_ROOT or install the iOS SDK.") endif (_CMAKE_IOS_SDKS) message (STATUS "Toolchain using default iOS SDK: ${CMAKE_IOS_SDK_ROOT}") endif (NOT DEFINED CMAKE_IOS_SDK_ROOT) set (CMAKE_IOS_SDK_ROOT ${CMAKE_IOS_SDK_ROOT} CACHE PATH "Location of the selected iOS SDK") # Set the sysroot default to the most recent SDK set (CMAKE_OSX_SYSROOT ${CMAKE_IOS_SDK_ROOT} CACHE PATH "Sysroot used for iOS support") # set the architecture for iOS - using ARCHS_STANDARD_32_BIT sets armv6,armv7 and appears to be XCode's standard. # The other value that works is ARCHS_UNIVERSAL_IPHONE_OS but that sets armv7 only set (CMAKE_OSX_ARCHITECTURES "$(ARCHS_STANDARD_32_BIT)" CACHE string "Build architecture for iOS") # Set the find root to the iOS developer roots and to user defined paths set (CMAKE_FIND_ROOT_PATH ${CMAKE_IOS_DEVELOPER_ROOT} ${CMAKE_IOS_SDK_ROOT} ${CMAKE_PREFIX_PATH} CACHE string "iOS find search path root") # default to searching for frameworks first set (CMAKE_FIND_FRAMEWORK FIRST) # set up the default search directories for frameworks set (CMAKE_SYSTEM_FRAMEWORK_PATH ${CMAKE_IOS_SDK_ROOT}/System/Library/Frameworks ${CMAKE_IOS_SDK_ROOT}/System/Library/PrivateFrameworks ${CMAKE_IOS_SDK_ROOT}/Developer/Library/Frameworks ) # only search the iOS sdks, not the remainder of the host filesystem set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM ONLY) set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) libical-3.0.19/cmake/Toolchain-jetson-tk1.cmake000066400000000000000000000045701473225045500212170ustar00rootroot00000000000000# Basic cmake toolchain file for Freescale iMX6 # Assumptions: toolchain is in path, $SYSROOT points to the sysroot # # Copyright (c) 2013-2018 Klarälvdalens Datakonsult AB, a KDAB Group company # All rights reserved. # # Author: Volker Krause # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # 3. The name of the author may not be used to endorse or promote products # derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. set(CMAKE_SYSTEM_NAME "Linux") set(CMAKE_SYSTEM_PROCESSOR "armv7-a") set(CMAKE_C_COMPILER "arm-linux-gnueabihf-gcc") set(CMAKE_CXX_COMPILER "arm-linux-gnueabihf-g++") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4") set(CMAKE_EXE_LINKER_FLAGS "--sysroot=$ENV{SYSROOT} -Wl,-rpath-link,$ENV{SYSROOT}/usr/lib/arm-linux-gnueabihf/tegra" CACHE STRING "executable linker flags" FORCE) set(CMAKE_SYSROOT "$ENV{SYSROOT}") set(CMAKE_FIND_ROOT_PATH "$ENV{SYSROOT}") set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY) set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) libical-3.0.19/cmake/modules/000077500000000000000000000000001473225045500157425ustar00rootroot00000000000000libical-3.0.19/cmake/modules/FindBDB.cmake000066400000000000000000000024731473225045500201420ustar00rootroot00000000000000# Finds the Berkeley DB Library # # BDB_FOUND - True if Berkeley DB found. # BDB_INCLUDE_DIR - Directory to include to get Berkeley DB headers # BDB_LIBRARY - Library to link against for the Berkeley DB # set_package_properties(BDB PROPERTIES DESCRIPTION "Berkeley DB storage" URL "https://www.oracle.com/database/berkeley-db" ) if(BDB_INCLUDE_DIR AND BDB_LIBRARY) # Already in cache, be silent set(BDB_FIND_QUIETLY TRUE) endif() # Look for the header file. find_path( BDB_INCLUDE_DIR NAMES db.h HINTS /usr/local/opt/db/include DOC "Include directory for the Berkeley DB library" ) mark_as_advanced(BDB_INCLUDE_DIR) # Look for the library. find_library( BDB_LIBRARY NAMES db HINTS /usr/local/opt/db4/lib DOC "Libraries to link against for the Berkeley DB" ) mark_as_advanced(BDB_LIBRARY) # Copy the results to the output variables. if(BDB_INCLUDE_DIR AND BDB_LIBRARY) set(BDB_FOUND 1) else() set(BDB_FOUND 0) endif() if(BDB_FOUND) if(NOT BDB_FIND_QUIETLY) message(STATUS "Found Berkeley DB header files in ${BDB_INCLUDE_DIR}") message(STATUS "Found Berkeley libraries: ${BDB_LIBRARY}") endif() else() if(BDB_FIND_REQUIRED) message(FATAL_ERROR "Could not find Berkeley DB") else() message(STATUS "Optional package Berkeley DB was not found") endif() endif() libical-3.0.19/cmake/modules/FindBerkeleyDB.cmake000066400000000000000000000201621473225045500215160ustar00rootroot00000000000000# Author: sum01 # Git: https://github.com/sum01/FindBerkeleyDB # # This is free and unencumbered software released into the public domain. # # Anyone is free to copy, modify, publish, use, compile, sell, or distribute # this software, either in source code form or as a compiled binary, for any # purpose, commercial or non-commercial, and by any means. # # In jurisdictions that recognize copyright laws, the author or authors of this # software dedicate any and all copyright interest in the software to the public # domain. We make this dedication for the benefit of the public at large and to # the detriment of our heirs and successors. We intend this dedication to be an # overt act of relinquishment in perpetuity of all present and future rights to # this software under copyright law. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN # ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # For more information, please refer to # # NOTE: If Berkeley DB ever gets a Pkg-config ".pc" file, add pkg_check_modules() here # Checks if environment paths are empty, set them if they aren't if(NOT "$ENV{BERKELEYDB_ROOT}" STREQUAL "") set(_BERKELEYDB_PATHS "$ENV{BERKELEYDB_ROOT}") elseif(NOT "$ENV{Berkeleydb_ROOT}" STREQUAL "") set(_BERKELEYDB_PATHS "$ENV{Berkeleydb_ROOT}") elseif(NOT "$ENV{BERKELEYDBROOT}" STREQUAL "") set(_BERKELEYDB_PATHS "$ENV{BERKELEYDBROOT}") else() # Set just in case, as it's used regardless if it's empty or not set(_BERKELEYDB_PATHS "") endif() # Allow user to pass a path instead of guessing if(BerkeleyDB_ROOT_DIR) set(_BERKELEYDB_PATHS "${BerkeleyDB_ROOT_DIR}") elseif(CMAKE_SYSTEM_NAME MATCHES ".*[wW]indows.*") # MATCHES is used to work on any devies with windows in the name # Shameless copy-paste from FindOpenSSL.cmake v3.8 file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _programfiles) list(APPEND _BERKELEYDB_PATHS "${_programfiles}") # There's actually production release and version numbers in the file path. # For example, if they're on v6.2.32: C:/Program Files/Oracle/Berkeley DB 12cR1 6.2.32/ # But this still works to find it, so I'm guessing it can accept partial path matches. foreach(_TARGET_BERKELEYDB_PATH "Oracle/Berkeley DB" "Berkeley DB") list(APPEND _BERKELEYDB_PATHS "${_programfiles}/${_TARGET_BERKELEYDB_PATH}" "C:/Program Files (x86)/${_TARGET_BERKELEYDB_PATH}" "C:/Program Files/${_TARGET_BERKELEYDB_PATH}" "C:/${_TARGET_BERKELEYDB_PATH}" ) endforeach() else() # Paths for anything other than Windows # /usr/local/opt/berkeley-db is for macOS from homebrew installation list( APPEND _BERKELEYDB_PATHS "/usr" "/usr/local" "/usr/local/opt/berkeley-db" "/opt" "/opt/local" ) endif() # Find includes path find_path(BerkeleyDB_INCLUDE_DIRS NAMES "db.h" HINTS ${_BERKELEYDB_PATHS} PATH_SUFFIXES "include" "includes" ) # Checks if the version file exists, save the version file to a var, and fail if there's no version file if(BerkeleyDB_INCLUDE_DIRS) # Read the version file db.h into a variable file(READ "${BerkeleyDB_INCLUDE_DIRS}/db.h" _BERKELEYDB_DB_HEADER) # Parse the DB version into variables to be used in the lib names string(REGEX REPLACE ".*DB_VERSION_MAJOR ([0-9]+).*" "\\1" BerkeleyDB_VERSION_MAJOR "${_BERKELEYDB_DB_HEADER}") string(REGEX REPLACE ".*DB_VERSION_MINOR ([0-9]+).*" "\\1" BerkeleyDB_VERSION_MINOR "${_BERKELEYDB_DB_HEADER}") # Patch version example on non-crypto installs: x.x.xNC string(REGEX REPLACE ".*DB_VERSION_PATCH ([0-9]+(NC)?).*" "\\1" BerkeleyDB_VERSION_PATCH "${_BERKELEYDB_DB_HEADER}") else() if(BerkeleyDB_FIND_REQUIRED) # If the find_package(BerkeleyDB REQUIRED) was used, fail since we couldn't find the header message(FATAL_ERROR "Failed to find Berkeley DB's header file \"db.h\"! Try setting \"BerkeleyDB_ROOT_DIR\" when initiating Cmake.") #elseif(NOT BerkeleyDB_FIND_QUIETLY) # message(WARNING "Failed to find Berkeley DB's header file \"db.h\"! Try setting \"BerkeleyDB_ROOT_DIR\" when initiating Cmake.") endif() # Set some garbage values to the versions since we didn't find a file to read set(BerkeleyDB_VERSION_MAJOR "0") set(BerkeleyDB_VERSION_MINOR "0") set(BerkeleyDB_VERSION_PATCH "0") endif() # The actual returned/output version variable (the others can be used if needed) set(BerkeleyDB_VERSION "${BerkeleyDB_VERSION_MAJOR}.${BerkeleyDB_VERSION_MINOR}.${BerkeleyDB_VERSION_PATCH}") # Finds the target library for berkeley db, since they all follow the same naming conventions macro(findpackage_berkeleydb_get_lib _BERKELEYDB_OUTPUT_VARNAME _TARGET_BERKELEYDB_LIB) # Different systems sometimes have a version in the lib name... # and some have a dash or underscore before the versions. # CMake recommends to put unversioned names before versioned names find_library(${_BERKELEYDB_OUTPUT_VARNAME} NAMES "${_TARGET_BERKELEYDB_LIB}" "lib${_TARGET_BERKELEYDB_LIB}" "lib${_TARGET_BERKELEYDB_LIB}${BerkeleyDB_VERSION_MAJOR}.${BerkeleyDB_VERSION_MINOR}" "lib${_TARGET_BERKELEYDB_LIB}-${BerkeleyDB_VERSION_MAJOR}.${BerkeleyDB_VERSION_MINOR}" "lib${_TARGET_BERKELEYDB_LIB}_${BerkeleyDB_VERSION_MAJOR}.${BerkeleyDB_VERSION_MINOR}" "lib${_TARGET_BERKELEYDB_LIB}${BerkeleyDB_VERSION_MAJOR}${BerkeleyDB_VERSION_MINOR}" "lib${_TARGET_BERKELEYDB_LIB}-${BerkeleyDB_VERSION_MAJOR}${BerkeleyDB_VERSION_MINOR}" "lib${_TARGET_BERKELEYDB_LIB}_${BerkeleyDB_VERSION_MAJOR}${BerkeleyDB_VERSION_MINOR}" "lib${_TARGET_BERKELEYDB_LIB}${BerkeleyDB_VERSION_MAJOR}" "lib${_TARGET_BERKELEYDB_LIB}-${BerkeleyDB_VERSION_MAJOR}" "lib${_TARGET_BERKELEYDB_LIB}_${BerkeleyDB_VERSION_MAJOR}" HINTS ${_BERKELEYDB_PATHS} PATH_SUFFIXES "lib" "lib64" "libs" "libs64" ) # If the library was found, add it to our list of libraries if(${_BERKELEYDB_OUTPUT_VARNAME}) # If found, append to our libraries variable # The ${{}} is because the first expands to target the real variable, the second expands the variable's contents... # and the real variable's contents is the path to the lib. Thus, it appends the path of the lib to BerkeleyDB_LIBRARIES. list(APPEND BerkeleyDB_LIBRARIES "${${_BERKELEYDB_OUTPUT_VARNAME}}") endif() endmacro() # Find and set the paths of the specific library to the variable findpackage_berkeleydb_get_lib(BerkeleyDB_LIBRARY "db") # NOTE: Windows doesn't have a db_cxx lib, but instead compiles the cxx code into the "db" lib findpackage_berkeleydb_get_lib(BerkeleyDB_Cxx_LIBRARY "db_cxx") # NOTE: I don't think Linux/Unix gets an SQL lib findpackage_berkeleydb_get_lib(BerkeleyDB_Sql_LIBRARY "db_sql") findpackage_berkeleydb_get_lib(BerkeleyDB_Stl_LIBRARY "db_stl") # Needed for find_package_handle_standard_args() include(FindPackageHandleStandardArgs) # Fails if required vars aren't found, or if the version doesn't meet specifications. find_package_handle_standard_args(BerkeleyDB FOUND_VAR BerkeleyDB_FOUND REQUIRED_VARS BerkeleyDB_INCLUDE_DIRS BerkeleyDB_LIBRARY VERSION_VAR BerkeleyDB_VERSION ) # Create an imported lib for easy linking by external projects if(BerkeleyDB_FOUND AND BerkeleyDB_LIBRARIES AND NOT TARGET Oracle::BerkeleyDB) add_library(Oracle::BerkeleyDB UNKNOWN IMPORTED) set_target_properties(Oracle::BerkeleyDB PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${BerkeleyDB_INCLUDE_DIRS}" IMPORTED_LOCATION "${BerkeleyDB_LIBRARY}" INTERFACE_LINK_LIBRARIES "${BerkeleyDB_LIBRARIES}" ) endif() # Only show the includes path and libraries in the GUI if they click "advanced". # Does nothing when using the CLI mark_as_advanced(FORCE BerkeleyDB_INCLUDE_DIRS BerkeleyDB_LIBRARIES BerkeleyDB_LIBRARY BerkeleyDB_Cxx_LIBRARY BerkeleyDB_Sql_LIBRARY BerkeleyDB_Stl_LIBRARY ) include(FindPackageMessage) # A message that tells the user what includes/libs were found, and obeys the QUIET command. find_package_message(BerkeleyDB "Found BerkeleyDB libraries: ${BerkeleyDB_LIBRARIES}" "[${BerkeleyDB_LIBRARIES}[${BerkeleyDB_INCLUDE_DIRS}]]" ) libical-3.0.19/cmake/modules/FindGLib.cmake000066400000000000000000000013621473225045500203640ustar00rootroot00000000000000# - try to find glib # # Once done this will define # # GLIB_FOUND - system has GLib 2.0 # GLIB_CFLAGS # GLIB_LIBRARIES set_package_properties(GLib PROPERTIES DESCRIPTION "A library of handy utility functions" URL "https://www.gtk.org" ) find_package(PkgConfig) if(PKG_CONFIG_FOUND) set(_glib_version_cmp) if(DEFINED GLib_FIND_VERSION) set(_glib_version_cmp ${GLib_FIND_VERSION}) set(_glib_version_cmp ">=${_glib_version_cmp}") endif() pkg_check_modules(_pc_glib glib-2.0${_glib_version_cmp} gobject-2.0${_glib_version_cmp}) if(_pc_glib_FOUND) set(GLIB_FOUND TRUE) set(GLIB_CFLAGS "${_pc_glib_CFLAGS}") set(GLIB_LIBRARIES "${_pc_glib_LDFLAGS}") endif() endif() mark_as_advanced( GLIB_CFLAGS GLIB_LIBRARIES ) libical-3.0.19/cmake/modules/FindGObjectIntrospection.cmake000066400000000000000000000043641473225045500236520ustar00rootroot00000000000000# - try to find gobject-introspection 1.0 # # Once done this will define # # GObjectIntrospection_FOUND - system has gobject-introspection # GObjectIntrospection_SCANNER - the gobject-introspection scanner, g-ir-scanner # GObjectIntrospection_COMPILER - the gobject-introspection compiler, g-ir-compiler # GObjectIntrospection_GENERATE - the gobject-introspection generate, g-ir-generate # GObjectIntrospection_GIRDIR # GObjectIntrospection_TYPELIBDIR # GObjectIntrospection_CFLAGS # GObjectIntrospection_LIBS # # Copyright (C) 2010, Pino Toscano, # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. macro(_GIR_GET_PKGCONFIG_VAR _outvar _varname) execute_process( COMMAND ${PKG_CONFIG_EXECUTABLE} --variable=${_varname} gobject-introspection-1.0 OUTPUT_VARIABLE _result RESULT_VARIABLE _null ) if (_null) else() string(REGEX REPLACE "[\r\n]" " " _result "${_result}") string(REGEX REPLACE " +$" "" _result "${_result}") separate_arguments(_result) set(${_outvar} ${_result} CACHE INTERNAL "") endif() endmacro(_GIR_GET_PKGCONFIG_VAR) find_package(PkgConfig) if(PKG_CONFIG_FOUND) set(_gir_version_cmp) if(DEFINED GObjectIntrospection_FIND_VERSION) set(_gir_version_cmp "${GObjectIntrospection_FIND_VERSION}") set(_gir_version_cmp ">=${_gir_version_cmp}") endif() pkg_check_modules(_pc_gir gobject-introspection-1.0${_gir_version_cmp}) if(_pc_gir_FOUND) set(GObjectIntrospection_FOUND TRUE) _gir_get_pkgconfig_var(GObjectIntrospection_SCANNER "g_ir_scanner") _gir_get_pkgconfig_var(GObjectIntrospection_COMPILER "g_ir_compiler") _gir_get_pkgconfig_var(GObjectIntrospection_GENERATE "g_ir_generate") _gir_get_pkgconfig_var(GObjectIntrospection_GIRDIR "girdir") _gir_get_pkgconfig_var(GObjectIntrospection_TYPELIBDIR "typelibdir") set(GObjectIntrospection_CFLAGS "${_pc_gir_CFLAGS}") set(GObjectIntrospection_LIBS "${_pc_gir_LIBS}") endif() endif() mark_as_advanced( GObjectIntrospection_SCANNER GObjectIntrospection_COMPILER GObjectIntrospection_GENERATE GObjectIntrospection_GIRDIR GObjectIntrospection_TYPELIBDIR GObjectIntrospection_CFLAGS GObjectIntrospection_LIBS ) libical-3.0.19/cmake/modules/FindLibXML.cmake000066400000000000000000000012051473225045500206320ustar00rootroot00000000000000# - try to find libxml # # Once done this will define # # LIBXML_FOUND - system has libxml 2.0 # LIBXML_CFLAGS # LIBXML_LIBRARIES find_package(PkgConfig) if(PKG_CONFIG_FOUND) set(_libxml_version_cmp) if(DEFINED LibXML_FIND_VERSION) set(_libxml_version_cmp ${LibXML_FIND_VERSION}) set(_libxml_version_cmp ">=${_libxml_version_cmp}") endif() pkg_check_modules(_pc_libxml libxml-2.0${_libxml_version_cmp}) if(_pc_libxml_FOUND) set(LIBXML_FOUND TRUE) set(LIBXML_CFLAGS "${_pc_libxml_CFLAGS}") set(LIBXML_LIBRARIES "${_pc_libxml_LIBRARIES}") endif() endif() mark_as_advanced( LIBXML_CFLAGS LIBXML_LIBRARIES ) libical-3.0.19/cmake/modules/FindWcecompat.cmake000066400000000000000000000020711473225045500214670ustar00rootroot00000000000000# Try to find Wcecompat functionality # Once done this will define # # WCECOMPAT_FOUND - system has Wcecompat # WCECOMPAT_INCLUDE_DIR - Wcecompat include directory # WCECOMPAT_LIBRARIES - Libraries needed to use Wcecompat # # Copyright (c) 2010, Andreas Holzammer, # # Redistribution and use is allowed according to the terms of the BSD license. if(WCECOMPAT_INCLUDE_DIR AND WCECOMPAT_LIB_FOUND) set(Wcecompat_FIND_QUIETLY TRUE) endif() find_path(WCECOMPAT_INCLUDE_DIR errno.h PATH_SUFFIXES wcecompat) set(WCECOMPAT_LIB_FOUND FALSE) if(WCECOMPAT_INCLUDE_DIR) find_library(WCECOMPAT_LIBRARIES NAMES wcecompat wcecompatex) if(WCECOMPAT_LIBRARIES) set(WCECOMPAT_LIB_FOUND TRUE) endif() endif() # I have no idea what this is about, but it seems to be used quite often, so I add this here set(WCECOMPAT_CONST const) include(FindPackageHandleStandardArgs) find_package_handle_standard_args(Wcecompat DEFAULT_MSG WCECOMPAT_LIBRARIES WCECOMPAT_LIB_FOUND) mark_as_advanced(WCECOMPAT_INCLUDE_DIR WCECOMPAT_LIBRARIES WCECOMPAT_CONST WCECOMPAT_LIB_FOUND) libical-3.0.19/cmake/modules/GObjectIntrospectionMacros.cmake000066400000000000000000000070731473225045500242160ustar00rootroot00000000000000# Copyright (C) 2010, Pino Toscano, # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. macro(_gir_list_prefix _outvar _listvar _prefix) set(${_outvar}) foreach(_item IN LISTS ${_listvar}) list(APPEND ${_outvar} ${_prefix}${_item}) endforeach() endmacro(_gir_list_prefix) macro(gir_add_introspections introspections_girs) set(_gir_girs) set(_gir_typelibs) foreach(gir IN LISTS ${introspections_girs}) set(_gir_name "${gir}") ## Transform the gir filename to something which can reference through a variable ## without automake/make complaining, eg Gtk-2.0.gir -> Gtk_2_0_gir string(REPLACE "-" "_" _gir_name "${_gir_name}") string(REPLACE "." "_" _gir_name "${_gir_name}") # Namespace and Version is either fetched from the gir filename # or the _NAMESPACE/_VERSION variable combo set(_gir_namespace "${${_gir_name}_NAMESPACE}") if (_gir_namespace STREQUAL "") string(REGEX REPLACE "([^-]+)-.*" "\\1" _gir_namespace "${gir}") endif () set(_gir_version "${${_gir_name}_VERSION}") if (_gir_version STREQUAL "") string(REGEX REPLACE ".*-([^-]+).gir" "\\1" _gir_version "${gir}") endif () # _PROGRAM is an optional variable which needs its own --program argument set(_gir_program "${${_gir_name}_PROGRAM}") if (NOT _gir_program STREQUAL "") set(_gir_program "--program=${_gir_program}") endif () # Variables which provides a list of things _gir_list_prefix(_gir_libraries ${_gir_name}_LIBS "--library=") _gir_list_prefix(_gir_packages ${_gir_name}_PACKAGES "--pkg=") _gir_list_prefix(_gir_includes ${_gir_name}_INCLUDES "--include=") # Reuse the LIBTOOL variable from by automake if it's set set(_gir_libtool "--no-libtool") add_custom_command( COMMAND ${CMAKE_COMMAND} -E env "CC='${CMAKE_C_COMPILER}'" ${GObjectIntrospection_SCANNER} ${GObjectIntrospection_SCANNER_ARGS} --namespace=${_gir_namespace} --nsversion=${_gir_version} ${_gir_libtool} ${_gir_program} ${_gir_libraries} ${_gir_packages} ${_gir_includes} ${${_gir_name}_SCANNERFLAGS} ${${_gir_name}_CFLAGS} ${${_gir_name}_FILES} --output ${CMAKE_CURRENT_BINARY_DIR}/${gir} --accept-unprefixed DEPENDS ${${_gir_name}_FILES} ${${_gir_name}_LIBS} OUTPUT ${gir} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} VERBATIM ) list(APPEND _gir_girs ${CMAKE_CURRENT_BINARY_DIR}/${gir}) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${gir} DESTINATION ${SHARE_INSTALL_DIR}/gir-1.0) string(REPLACE ".gir" ".typelib" _typelib "${gir}") add_custom_command( COMMAND ${GObjectIntrospection_COMPILER} ${GObjectIntrospection_COMPILER_ARGS} --includedir=. ${CMAKE_CURRENT_BINARY_DIR}/${gir} -o ${CMAKE_CURRENT_BINARY_DIR}/${_typelib} DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${gir} OUTPUT ${_typelib} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} ) list(APPEND _gir_typelibs ${CMAKE_CURRENT_BINARY_DIR}/${_typelib}) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_typelib} DESTINATION ${LIB_INSTALL_DIR}/girepository-1.0) endforeach() add_custom_target(gir-girs-${_gir_name} ALL DEPENDS ${_gir_girs}) add_custom_target(gir-typelibs-${_gir_name} ALL DEPENDS ${_gir_typelibs}) endmacro(gir_add_introspections) libical-3.0.19/cmake/modules/GtkDoc.cmake000066400000000000000000000205131473225045500201200ustar00rootroot00000000000000# GtkDoc.cmake # # Macros to support developer documentation build from sources with gtk-doc. # # Note that every target and dependency should be defined before the macro is # called, because it uses information from those targets. # # add_gtkdoc(_module _namespace _deprecated_guards _srcdirsvar _depsvar _ignoreheadersvar) # Adds rules to build developer documentation using gtk-doc for some part. # Arguments: # _module - the module name, like 'camel'; it expects ${_part}-docs.sgml.in in the CMAKE_CURRENT_SOURCE_DIR # _namespace - namespace for symbols # _deprecated_guards - define name, which guards deprecated symbols # _srcdirsvar - variable with dirs where the source files are located # _depsvar - a variable with dependencies (targets) # _ignoreheadersvar - a variable with a set of header files to ignore # # It also adds custom target gtkdoc-rebuild-${_module}-sgml to rebuild the sgml.in # file based on the current sources. find_program(GTKDOC_SCAN gtkdoc-scan) find_program(GTKDOC_SCANGOBJ gtkdoc-scangobj) find_program(GTKDOC_MKDB gtkdoc-mkdb) find_program(GTKDOC_MKHTML gtkdoc-mkhtml) find_program(GTKDOC_FIXXREF gtkdoc-fixxref) if(NOT (GTKDOC_SCAN AND GTKDOC_MKDB AND GTKDOC_MKHTML AND GTKDOC_FIXXREF)) message(FATAL_ERROR "Cannot find all gtk-doc binaries, install them or use -DENABLE_GTK_DOC=OFF instead") return() endif() if(NOT TARGET gtkdocs) add_custom_target(gtkdocs ALL) endif() if(NOT TARGET gtkdoc-rebuild-sgmls) add_custom_target(gtkdoc-rebuild-sgmls) endif() macro(add_gtkdoc _module _namespace _deprecated_guards _srcdirsvar _depsvar _ignoreheadersvar) configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/${_module}-docs.sgml.in ${CMAKE_CURRENT_BINARY_DIR}/${_module}-docs.sgml @ONLY) set(OUTPUT_DOCDIR ${SHARE_INSTALL_DIR}/gtk-doc/html/${_module}) set(_filedeps) set(_srcdirs) foreach(_srcdir ${${_srcdirsvar}}) set(_srcdirs ${_srcdirs} --source-dir="${_srcdir}") file(GLOB _files ${_srcdir}/*.h* ${_srcdir}/*.c*) list(APPEND _filedeps ${_files}) endforeach() if(APPLE) if(NOT DEFINED ENV{XML_CATALOG_FILES}) message(FATAL_ERROR "On OSX, please run \'export XML_CATALOG_FILES=/usr/local/etc/xml/catalog\' first; else the gtk entities cannot be located.") endif() endif() set(_scangobj_deps) set(_scangobj_cflags_list) set(_scangobj_cflags "") set(_scangobj_ldflags "") set(_scangobj_ld_lib_dirs "") foreach(opt IN LISTS ${_depsvar}) if(TARGET ${opt}) set(_target_type) get_target_property(_target_type ${opt} TYPE) if((_target_type STREQUAL "STATIC_LIBRARY") OR (_target_type STREQUAL "SHARED_LIBRARY") OR (_target_type STREQUAL "MODULE_LIBRARY")) set(_compile_options) set(_link_libraries) get_target_property(_compile_options ${opt} COMPILE_OPTIONS) get_target_property(_link_libraries ${opt} LINK_LIBRARIES) list(APPEND _scangobj_cflags_list ${_compile_options}) list(APPEND _scangobj_deps ${_link_libraries}) unset(_compile_options) unset(_link_libraries) endif() unset(_target_type) endif() list(APPEND _scangobj_deps ${opt}) endforeach() # Add it as the last, thus in-tree headers have precedence list(APPEND _scangobj_cflags_list -I${INCLUDE_INSTALL_DIR}) list(APPEND _scangobj_cflags_list ${CMAKE_C_FLAGS}) if(_scangobj_deps) list(REMOVE_DUPLICATES _scangobj_deps) endif() if(_scangobj_cflags_list) list(REMOVE_DUPLICATES _scangobj_cflags_list) endif() foreach(opt IN LISTS _scangobj_cflags_list) set(_scangobj_cflags "${_scangobj_cflags} ${opt}") endforeach() foreach(opt IN LISTS _scangobj_deps) if(TARGET ${opt}) set(_target_type) get_target_property(_target_type ${opt} TYPE) if((_target_type STREQUAL "STATIC_LIBRARY") OR (_target_type STREQUAL "SHARED_LIBRARY") OR (_target_type STREQUAL "MODULE_LIBRARY")) set(_output_name "") get_target_property(_output_name ${opt} OUTPUT_NAME) if(NOT _output_name) set(_output_name ${opt}) endif() set(_scangobj_ldflags "${_scangobj_ldflags} -L$ -l${_output_name}") if(_target_type STREQUAL "SHARED_LIBRARY" OR (_target_type STREQUAL "MODULE_LIBRARY")) set(_scangobj_ld_lib_dirs "${_scangobj_ld_lib_dirs}:$") endif() unset(_output_name) endif() unset(_target_type) endif() endforeach() # Add extra flags from LDFLAGS environment variable set(_scangobj_ldflags "${_scangobj_ldflags} ${CMAKE_SHARED_LINKER_FLAGS}") foreach(opt IN LISTS _scangobj_deps) if(NOT TARGET ${opt}) set(_scangobj_ldflags "${_scangobj_ldflags} ${opt}") endif() endforeach() # Add it as the last, thus in-tree libs have precedence set(_scangobj_ldflags "${_scangobj_ldflags} -L${LIB_INSTALL_DIR}") set(_scangobj_prefix ${CMAKE_COMMAND} -E env LD_LIBRARY_PATH="${_scangobj_ld_lib_dirs}:${LIB_INSTALL_DIR}:$ENV{LD_LIBRARY_PATH}") # if(NOT (_scangobj_cflags STREQUAL "")) # set(_scangobj_cflags --cflags "${_scangobj_cflags}") # endif() # if(NOT (_scangobj_ldflags STREQUAL "")) # set(_scangobj_ldflags "--ldflags ${_scangobj_ldflags}") # endif() add_custom_command(OUTPUT html/index.html COMMAND ${GTKDOC_SCAN} --module=${_module} --deprecated-guards="${_deprecated_guards}" --ignore-headers="${${_ignoreheadersvar}}" --rebuild-sections --rebuild-types ${_srcdirs} COMMAND ${CMAKE_COMMAND} -E chdir "${CMAKE_CURRENT_BINARY_DIR}" ${_scangobj_prefix} ${GTKDOC_SCANGOBJ} --module=${_module} --cflags=${_scangobj_cflags} --ldflags=${_scangobj_ldflags} COMMAND ${GTKDOC_MKDB} --module=${_module} --name-space=${_namespace} --main-sgml-file="${CMAKE_CURRENT_BINARY_DIR}/${_module}-docs.sgml" --sgml-mode --output-format=xml ${_srcdirs} COMMAND ${CMAKE_COMMAND} -E make_directory "${CMAKE_CURRENT_BINARY_DIR}/html" COMMAND ${CMAKE_COMMAND} -E chdir "${CMAKE_CURRENT_BINARY_DIR}/html" ${GTKDOC_MKHTML} --path=.. ${_module} ../${_module}-docs.sgml COMMAND ${GTKDOC_FIXXREF} --module=${_module} --module-dir=html --extra-dir=.. --html-dir="${OUTPUT_DOCDIR}" WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/${_module}-docs.sgml" ${_filedeps} COMMENT "Generating ${_module} documentation" ) add_custom_target(gtkdoc-${_module} DEPENDS html/index.html ) if(${_depsvar}) add_dependencies(gtkdoc-${_module} ${${_depsvar}}) endif(${_depsvar}) add_dependencies(gtkdocs gtkdoc-${_module}) install( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ DESTINATION ${OUTPUT_DOCDIR} ) # *************************************** # sgml.in file rebuild, unconditional # *************************************** add_custom_target(gtkdoc-rebuild-${_module}-sgml COMMAND ${CMAKE_COMMAND} -E remove_directory "${CMAKE_CURRENT_BINARY_DIR}/tmp" COMMAND ${CMAKE_COMMAND} -E make_directory "${CMAKE_CURRENT_BINARY_DIR}/tmp" COMMAND ${CMAKE_COMMAND} -E chdir "${CMAKE_CURRENT_BINARY_DIR}/tmp" ${GTKDOC_SCAN} --module=${_module} --deprecated-guards="${_deprecated_guards}" --ignore-headers="${_ignore_headers}" --rebuild-sections --rebuild-types ${_srcdirs} COMMAND ${CMAKE_COMMAND} -E chdir "${CMAKE_CURRENT_BINARY_DIR}" ${_scangobj_prefix} ${GTKDOC_SCANGOBJ} --module=${_module} ${_scangobj_cflags} ${_scangobj_ldflags} COMMAND ${CMAKE_COMMAND} -E chdir "${CMAKE_CURRENT_BINARY_DIR}/tmp" ${GTKDOC_MKDB} --module=${_module} --name-space=${_namespace} --main-sgml-file="${CMAKE_CURRENT_BINARY_DIR}/tmp/${_module}-docs.sgml" --sgml-mode --output-format=xml ${_srcdirs} COMMAND ${CMAKE_COMMAND} -E rename ${CMAKE_CURRENT_BINARY_DIR}/tmp/${_module}-docs.sgml ${CMAKE_CURRENT_SOURCE_DIR}/${_module}-docs.sgml.in COMMAND ${CMAKE_COMMAND} -E echo "File '${CMAKE_CURRENT_SOURCE_DIR}/${_module}-docs.sgml.in' overwritten, make sure you replace generated strings with proper content before committing." ) add_dependencies(gtkdoc-rebuild-sgmls gtkdoc-rebuild-${_module}-sgml) unset(_scangobj_prefix) unset(_scangobj_deps) unset(_scangobj_cflags_list) unset(_scangobj_cflags) unset(_scangobj_ldflags) unset(_scangobj_ld_lib_dirs) endmacro() libical-3.0.19/cmake/run_test.cmake000066400000000000000000000010371473225045500171400ustar00rootroot00000000000000#------------------------------------------------- # some argument checking: # test_cmd is the command to run with all its arguments if(NOT test_cmd) message(FATAL_ERROR "Variable test_cmd not defined") endif() # convert the space-separated string to a list separate_arguments(test_args) execute_process( COMMAND ${test_cmd} ${test_args} RESULT_VARIABLE test_not_successful ERROR_VARIABLE err ) if(test_not_successful) message(SEND_ERROR "Unable to run test '${test_cmd}': ${err} : shell output: ${test_not_successful}!") endif() libical-3.0.19/config.h.cmake000066400000000000000000000335361473225045500157210ustar00rootroot00000000000000/* config.h. Generated by cmake from config.h.cmake */ /* Define if you have the ICU library. */ #cmakedefine HAVE_LIBICU 1 /* Define if you have the Berkeley DB library. */ #cmakedefine HAVE_BDB 1 /* Define to 1 if you have the `backtrace' function. */ #cmakedefine HAVE_BACKTRACE 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_BYTESWAP_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_ENDIAN_H 1 /* Define to 1 if you have the `GetNumberFormat' function. */ #cmakedefine HAVE_GETNUMBERFORMAT 1 /* Define to 1 if you have the `gmtime_r' function. */ #cmakedefine HAVE_GMTIME_R 1 /* Define to 1 if you have the `localtime_r' function. */ #cmakedefine HAVE_LOCALTIME_R 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_INTTYPES_H 1 /* Define to 1 if you have type 'intptr_t' defined. */ #cmakedefine HAVE_INTPTR_T 1 /* Define to 1 if you have the `iswspace' function. */ #cmakedefine HAVE_ISWSPACE 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_DIRENT_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STDBOOL_H 1 /* Define if we have pthread. */ #cmakedefine HAVE_PTHREAD_ATTR_GET_NP 1 #cmakedefine HAVE_PTHREAD_GETATTR_NP 1 #cmakedefine HAVE_PTHREAD_CREATE 1 #cmakedefine HAVE_PTHREAD_NP_H 1 #if defined(HAVE_PTHREAD_ATTR_GET_NP) || defined(HAVE_PTHREAD_GETATTR_NP) || defined(HAVE_PTHREAD_CREATE) || defined(HAVE_PTHREAD_NP_H) #define HAVE_PTHREAD 1 #endif /* Define to 1 if you have the header file. */ #cmakedefine HAVE_PTHREAD_H 1 /* Define to 1 if you have the `nanosleep' function. */ #cmakedefine HAVE_NANOSLEEP 1 /* Define to 1 if you have the `usleep' function. */ #cmakedefine HAVE_USLEEP 1 /* Define to 1 if you have the `snprintf' function. */ #cmakedefine HAVE_SNPRINTF 1 /* Define to 1 if you have the `_snprintf' function. */ #cmakedefine HAVE__SNPRINTF 1 /* Define to 1 if you have the `stat' function. */ #cmakedefine HAVE_STAT 1 /* Define to 1 if you have the `_stat' function. */ #cmakedefine HAVE__STAT 1 /* Define to 1 if you have the `_fstat64' function. */ #cmakedefine HAVE__FSTAT64 1 /* Define to 1 if you have the `fstat' function. */ #cmakedefine HAVE_FSTAT 1 /* Define to 1 if you have the `strcasecmp' function. */ #cmakedefine HAVE_STRCASECMP 1 /* Define to 1 if you have the `strncasecmp' function. */ #cmakedefine HAVE_STRNCASECMP 1 /* Define to 1 if you have the `_stricmp' function. */ #cmakedefine HAVE__STRICMP 1 /* Define to 1 if you have the `_strnicmp' function. */ #cmakedefine HAVE__STRNICMP 1 /* Define to 1 if you have the `strdup' function. */ #cmakedefine HAVE_STRDUP 1 /* Define to 1 if you have the `_strdup' function. */ #cmakedefine HAVE__STRDUP 1 /* Define to 1 if you have the `access' function. */ #cmakedefine HAVE_ACCESS 1 /* Define to 1 if you have the `_access' function. */ #cmakedefine HAVE__ACCESS 1 /* Define to 1 if you have the `getopt' function. */ #cmakedefine HAVE_GETOPT 1 /* Define to 1 if you have the `getpid' function. */ #cmakedefine HAVE_GETPID 1 /* Define to 1 if you have the `_getpid' function. */ #cmakedefine HAVE__GETPID 1 /* Define to 1 if you have the `mkdir' function. */ #cmakedefine HAVE_MKDIR 1 /* Define to 1 if you have the `_mkdir' function. */ #cmakedefine HAVE__MKDIR 1 /* Define to 1 if you have the `open' function. */ #cmakedefine HAVE_OPEN 1 /* Define to 1 if you have the `_open' function. */ #cmakedefine HAVE__OPEN 1 /* Define to 1 if you have the `read' function. */ #cmakedefine HAVE_READ 1 /* Define to 1 if you have the `_read' function. */ #cmakedefine HAVE__READ 1 /* Define to 1 if you have the `write' function. */ #cmakedefine HAVE_WRITE 1 /* Define to 1 if you have the `_write' function. */ #cmakedefine HAVE__WRITE 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_ENDIAN_H 1 /* Define to 1 if you have the `setenv' function. */ #cmakedefine HAVE_SETENV 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_UTSNAME_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_UNISTD_H 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_FCNTL_H 1 /* Define to 1 if you have the `unsetenv' function. */ #cmakedefine HAVE_UNSETENV 1 /* Define to 1 if you have the `alarm' function. */ #cmakedefine HAVE_ALARM 1 /* Define to 1 if you have the `signal' function. */ #cmakedefine HAVE_SIGNAL 1 /* Define to 1 if you have the `waitpid' function. */ #cmakedefine HAVE_WAITPID 1 /* Define to 1 if you have the `fork' function. */ #cmakedefine HAVE_FORK 1 /* Define to 1 if you have the `getpwent' function. */ #cmakedefine HAVE_GETPWENT 1 /* Define to 1 if you have the `unlink' function. */ #cmakedefine HAVE_UNLINK 1 /* Define to 1 if you have the header file. */ #cmakedefine HAVE_WCTYPE_H 1 /* Define to make icalerror_* calls abort instead of internally signalling an error */ #define ICAL_ERRORS_ARE_FATAL ${ICAL_ERRORS_ARE_FATAL} /* Define to prevent empty properties from being replaced with X-LIC-ERROR properties */ #define ICAL_ALLOW_EMPTY_PROPERTIES ${ICAL_ALLOW_EMPTY_PROPERTIES} /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "${PROJECT_URL}" /* Define to the full name of this package. */ #define PACKAGE_NAME "${CMAKE_PROJECT_NAME}" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "${CMAKE_PROJECT_NAME} ${PROJECT_VERSION}" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "${CMAKE_PROJECT_NAME}" /* Define to the version of this package. */ #define PACKAGE_VERSION "${PROJECT_VERSION}" /* whether we should bring our own TZ-Data */ #cmakedefine USE_BUILTIN_TZDATA /* Define to empty if `const' does not conform to ANSI C. */ #cmakedefine const /* Typedef intptr_t if needed */ #cmakedefine HAVE_SIZEOF_INTPTR_T 1 #if !defined(HAVE_SIZEOF_INTPTR_T) typedef unsigned int inptr_t; #endif /* Typedef size_t if needed */ #cmakedefine HAVE_SIZEOF_SIZE_T #if !defined(HAVE_SIZEOF_SIZE_T) #include typedef uint64_t size_t; #endif /* Typedef ssize_t if needed */ #cmakedefine HAVE_SIZEOF_SSIZE_T #if !defined(HAVE_SIZEOF_SSIZE_T) #if !defined(HAVE_BDB) && !defined(_WIN32) typedef long ssize_t; #endif #endif /* Typedef pid_t if needed */ #cmakedefine HAVE_SIZEOF_PID_T 1 #if !defined(HAVE_SIZEOF_PID_T) typedef int pid_t; #endif /* Typedef wint_t if needed */ #cmakedefine HAVE_SIZEOF_WINT_T 1 #if !defined(HAVE_SIZEOF_WINT_T) #if defined(HAVE_WCTYPE_H) #include #else typedef unsigned int wint_t; #endif #endif #cmakedefine SIZEOF_TIME_T ${SIZEOF_TIME_T} /* whether we have ICU DANGI calendar */ #cmakedefine HAVE_ICU_DANGI /* getpwent - function to get password file entry */ #if defined(HAVE_GETPWENT) #include #include #endif /* strcasecmp or stricmp: String compare, case independent */ #if defined(HAVE__STRICMP) #define strcasecmp _stricmp #include #else #if !defined(HAVE_STRCASECMP) #error "No case independent string compare function available" #else #include #endif #endif /* strncasecmp or strnicmp: String compare, case independent, size limited */ #if defined(HAVE__STRICMP) #define strncasecmp _strnicmp #include #else #if !defined(HAVE_STRNCASECMP) #error "No case independent string compare size limited function available" #else #include #endif #endif /* snprintf: size limited sprintf */ #if defined(HAVE__SNPRINTF) #define snprintf _snprintf #else #if !defined(HAVE_SNPRINTF) #error "No size limited sprintf available" #endif #endif #include /* sleep: function to sleep for a specified time */ #if defined(_WIN32) #include #if defined(sleep) #undef sleep #endif #define sleep(n) (Sleep((n)*1000)) #else #include #endif /* nanosleep: function for high resolution sleeping */ #if defined(HAVE_NANOSLEEP) #include #endif /* usleep: deprecated, but useful if nanosleep is unavailable */ #if defined(HAVE_USLEEP) #include #endif #if !defined(HAVE_NANOSLEEP) && !defined(HAVE_USLEEP) #if !defined(_WIN32) #error "No function for high resolution timing available" #endif #endif /* stat: function to get status info on a file */ #if defined(HAVE__STAT) #define stat _stat #else #if !defined(HAVE_STAT) #error "No function to get status info on a file available" #endif #endif #include #include /* fstat: function to get status info on a file descriptor */ #if defined(HAVE__FSTAT64) #define fstat _fstat64 #else #if !defined(HAVE_FSTAT) #error "No function to get status info on a file descriptor available" #endif #endif #include #include /* strdup: function to duplicate a string */ #if defined(HAVE__STRDUP) #define strdup _strdup #else #if !defined(HAVE_STRDUP) #error "No duplicate a string function available" #endif #endif #include /* iswspace: whitespace wide character function */ #if !defined(HAVE_ISWSPACE) #include #define iswspace isspace #else #if defined(HAVE_WCTYPE_H) #include #else #include #endif #endif /* access - system function to check user file permissions */ #if defined(HAVE__ACCESS) #include #define access _access #else #if !defined(HAVE_ACCESS) #error "No check user file access function available" #else #if defined(HAVE_UNISTD_H) #include #endif #endif #endif /* getopt - function to parse command-line options */ #if defined(HAVE_GETOPT) #if defined(HAVE_UNISTD_H) #include #endif #else #if !defined(_WIN32) #error "No parse command-line function available" #endif #endif /* getpid - system function to get process identification */ #if defined(HAVE__GETPID) #include #define getpid _getpid #else #if !defined(HAVE_GETPID) #error "No get process identification function available" #else #if defined(HAVE_UNISTD_H) #include #endif #endif #endif /* mkdir - system function to create a directory */ #if defined(HAVE__MKDIR) #include #define mkdir(path, mode) _mkdir(path) #else #if !defined(HAVE_MKDIR) #error "No create directory system function available" #else #include #include #if defined(__MINGW32__) || defined(__MINGW64__) #define mkdir(path, mode) mkdir(path) #endif #endif #endif /* open - system function to open a file */ #if defined(HAVE__OPEN) #include #define open _open #else #if !defined(HAVE_OPEN) #error "No open file system function available" #endif #endif #if defined(HAVE_FCNTL_H) #include #endif /* read - system function to read from a file descriptor */ #if defined(HAVE__READ) #include #define read _read #else #if !defined(HAVE_READ) #error "No read from file descriptor system function available" #else #if defined(HAVE_UNISTD_H) #include #endif #endif #endif /* write - system function to write to a file descriptor */ #if defined(HAVE__WRITE) #include #define write _write #else #if !defined(HAVE_WRITE) #error "No write to file descriptor system function available" #else #if defined(HAVE_UNISTD_H) #include #endif #endif #endif #if defined(_MSC_VER) typedef int IO_SIZE_T; typedef unsigned int IO_SSIZE_T; #else typedef size_t IO_SIZE_T; typedef ssize_t IO_SSIZE_T; #endif #if defined(_MSC_VER) #if !defined(F_OK) /* file exists */ #define F_OK 0 #endif #if !defined(W_OK) /* file has write permission */ #define W_OK 2 #endif #if !defined(R_OK) /* file has read permission */ #define R_OK 4 #endif #if !defined(X_OK) /* file has execute permission */ #define X_OK 6 #endif #endif #if defined(_MSC_VER) #define _S_ISTYPE(mode, mask) (((mode) & _S_IFMT) == (mask)) #define S_ISDIR(mode) _S_ISTYPE((mode), _S_IFDIR) #define S_ISREG(mode) _S_ISTYPE((mode), _S_IFREG) #endif /* fork - system function to create a child process */ #if defined(HAVE_FORK) #if defined(HAVE_UNISTD_H) #include #endif #endif /* alarm - function to set and alarm for delivering a signal */ #if defined(HAVE_ALARM) #if defined(HAVE_UNISTD_H) #include #endif #endif /* signal - signal handling function */ #if defined(HAVE_SIGNAL) #include #endif /* waitpid - system function waiting on a process */ #if defined(HAVE_WAITPID) #include #include #endif /* unlink - system function to delete a file */ #if defined(HAVE_UNLINK) #if defined(HAVE_UNISTD_H) #include #endif #endif /* gmtime_r - thread safe gmtime() really only needed on Unix */ #include /*define before possible mention of gmtime()*/ #if !defined(HAVE_GMTIME_R) #if !defined(_WIN32) #error "No thread-safe gmtime function available" #endif /*on Windows there might be a macro called gmtime_r in pthread.h. don't use it.*/ #if defined(gmtime_r) #undef gmtime_r #endif /* FYI: The gmtime() in Microsoft's C library is MT-safe */ #define gmtime_r(tp,tmp) (gmtime(tp)?(*(tmp)=*gmtime(tp),(tmp)):0) #endif /* localtime_r - thread safe localtime() really only needed on Unix */ #if !defined(HAVE_LOCALTIME_R) #if !defined(_WIN32) #error "No thread-safe localtime function available" #endif /*on Windows there might be a macro called localtime_r in pthread.h. don't use it.*/ #if defined(localtime_r) #undef localtime_r #endif /* FYI: The localtime() in Microsoft's C library is MT-safe */ #define localtime_r(tp,tmp) (localtime(tp)?(*(tmp)=*localtime(tp),(tmp)):0) #endif #include /* define MAXPATHLEN */ #if defined(_WIN32) #include //for MAX_PATH #define MAXPATHLEN MAX_PATH #else #if defined(HAVE_SYS_PARAM_H) #include #endif #endif #if !defined(MAXPATHLEN) #define MAXPATHLEN 1024 #endif /* MIN macro */ #if !defined(MIN) #define MIN(a,b) (((a)<(b))?(a):(b)) #endif /* Unused argument macro */ #if !defined(_unused) #if defined(__LCLINT__) || defined(S_SPLINT_S) #define _unused(x) /*@unused@*/ x #else #define _unused(x) (void)x #endif #endif libical-3.0.19/debian/000077500000000000000000000000001473225045500144345ustar00rootroot00000000000000libical-3.0.19/debian/changelog000066400000000000000000000022231473225045500163050ustar00rootroot00000000000000libical (0.43-6) stable; urgency=high * new upstream release -- Wilfried Goesgens Sat, 13 Sep 2008 10:00:00 +0001 libical (0.31-4) stable; urgency=high * new release fixing a crash -- Wilfried Goesgens Mon, 17 Mar 2008 20:00:00 +0001 libical (0.30-1) unstable; urgency=low [ Wilfried Goesgens ] * remove CDBS * merge into upstream libical * merge in several patches roaming around -- Wilfried Goesgens Wed, 30 Nov 2007 12:19:06 +0100 libical (0.26.6-1) unstable; urgency=low [ Fathi Boudra ] * Initial Debian release (Closes: #404862) * Remove dirs and README.Debian * Add soname patch * compat: bumped to 5 * control: * convert package to cdbs * add myself as uploader * bump Standards-Version to 3.7.2 * rewrite descriptions * copyright: complete rewrite [ Wilfried Goesgens ] * Update to aurore ical. -- Fathi Boudra Wed, 27 Dec 2006 12:19:06 +0100 libical (0.24-1) unstable; urgency=low * Initial release -- Wilfried Goesgens Fri, 22 Jul 2005 13:09:43 +0200 libical-3.0.19/debian/compat000066400000000000000000000000021473225045500156320ustar00rootroot000000000000005 libical-3.0.19/debian/control000066400000000000000000000047031473225045500160430ustar00rootroot00000000000000Source: libical Section: libs Priority: optional Maintainer: Wilfried Goesgens Uploaders: Fathi Boudra Build-Depends: debhelper (>= 5.0.42), autotools-dev, tzdata, swig, python-all-dev (>= 2.4.4), python-support (>= 0.5.6), python (>= 2.4.4) XS-Python-Version: all Standards-Version: 3.7.2 Homepage: http://freeassociation.sourceforge.net Package: libical-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libical0 (= ${binary:Version}) Description: iCalendar library implementation in C (development) libical is an open source implementation of the IETF's iCalendar calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. . This package contains the libical development files. Package: libical0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, tzdata Description: iCalendar library implementation in C (runtime) libical is an open source implementation of the IETF's iCalendar calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. . This package contains the files necessary for running applications that use the libical library. Package: libical0-dbg Section: libs Priority: extra Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libical0 (= ${binary:Version}) Description: iCalendar library implementation in C (runtime) libical is an open source implementation of the IETF's iCalendar calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. . This package contains the files necessary for running and debugging applications that use the libical library. Package: python-libical Section: python Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, libical0 (= ${binary:Version}) Description: iCalendar library implementation python language bindings libical is an open source implementation of the IETF's iCalendar calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. . This package contains the python language bindings. libical-3.0.19/debian/copyright000066400000000000000000000625261473225045500164020ustar00rootroot00000000000000This package was debianized by Fathi Boudra on Wed, 27 Dec 2006 12:19:06 +0100. It was downloaded from http://www.aurore.net/projects/libical/ This is a modified version of the original libical project from softwarestudio and the original author is Eric Busboom . Upstream Authors: John Gray Andrea Campi Omar Kilani Copyright for generated icalderivedproperties: (C) 1999 Eric Busboom Copyright for generated restrictionrecords and parameterrestrictions: (C) 1999 Graham Davison Copyright for sspm based on code from the mimelite distribution: (C) 1994 Gisle Hannemyr (C) 2000 Eric Busboom Copyright for snprintf: (C) 1997 Theo de Raadt Copyright for astime and caldate: (C) 1986-2000 Hiram Clawson Copyright for icalattach: (C) 2002 Andrea Campi Copyright for icaltimezone: (C) 2001 Damon Chaplin Copyright for icalarray: (C) 2001 Ximian Inc. astime and caldate license: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither name of The Museum of Hiram nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. snprintf license: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. sspm license: Permission is granted to hack, make and distribute copies of this program as long as this copyright notice is not removed. libical license: The code and datafiles in this distribution are licensed under the Mozilla Public License. See http://www.mozilla.org/NPL/MPL-1.0.html for a copy of the license. Alternately, you may use libical under the terms of the GNU Library General Public License. See http://www.fsf.org/copyleft/lesser.html for a copy of the LGPL. This dual license ensures that the library can be incorporated into both proprietary code and GPL'd programs, and will benefit from improvements made by programmers in both realms. I will only accept changes into my version of the library if they are similarly dual-licensed. This program is free software; you can redistribute it and/or modify it under the terms of either: The LGPL as published by the Free Software Foundation, version 2.1, available at: http://www.fsf.org/copyleft/lesser.html Or: The Mozilla Public License Version 1.0. You may obtain a copy of the License at http://www.mozilla.org/MPL/ MPL 1.0 license: MOZILLA PUBLIC LICENSE Version 1.0 ---------------- 1. Definitions. 1.1. ``Contributor'' means each entity that creates or contributes to the creation of Modifications. 1.2. ``Contributor Version'' means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor. 1.3. ``Covered Code'' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof. 1.4. ``Electronic Distribution Mechanism'' means a mechanism generally accepted in the software development community for the electronic transfer of data. 1.5. ``Executable'' means Covered Code in any form other than Source Code. 1.6. ``Initial Developer'' means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A. 1.7. ``Larger Work'' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. 1.8. ``License'' means this document. 1.9. ``Modifications'' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is: A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. B. Any new file that contains any part of the Original Code or previous Modifications. 1.10. ``Original Code'' means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License. 1.11. ``Source Code'' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge. 1.12. ``You'' means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, ``You'' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, ``control'' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. 2. Source Code License. 2.1. The Initial Developer Grant. The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: (a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and (b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell (``Utilize'') the Original Code (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or combinations. 2.2. Contributor Grant. Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: (a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and (b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that may be necessary to Utilize further Modifications or combinations. 3. Distribution Obligations. 3.1. Application of License. The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5. 3.2. Availability of Source Code. Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party. 3.3. Description of Modifications. You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code. 3.4. Intellectual Property Matters (a) Third Party Claims. If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled ``LEGAL'' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained. (b) Contributor APIs. If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file. 3.5. Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients' rights relating to Covered Code. If You created one or more Modification(s), You may add your name as a Contributor to the notice described in Exhibit A. If it is not possible to put such notice in a particular Source Code file due to its structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer. 3.6. Distribution of Executable Versions. You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. 3.7. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code. 4. Inability to Comply Due to Statute or Regulation. If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. 5. Application of this License. This License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code. 6. Versions of the License. 6.1. New Versions. Netscape Communications Corporation (``Netscape'') may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number. 6.2. Effect of New Versions. Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License. 6.3. Derivative Works. If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases ``Mozilla'', ``MOZILLAPL'', ``MOZPL'', ``Netscape'', ``NPL'' or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.) 7. DISCLAIMER OF WARRANTY. COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. 8. TERMINATION. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. 9. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. 10. U.S. GOVERNMENT END USERS. The Covered Code is a ``commercial item,'' as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of ``commercial computer software'' and ``commercial computer software documentation,'' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein. 11. MISCELLANEOUS. This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the United States of America: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Santa Clara County, California, under the auspices of JAMS/EndDispute; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. 12. RESPONSIBILITY FOR CLAIMS. Except in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based on the number of copies of Covered Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute responsibility on an equitable basis. EXHIBIT A. ``The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is ______________________________________. The Initial Developer of the Original Code is ________________________. Portions created by ______________________ are Copyright (C) ______ _______________________. All Rights Reserved. Contributor(s): ______________________________________.'' LGPL license: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. The Debian packaging is (C) 2006, Fathi Boudra and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. libical-3.0.19/debian/docs000066400000000000000000000000211473225045500153000ustar00rootroot00000000000000NEWS README TODO libical-3.0.19/debian/libical-dev.install000066400000000000000000000002441473225045500201770ustar00rootroot00000000000000usr/include usr/lib/libical.a usr/lib/libical.so usr/lib/libicalss.a usr/lib/libicalss.so usr/lib/libicalvcal.a usr/lib/libicalvcal.so usr/lib/pkgconfig/libical.pc libical-3.0.19/debian/libical0.install000066400000000000000000000000221473225045500174750ustar00rootroot00000000000000usr/lib/lib*.so.* libical-3.0.19/debian/python-libical.install000066400000000000000000000000241473225045500207360ustar00rootroot00000000000000usr/lib/pymodules/* libical-3.0.19/debian/rules000066400000000000000000000116711473225045500155170ustar00rootroot00000000000000#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g EXTRA_ARGS= PROFILE_ARGS= # To enable debugging: export DEB_BUILD_OPTIONS="debug profiling threadoff" ifneq (,$(findstring profiling,$(DEB_BUILD_OPTIONS))) PROFILE_ARGS= --with-gprof endif ifneq (,$(findstring backtrace,$(DEB_BUILD_OPTIONS))) EXTRA_ARGS=--with-backtrace BTCFLAGS=-rdynamic endif ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 -ggdb -D_GNU_SOURCE -MD -MP -Wl,--as-needed -Wall -ansi else CFLAGS += -O2 endif # shared library versions, option 1 version=2.0.5 major=2 # option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so #version=`ls src/.libs/lib*.so.* | \ # awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'` #major=`ls src/.libs/lib*.so.* | \ # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` PYVERS=$(shell pyversions -vr) build: build-c $(PYVERS:%=build-python%/build-stamp) install: build install-c $(PYVERS:%=install-python%) clean: clean-c $(PYVERS:%=clean-python%) ### Python libraries build rules ### build-python%/configure-stamp: dh_testdir mkdir build-python$* cd build-python$* && \ PYTHON=/usr/bin/python$* CFLAGS="$(BTCFLAGS) $(CFLAGS)" ../configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --srcdir=.. \ --prefix=/usr \ --includedir="/usr/include" \ --mandir="/usr/share/man" \ --sysconfdir=/etc \ --localstatedir=/var \ $(EXTRA_ARGS) $(PROFILE_ARGS) \ --libexecdir="/usr/lib/libical" \ --enable-python touch $@ build-python%/build-stamp: build-c build-python%/configure-stamp dh_testdir # Trick into using already built build-c libs so we don't end up # building the same ical lib more than once. find "build-python$*/src" -maxdepth 1 -mindepth 1 | grep -v python$$ | xargs -r -t rm -rf find "build-c/src" -maxdepth 1 -mindepth 1 | grep -v python$$ | xargs -r -t -I{} ln -s "../../{}" "build-python$*/src" $(MAKE) -C build-python$*/src/python pyexecdir=/usr/lib/pymodules/python$* touch $@ install-python%: build-python%/build-stamp dh_testdir dh_testroot # dh_clean -k dh_installdirs # install with hack to move installed python libs to pymodule dir $(MAKE) -C build-python$*/src/python install pyexecdir=/usr/lib/pymodules/python$* DESTDIR=$(CURDIR)/debian/tmp && \ mv -i $(CURDIR)/debian/tmp/usr/lib/python$*/*/* $(CURDIR)/debian/tmp/usr/lib/pymodules/python$*/ clean-python%: # mkdir -p build-python$* && cd build-python$* dh_testdir # dh_testroot rm -rf build-python$* dh_prep ### C libraries build rules ### build-c/configure-stamp: configure #config.status: configure dh_testdir ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif mkdir build-c cd build-c && \ CFLAGS="$(BTCFLAGS) $(CFLAGS)" ../configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ --includedir="/usr/include" \ --mandir="/usr/share/man" \ --sysconfdir=/etc \ --localstatedir=/var \ $(EXTRA_ARGS) $(PROFILE_ARGS) \ --libexecdir="/usr/lib/libical" touch $@ build-c: build-c/build-stamp build-c/build-stamp: build-c/configure-stamp dh_testdir # $(MAKE) clean $(MAKE) -C build-c touch $@ clean-c: dh_testdir dh_testroot rm -rf build-c dh_prep install-c: build-c dh_testdir dh_testroot dh_clean -k dh_installdirs $(MAKE) -C build-c DESTDIR=$(CURDIR)/debian/tmp install # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_install -s --sourcedir=debian/tmp # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit # dh_installcron # dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms # dh_perl dh_pysupport # dh_makeshlibs dh_installdeb # dh_shlibdeps # We need to exclude dependency resolving for the python extension # module because if libical0 is installed but libical-dev is not # we get build errors. The lib in /usr/lib will be found first # but no .la will exist to get the dependency info from. Is there # a way to tell dh_shlibdeps to find the lib first in debian/tmp? dh_shlibdeps -XLibicalWrap # dh_shlibdeps -l$(CURDIR)/debian/tmp/usr/lib -- -v dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install libical-3.0.19/design-data/000077500000000000000000000000001473225045500153725ustar00rootroot00000000000000libical-3.0.19/design-data/CMakeLists.txt000066400000000000000000000000531473225045500201300ustar00rootroot00000000000000 ########### install files ############### libical-3.0.19/design-data/components.txt000066400000000000000000000004211473225045500203150ustar00rootroot00000000000000ANY VAGENDA VALARM VAVAILABILITY VCALENDAR VCAR VCOMMAND VEVENT VFREEBUSY VJOURNAL VQUERY VPATCH VPOLL VSCHEDULE VTIMEZONE VTODO VVOTER X XAUDIOALARM XAVAILABLE XDAYLIGHTSAVINGSTIME XDISPLAYALARM XEMAILALARM XLICINVALID XMIMEPART XPATCH XPROCEDUREALARM XSTANDARDTIME XVOTE libical-3.0.19/design-data/parameters.csv000066400000000000000000000102011473225045500202440ustar00rootroot00000000000000"#Name ","C icalparameter_kind Enum","C Type","Enumeration Values" "ALTREP","2","const char*", "CHARSET","3","const char*", "CN","4","const char*", "CUTYPE","5","icalparameter_cutype","X=20100;INDIVIDUAL;GROUP;RESOURCE;ROOM;UNKNOWN;NONE=20199" "DELEGATED-FROM","6","const char*", "DELEGATED-TO","7","const char*", "DIR","8","const char*", "ENCODING","10","icalparameter_encoding","X=20300;8BIT;BASE64;NONE=20399" "FBTYPE","11","icalparameter_fbtype","X=20400;FREE;BUSY;BUSY-UNAVAILABLE;BUSY-TENTATIVE;NONE=20499" "FMTTYPE","12","const char*", "LANGUAGE","14","const char*", "MEMBER","18","const char*", "#PARTSTAT:FAILED from draft-apthorp-ical-tasks",,, "PARTSTAT","20","icalparameter_partstat","X=20600;NEEDS-ACTION;ACCEPTED;DECLINED;TENTATIVE;DELEGATED;COMPLETED;INPROCESS;FAILED;NONE=20699" "RANGE","21","icalparameter_range","X=20700;THISANDPRIOR;THISANDFUTURE;NONE=20799" "RELATED","22","icalparameter_related","X=20800;START;END;NONE=20899" "RELTYPE","23","icalparameter_reltype","X=20900;PARENT;CHILD;SIBLING;POLL;NONE=20999" "ROLE","24","icalparameter_role","X=21100;CHAIR;REQ-PARTICIPANT;OPT-PARTICIPANT;NON-PARTICIPANT;NONE=21199" "RSVP","25","icalparameter_rsvp","X=21200;TRUE;FALSE;NONE=21299" "SENT-BY","26","const char*", "TZID","27","const char*", "VALUE","28","icalparameter_value","X=21600;BINARY;BOOLEAN;DATE;DURATION;FLOAT;INTEGER;PERIOD;RECUR;TEXT;URI;ERROR;DATE-TIME;UTC-OFFSET;CAL-ADDRESS;NONE=21699" "X","29","const char*", "X-LIC-ERRORTYPE","31","icalparameter_xlicerrortype","X=21800;COMPONENT-PARSE-ERROR;PROPERTY-PARSE-ERROR;PARAMETER-NAME-PARSE-ERROR;PARAMETER-VALUE-PARSE-ERROR;VALUE-PARSE-ERROR;INVALID-ITIP;UNKNOWN-VCAL-PROP-ERROR;MIME-PARSE-ERROR;VCAL-PROP-PARSE-ERROR;NONE=21899" "X-LIC-COMPARETYPE","30","icalparameter_xliccomparetype","X=21700;EQUAL;NOTEQUAL;LESS;GREATER;LESSEQUAL;GREATEREQUAL;REGEX;ISNULL;ISNOTNULL;NONE=21799" "#Parameters from Scheduling Extensions to CalDAV (RFC 6638)" "SCHEDULE-AGENT","34","icalparameter_scheduleagent","X=21300;SERVER;CLIENT;NONE=21399" "SCHEDULE-FORCE-SEND","35","icalparameter_scheduleforcesend","X=21400;REQUEST;REPLY;NONE=21499" "SCHEDULE-STATUS","36","const char*", "#CAP Parameters","Draft 8", "#this parameter should really be called ACTION, but this conflicts with the ACTION property" "ACTIONPARAM","1","icalparameter_action","X=20000;ASK;ABORT;NONE=20099" "ID","13","const char*", "ENABLE","9","icalparameter_enable","X=20200;TRUE;FALSE;NONE=20299" "LATENCY","15","const char*", "LOCAL","16","icalparameter_local","X=20500;TRUE;FALSE;NONE=20599" "LOCALIZE","17","const char*", "OPTIONS","19","const char*", "NO","32",, "#In practice any unknown parameter that is not an xparam is treated as an ianaparam" "IANA","33","const char*", "ANY","0",, "#VPOLL Parameters","draft-york-vpoll","PUBLIC-COMMENT and RESPONSE are deprecated" "PUBLIC-COMMENT","37","const char*", "RESPONSE","38","int", "REQUIRED","43","icalparameter_required","X=21000;TRUE;FALSE;NONE=21099" "STAY-INFORMED","39","icalparameter_stayinformed","X=21500;TRUE;FALSE;NONE=21599" "#CalDAV Managed Attachment Parameters","draft-ietf-calext-caldav-attachments" "MANAGED-ID","40","const char*", "SIZE","41","const char*", "FILENAME","42","const char*", "#Task Extension Parameters","draft-apthorp-ical-tasks" "REASON","43","const char*", "MODIFIED","44","const char*", "SUBSTATE","45","icalparameter_substate",X=21900;OK;ERROR;SUSPENDED;NONE=21999", "#Parameters from New Properties for iCalendar","RFC 7986 Section 6" "DISPLAY","46","icalparameter_display",X=22000;BADGE;GRAPHIC;FULLSIZE;THUMBNAIL;NONE=22099", "EMAIL","47","const char*", "FEATURE","48","icalparameter_feature",X=22100;AUDIO;CHAT;FEED;MODERATOR;PHONE;SCREEN;VIDEO;NONE=22199", "LABEL","49","const char*", "EMAIL","50","const char*", "#VPATCH Extension Parameters","draft-daboo-icalendar-vpatch" "PATCH-ACTION","51","icalparameter_patchaction",X=22200;CREATE;BYNAME;BYVALUE;BYPARAM;NONE=22299", "#NOTE for updaters. Preserve the icalparameter_kind Enum values to aid forward compatibility" "# New Enum values for an existing icalparameter_kind should be inserted before the corresponding NONE value" "# New icalparamter_kind types should start their Enum value after the highest NONE value (currently 22299)" libical-3.0.19/design-data/params-in-prop.txt000066400000000000000000000051741473225045500210070ustar00rootroot00000000000000ACKNOWLEDGED X ACTION VALUE X ATTACH FMTTYPE ENCODING VALUE MANAGED-ID SIZE FILENAME X ATTENDEE CN CUTYPE DELEGATED-FROM DELEGATED-TO DIR EMAIL LANGUAGE MEMBER MODIFIED PARTSTAT REASON ROLE RSVP SENT-BY SCHEDULE-AGENT SCHEDULE-FORCE-SEND SCHEDULE-STATUS SUBSTATE X CALSCALE X CATEGORIES LANGUAGE X CLASS X CMD ACTIONPARAM ID LATENCY LOCALIZE OPTIONS X COMMENT ALTREP LANGUAGE MODIFIED REASON X COMPLETED X CONTACT ALTREP LANGUAGE X CREATED X DESCRIPTION ALTREP LANGUAGE X DTEND VALUE TZID X DTSTAMP X DTSTART VALUE TZID X DUE VALUE TZID X DURATION X EXDATE VALUE TZID X EXRULE X FREEBUSY FBTYPE X GEO X LAST-MODIFIED X LOCATION ALTREP LANGUAGE X METHOD X ORGANIZER CN DIR EMAIL LANGUAGE SCHEDULE-AGENT SCHEDULE-FORCE-SEND SCHEDULE-STATUS SENT-BY X PERCENT-COMPLETE X PRIORITY X PRODID X RDATE VALUE TZID X RECURRENCE-ID VALUE RANGE TZID X RELATED-TO RELTYPE X REPEAT X REQUEST-STATUS LANGUAGE X RESOURCES ALTREP LANGUAGE X RRULE X SEQUENCE LOCAL X STATUS MODIFIED REASON SUBSTATE X SUMMARY ALTREP LANGUAGE X TRANSP X TRIGGER ENABLE VALUE RELATED X TZID X TZNAME LANGUAGE X TZOFFSETFROM X TZOFFSETTO X TZURL X UID X URL X VERSION X XPROP LANGUAGE X X-LIC-ERROR XLICEERRORTYPE X SCOPE X MAXRESULTS X MAXRESULTSSIZE X QUERY X QUERYNAME X TARGET X EXPAND X BUSYTYPE X ACCEPT-RESPONSE X POLL-COMPLETION X POLL-ITEM-ID X POLL-MODE X POLL-PROPERTIES X POLL-WINNER X REPLY-URL REQUIRED X RESPONSE X VOTER CN CUTYPE DELEGATED-FROM DELEGATED-TO DIR_EMAIL LANGUAGE MEMBER ROLE RSVP SCHEDULE-AGENT SCHEDULE-FORCE-SEND SCHEDULE-STATUS SENT-BY STAY-INFORMED X NAME ALTREP LANGUAGE X REFRESH-INTERVAL VALUE X SOURCE X COLOR X IMAGE ALTREP DISPLAY ENCODING FMTTYPE VALUE X CONFERENCE FEATURE LABEL VALUE X PATCH-VERSION X PATCH-ORDER X PATCH-TARGET X PATCH-DELETE X PATCH-PARAMETER ANY libical-3.0.19/design-data/properties.csv000066400000000000000000000126651473225045500203150ustar00rootroot00000000000000,, "#Property Name","C icalproperty_kind Enum","libical Value type","iCalendar default value",Property Flags "#iCalendar Properties","RFC 5545 Sections 3.7 and 3.8", "CALSCALE","8","TEXT","TEXT" "METHOD","48","METHOD","METHOD" "PRODID","57","TEXT","TEXT" "VERSION","89","TEXT","TEXT" "ATTACH","4","ATTACH","URI",is_structured "CATEGORIES","12","TEXT","TEXT",is_multivalued "CLASS","13","CLASS","CLASS" "COMMENT","15","TEXT","TEXT" "DESCRIPTION","29","TEXT","TEXT" "GEO","39","GEO","FLOAT",is_structured "LOCATION","43","TEXT","TEXT" "PERCENT-COMPLETE","54","INTEGER","INTEGER" "PRIORITY","56","INTEGER","INTEGER" "RESOURCES","71","TEXT","TEXT",is_multivalued "STATUS","76","STATUS","STATUS" "SUMMARY","78","TEXT","TEXT" "COMPLETED","16","DATE-TIME-DATE","DATE-TIME" "DTEND","30","DATE-TIME-DATE","DATE-TIME" "DUE","33","DATE-TIME-DATE","DATE-TIME" "DTSTART","32","DATE-TIME-DATE","DATE-TIME" "DURATION","34","DURATION","DURATION" "FREEBUSY","38","PERIOD","PERIOD",is_multivalued "TRANSP","80","TRANSP","TRANSP" "TZID","82","TEXT","TEXT" "TZNAME","83","TEXT","TEXT" "TZOFFSETFROM","84","UTC-OFFSET","UTC-OFFSET" "TZOFFSETTO","85","UTC-OFFSET","UTC-OFFSET" "TZURL","86","URI","URI" "ATTENDEE","5","CAL-ADDRESS","CAL-ADDRESS" "CONTACT","18","TEXT","TEXT" "ORGANIZER","52","CAL-ADDRESS","CAL-ADDRESS" "RECURRENCE-ID","66","DATE-TIME-DATE","DATE-TIME" "RELATED-TO","67","TEXT","TEXT" "URL","88","URI","URI" "UID","87","TEXT","TEXT" "EXDATE","35","DATE-TIME-DATE","DATE-TIME",is_multivalued "RDATE","62","DATE-TIME-PERIOD","DATE-TIME",is_multivalued "RRULE","73","RECUR","RECUR" "ACTION","2","ACTION","ACTION" "REPEAT","69","INTEGER","INTEGER" "TRIGGER","81","TRIGGER","DURATION" "CREATED","19","DATE-TIME","DATE-TIME" "DTSTAMP","31","DATE-TIME","DATE-TIME" "LAST-MODIFIED","42","DATE-TIME","DATE-TIME" "SEQUENCE","75","INTEGER","INTEGER" "REQUEST-STATUS","70","REQUEST-STATUS","REQUEST-STATUS" "X","90","X","X",is_multivalued "#Deprecated RFC 2445 Properties","See RFC 5545 Section A.3", "EXRULE","37","RECUR","RECUR" "#CAP Properties","RFC 4324 Section 2.1.2", ,"FIXME","Should be BOOLEAN" "ALLOW-CONFLICT","3","TEXT","TEXT" "CAP-VERSION","9","TEXT","TEXT" "CAR-LEVEL","10","CAR-LEVEL","CAR-LEVEL" "COMPONENTS","17","TEXT","TEXT" "CSID","20","URI","URI" "CALID","6","TEXT","TEXT" "CALMASTER","7","TEXT","TEXT" "CARID","11","TEXT","TEXT" "CMD","14","CMD","CMD" "DECREED","23","TEXT","TEXT" "DEFAULT-CHARSET","24","TEXT","TEXT" "DEFAULT-LOCALE","25","TEXT","TEXT" "DEFAULT-TZID","26","TEXT","TEXT" "DEFAULT-VCARS","27","TEXT","TEXT" ,"FIXME","Should be UPN-FILTER" "DENY","28","TEXT","TEXT" ,"FIXME","Should be BOOLEAN" "EXPAND","36","INTEGER","INTEGER" ,"FIXME","Should be UPN-FILTER" "GRANT","40","TEXT","TEXT" "ITIP-VERSION","41","TEXT","TEXT" "MAXDATE","45","DATE-TIME","DATE-TIME" "MAX-COMPONENT-SIZE","44","INTEGER","INTEGER" "MINDATE","49","DATE-TIME","DATE-TIME" "MULTIPART","50","TEXT","TEXT" "NAME","51","TEXT","TEXT" "OWNER","53","TEXT","TEXT" "PERMISSION","55","TEXT","TEXT" "QUERY","58","QUERY","QUERY" "QUERYID","60","TEXT","TEXT" "QUERY-LEVEL","59","QUERY-LEVEL","QUERY-LEVEL" "RECUR-ACCEPTED","63","TEXT","TEXT" "RECUR-EXPAND","64","TEXT","TEXT" "RECUR-LIMIT","65","TEXT","TEXT" "RESTRICTION","72","QUERY","QUERY" "SCOPE","74","TEXT","TEXT" "STORES-EXPANDED","77","TEXT","TEXT" "TARGET","79","CAL-ADDRESS","CAL-ADDRESS" "#Miscellaneous Properties","Origin Unknown", "MAXRESULTS","46","INTEGER","INTEGER" "MAXRESULTSSIZE","47","INTEGER","INTEGER" "QUERYNAME","61","TEXT","TEXT" "RELCALID","68","TEXT","TEXT" "DATE-MAX","21","DATE-TIME","DATE-TIME" "DATE-MIN","22","DATE-TIME","DATE-TIME" "#libical Internal Properties",, "X-LIC-ERROR","93","TEXT","TEXT" "X-LIC-CLUSTERCOUNT","92","STRING","STRING" "X-LIC-MIMECONTENTTYPE","96","STRING","STRING" "X-LIC-MIMECHARSET","94","STRING","STRING" "X-LIC-MIMEENCODING","97","STRING","STRING" "X-LIC-MIMEOPTINFO","99","STRING","STRING" "X-LIC-MIMECID","95","STRING","STRING" "X-LIC-MIMEFILENAME","98","STRING","STRING" "X-LIC-CLASS","91","X-LIC-CLASS","X-LIC-CLASS" "ANY","0","NO","NO" "NO","100","NO","NO" "#VALARM Extension Properties","draft-daboo-valarm-extensions Section 13.1", "ACKNOWLEDGED","1","DATE-TIME","DATE-TIME" "#VAVAILABILITY Properties","RFC 7953 Section 3.2", "BUSYTYPE","101","BUSYTYPE","BUSYTYPE" "#VPOLL Properties","draft-york-vpoll", "ACCEPT-RESPONSE","102","TEXT,"TEXT",is_multivalued "POLL-COMPLETION","110","POLLCOMPLETION,"POLLCOMPLETION" "POLL-ITEM-ID","103","INTEGER,"INTEGER" "POLL-MODE","104","POLLMODE,"POLLMODE" "POLL-PROPERTIES","105","TEXT,"TEXT",is_multivalued "POLL-WINNER","106","INTEGER,"INTEGER" "REPLY-URL","111","URI,"URI" "RESPONSE","112","INTEGER,"INTEGER" "VOTER","107","CAL-ADDRESS,"CAL-ADDRESS" "#TZdist Properties","RFC 7808 Section 7", "TZID-ALIAS-OF","108","TEXT","TEXT" "TZUNTIL","109","DATE-TIME","DATE-TIME" "#Task Extension Properties","draft-apthorp-ical-tasks", "ESTIMATED-DURATION","113","DURATION","DURATION" "TASK-MODE","114","TASKMODE","TASKMODE" "#New Properties for iCalendar","RFC 7986 Section 5", "NAME","115","TEXT","TEXT" "REFRESH-INTERVAL","116","DURATION","NO" "SOURCE","117","URI","NO" "COLOR","118","TEXT","TEXT" "IMAGE","119","ATTACH","NO",is_structured "CONFERENCE","120","URI","NO" "#VPATCH Extension Properties", "draft-daboo_icalendar-vpatch Section 4", "PATCH-VERSION","121","TEXT","TEXT" "PATCH-ORDER","122","INTEGER","INTEGER" "PATCH-TARGET","123","TEXT","TEXT" "PATCH-DELETE","124","TEXT","TEXT" "PATCH-PARAMETER","125","TEXT","TEXT" "#NOTE for updaters. Preserve the icalproperty_kind Enum values to aid forward compatibility" libical-3.0.19/design-data/restrictions.csv000066400000000000000000002076251473225045500206530ustar00rootroot00000000000000# Method, Target component, Property, Sub-component, Restriction PUBLISH,VEVENT,NONE,NONE,ONEPLUS PUBLISH,VEVENT,DTSTAMP,NONE,ONE PUBLISH,VEVENT,DTSTART,NONE,ONE PUBLISH,VEVENT,ORGANIZER,NONE,ONE PUBLISH,VEVENT,SUMMARY,NONE,ONE PUBLISH,VEVENT,UID,NONE,ONE PUBLISH,VEVENT,RECURRENCEID,NONE,ZEROORONE,must_be_recurring PUBLISH,VEVENT,SEQUENCE,NONE,ZEROORONE PUBLISH,VEVENT,ATTACH,NONE,ZEROPLUS PUBLISH,VEVENT,CATEGORIES,NONE,ZEROPLUS #Non-standard PUBLISH,VEVENT,CLASS,NONE,ZEROORONE PUBLISH,VEVENT,COMMENT,NONE,ZEROORONE PUBLISH,VEVENT,CONTACT,NONE,ZEROPLUS PUBLISH,VEVENT,CREATED,NONE,ZEROORONE PUBLISH,VEVENT,DESCRIPTION,NONE,ZEROORONE PUBLISH,VEVENT,DTEND,NONE,ONEEXCLUSIVE,no_duration PUBLISH,VEVENT,DURATION,NONE,ONEEXCLUSIVE,no_dtend PUBLISH,VEVENT,EXDATE,NONE,ZEROPLUS PUBLISH,VEVENT,EXRULE,NONE,ZEROPLUS PUBLISH,VEVENT,GEO,NONE,ZEROORONE PUBLISH,VEVENT,LASTMODIFIED,NONE,ZEROORONE PUBLISH,VEVENT,LOCATION,NONE,ZEROORONE PUBLISH,VEVENT,PRIORITY,NONE,ZEROORONE PUBLISH,VEVENT,RDATE,NONE,ZEROPLUS PUBLISH,VEVENT,RELATEDTO,NONE,ZEROPLUS PUBLISH,VEVENT,RESOURCES,NONE,ZEROORONE PUBLISH,VEVENT,RRULE,NONE,ZEROPLUS PUBLISH,VEVENT,STATUS,NONE,ZEROORONE,may_be_tent_conf_cancel PUBLISH,VEVENT,TRANSP,NONE,ZEROORONE PUBLISH,VEVENT,URL,NONE,ZEROORONE PUBLISH,VEVENT,X,NONE,ZEROPLUS PUBLISH,VEVENT,ATTENDEE,NONE,ZERO PUBLISH,VEVENT,REQUESTSTATUS,NONE,ZERO PUBLISH,VEVENT,COLOR,NONE,ZEROORONE PUBLISH,VEVENT,CONFERENCE,NONE,ZEROPLUS PUBLISH,VEVENT,IMAGE,NONE,ZEROPLUS PUBLISH,VEVENT,NONE,VALARM,ZEROPLUS PUBLISH,VEVENT,NONE,VFREEBUSY,ZERO PUBLISH,VEVENT,NONE,VJOURNAL,ZERO PUBLISH,VEVENT,NONE,VTODO,ZERO PUBLISH,VEVENT,NONE,VTIMEZONE,ZEROPLUS,must_if_tz_ref PUBLISH,VEVENT,NONE,X,ZEROPLUS PUBLISH,VEVENT,RELCALID,NONE,ZEROORONE REQUEST,VEVENT,NONE,NONE,ONEPLUS REQUEST,VEVENT,ATTENDEE,NONE,ONEPLUS REQUEST,VEVENT,DTSTAMP,NONE,ONE REQUEST,VEVENT,DTSTART,NONE,ONE REQUEST,VEVENT,ORGANIZER,NONE,ONE REQUEST,VEVENT,SEQUENCE,NONE,ZEROORONE REQUEST,VEVENT,SUMMARY,NONE,ONE REQUEST,VEVENT,UID,NONE,ONE REQUEST,VEVENT,ATTACH,NONE,ZEROPLUS REQUEST,VEVENT,CATEGORIES,NONE,ZEROPLUS #Non-standard REQUEST,VEVENT,CLASS,NONE,ZEROORONE REQUEST,VEVENT,COMMENT,NONE,ZEROORONE REQUEST,VEVENT,CONTACT,NONE,ZEROPLUS REQUEST,VEVENT,CREATED,NONE,ZEROORONE REQUEST,VEVENT,DESCRIPTION,NONE,ZEROORONE REQUEST,VEVENT,DTEND,NONE,ONEEXCLUSIVE,no_duration REQUEST,VEVENT,DURATION,NONE,ONEEXCLUSIVE,no_dtend REQUEST,VEVENT,EXDATE,NONE,ZEROPLUS REQUEST,VEVENT,EXRULE,NONE,ZEROPLUS REQUEST,VEVENT,GEO,NONE,ZEROORONE REQUEST,VEVENT,LASTMODIFIED,NONE,ZEROORONE REQUEST,VEVENT,LOCATION,NONE,ZEROORONE REQUEST,VEVENT,PRIORITY,NONE,ZEROORONE REQUEST,VEVENT,RDATE,NONE,ZEROPLUS REQUEST,VEVENT,RECURRENCEID,NONE,ZEROORONE,must_be_recurring REQUEST,VEVENT,RELATEDTO,NONE,ZEROPLUS REQUEST,VEVENT,REQUESTSTATUS,NONE,ZEROPLUS REQUEST,VEVENT,RESOURCES,NONE,ZEROORONE REQUEST,VEVENT,RRULE,NONE,ZEROPLUS REQUEST,VEVENT,STATUS,NONE,ZEROORONE,may_be_tent_conf REQUEST,VEVENT,TRANSP,NONE,ZEROORONE REQUEST,VEVENT,URL,NONE,ZEROORONE REQUEST,VEVENT,X,NONE,ZEROPLUS REQUEST,VEVENT,COLOR,NONE,ZEROORONE REQUEST,VEVENT,CONFERENCE,NONE,ZEROPLUS REQUEST,VEVENT,IMAGE,NONE,ZEROPLUS REQUEST,VEVENT,NONE,VALARM,ZEROPLUS REQUEST,VEVENT,NONE,VTIMEZONE,ZEROPLUS,must_if_tz_ref REQUEST,VEVENT,NONE,X,ZEROPLUS REQUEST,VEVENT,NONE,VFREEBUSY,ZERO REQUEST,VEVENT,NONE,VJOURNAL,ZERO REQUEST,VEVENT,NONE,VTODO,ZERO REQUEST,VEVENT,RELCALID,NONE,ZEROORONE REPLY,VEVENT,NONE,NONE,ONEPLUS REPLY,VEVENT,ATTENDEE,NONE,ONE REPLY,VEVENT,DTSTAMP,NONE,ONE REPLY,VEVENT,ORGANIZER,NONE,ONE REPLY,VEVENT,RECURRENCEID,NONE,ZEROORONE,must_be_recurring REPLY,VEVENT,UID,NONE,ONE REPLY,VEVENT,SEQUENCE,NONE,ZEROORONE REPLY,VEVENT,ATTACH,NONE,ZEROPLUS REPLY,VEVENT,CATEGORIES,NONE,ZEROPLUS #Non-standard REPLY,VEVENT,CLASS,NONE,ZEROORONE REPLY,VEVENT,COMMENT,NONE,ZEROORONE REPLY,VEVENT,CONTACT,NONE,ZEROPLUS REPLY,VEVENT,CREATED,NONE,ZEROORONE REPLY,VEVENT,DESCRIPTION,NONE,ZEROORONE REPLY,VEVENT,DTEND,NONE,ONEEXCLUSIVE,no_duration REPLY,VEVENT,DTSTART,NONE,ZEROORONE REPLY,VEVENT,DURATION,NONE,ONEEXCLUSIVE,no_dtend REPLY,VEVENT,EXDATE,NONE,ZEROPLUS REPLY,VEVENT,EXRULE,NONE,ZEROPLUS REPLY,VEVENT,GEO,NONE,ZEROORONE REPLY,VEVENT,LASTMODIFIED,NONE,ZEROORONE REPLY,VEVENT,LOCATION,NONE,ZEROORONE REPLY,VEVENT,PRIORITY,NONE,ZEROORONE REPLY,VEVENT,RDATE,NONE,ZEROPLUS REPLY,VEVENT,RELATEDTO,NONE,ZEROPLUS REPLY,VEVENT,RESOURCES,NONE,ZEROORONE REPLY,VEVENT,REQUESTSTATUS,NONE,ZEROPLUS REPLY,VEVENT,RRULE,NONE,ZEROPLUS REPLY,VEVENT,STATUS,NONE,ZEROORONE REPLY,VEVENT,SUMMARY,NONE,ZEROORONE REPLY,VEVENT,TRANSP,NONE,ZEROORONE REPLY,VEVENT,URL,NONE,ZEROORONE REPLY,VEVENT,X,NONE,ZEROPLUS REPLY,VEVENT,COLOR,NONE,ZEROORONE REPLY,VEVENT,CONFERENCE,NONE,ZEROPLUS REPLY,VEVENT,IMAGE,NONE,ZEROPLUS REPLY,VEVENT,NONE,VTIMEZONE,ZEROORONE,must_if_tz_ref REPLY,VEVENT,NONE,X,ZEROPLUS REPLY,VEVENT,NONE,VALARM,ZERO REPLY,VEVENT,NONE,VFREEBUSY,ZERO REPLY,VEVENT,NONE,VJOURNAL,ZERO REPLY,VEVENT,NONE,VTODO,ZERO REPLY,VEVENT,RELCALID,NONE,ZEROORONE ADD,VEVENT,NONE,NONE,ONE ADD,VEVENT,DTSTAMP,NONE,ONE ADD,VEVENT,DTSTART,NONE,ONE ADD,VEVENT,ORGANIZER,NONE,ONE ADD,VEVENT,SEQUENCE,NONE,ONE ADD,VEVENT,SUMMARY,NONE,ONE ADD,VEVENT,UID,NONE,ONE ADD,VEVENT,ATTACH,NONE,ZEROPLUS ADD,VEVENT,ATTENDEE,NONE,ZEROPLUS ADD,VEVENT,CATEGORIES,NONE,ZEROPLUS #Non-standard ADD,VEVENT,CLASS,NONE,ZEROORONE ADD,VEVENT,COMMENT,NONE,ZEROORONE ADD,VEVENT,CONTACT,NONE,ZEROPLUS ADD,VEVENT,CREATED,NONE,ZEROORONE ADD,VEVENT,DESCRIPTION,NONE,ZEROORONE ADD,VEVENT,DTEND,NONE,ONEEXCLUSIVE,no_duration ADD,VEVENT,DURATION,NONE,ONEEXCLUSIVE,no_dtend ADD,VEVENT,EXDATE,NONE,ZEROPLUS ADD,VEVENT,EXRULE,NONE,ZEROPLUS ADD,VEVENT,GEO,NONE,ZEROORONE ADD,VEVENT,LASTMODIFIED,NONE,ZEROORONE ADD,VEVENT,LOCATION,NONE,ZEROORONE ADD,VEVENT,PRIORITY,NONE,ZEROORONE ADD,VEVENT,RDATE,NONE,ZEROPLUS ADD,VEVENT,RELATEDTO,NONE,ZEROPLUS ADD,VEVENT,RESOURCES,NONE,ZEROORONE ADD,VEVENT,RRULE,NONE,ZEROPLUS ADD,VEVENT,STATUS,NONE,ZEROORONE,may_be_tent_conf ADD,VEVENT,TRANSP,NONE,ZEROORONE ADD,VEVENT,URL,NONE,ZEROORONE ADD,VEVENT,X,NONE,ZEROPLUS ADD,VEVENT,RECURRENCEID,NONE,ZERO,must_be_recurring ADD,VEVENT,REQUESTSTATUS,NONE,ZERO ADD,VEVENT,COLOR,NONE,ZEROORONE ADD,VEVENT,CONFERENCE,NONE,ZEROPLUS ADD,VEVENT,IMAGE,NONE,ZEROPLUS ADD,VEVENT,NONE,VALARM,ZEROPLUS ADD,VEVENT,NONE,VTIMEZONE,ZEROPLUS,must_if_tz_ref ADD,VEVENT,NONE,X,ZEROPLUS ADD,VEVENT,NONE,VFREEBUSY,ZERO ADD,VEVENT,NONE,VTODO,ZERO ADD,VEVENT,NONE,VJOURNAL,ZERO ADD,VEVENT,RELCALID,NONE,ZEROORONE CANCEL,VEVENT,NONE,NONE,ONEPLUS CANCEL,VEVENT,ATTENDEE,NONE,ZEROPLUS CANCEL,VEVENT,DTSTAMP,NONE,ONE CANCEL,VEVENT,ORGANIZER,NONE,ONE CANCEL,VEVENT,SEQUENCE,NONE,ONE CANCEL,VEVENT,UID,NONE,ONE CANCEL,VEVENT,COMMENT,NONE,ZEROORONE CANCEL,VEVENT,ATTACH,NONE,ZEROPLUS CANCEL,VEVENT,CATEGORIES,NONE,ZEROPLUS #Non-standard CANCEL,VEVENT,CLASS,NONE,ZEROORONE CANCEL,VEVENT,CONTACT,NONE,ZEROPLUS CANCEL,VEVENT,CREATED,NONE,ZEROORONE CANCEL,VEVENT,DESCRIPTION,NONE,ZEROORONE CANCEL,VEVENT,DTEND,NONE,ONEEXCLUSIVE,no_duration CANCEL,VEVENT,DTSTART,NONE,ZEROORONE CANCEL,VEVENT,DURATION,NONE,ONEEXCLUSIVE,no_dtend CANCEL,VEVENT,EXDATE,NONE,ZEROPLUS CANCEL,VEVENT,EXRULE,NONE,ZEROPLUS CANCEL,VEVENT,GEO,NONE,ZEROORONE CANCEL,VEVENT,LASTMODIFIED,NONE,ZEROORONE CANCEL,VEVENT,LOCATION,NONE,ZEROORONE CANCEL,VEVENT,PRIORITY,NONE,ZEROORONE CANCEL,VEVENT,RDATE,NONE,ZEROPLUS CANCEL,VEVENT,RECURRENCEID,NONE,ZEROORONE,must_be_recurring CANCEL,VEVENT,RELATEDTO,NONE,ZEROPLUS CANCEL,VEVENT,RESOURCES,NONE,ZEROORONE CANCEL,VEVENT,RRULE,NONE,ZEROPLUS CANCEL,VEVENT,STATUS,NONE,ZEROORONE,must_be_canceled_no_attendee CANCEL,VEVENT,SUMMARY,NONE,ZEROORONE CANCEL,VEVENT,TRANSP,NONE,ZEROORONE CANCEL,VEVENT,URL,NONE,ZEROORONE CANCEL,VEVENT,X,NONE,ZEROPLUS CANCEL,VEVENT,REQUESTSTATUS,NONE,ZERO CANCEL,VEVENT,COLOR,NONE,ZEROORONE CANCEL,VEVENT,CONFERENCE,NONE,ZEROPLUS CANCEL,VEVENT,IMAGE,NONE,ZEROPLUS CANCEL,VEVENT,NONE,VTIMEZONE,ZEROPLUS,must_if_tz_ref CANCEL,VEVENT,NONE,X,ZEROPLUS CANCEL,VEVENT,NONE,VTODO,ZERO CANCEL,VEVENT,NONE,VJOURNAL,ZERO CANCEL,VEVENT,NONE,VFREEBUSY,ZERO CANCEL,VEVENT,NONE,VALARM,ZERO CANCEL,VEVENT,RELCALID,NONE,ZEROORONE REFRESH,VEVENT,NONE,NONE,ONE REFRESH,VEVENT,ATTENDEE,NONE,ONE REFRESH,VEVENT,DTSTAMP,NONE,ONE REFRESH,VEVENT,ORGANIZER,NONE,ONE REFRESH,VEVENT,UID,NONE,ONE REFRESH,VEVENT,COMMENT,NONE,ZEROORONE REFRESH,VEVENT,RECURRENCEID,NONE,ZEROORONE,must_be_recurring REFRESH,VEVENT,X,NONE,ZEROPLUS REFRESH,VEVENT,ATTACH,NONE,ZERO REFRESH,VEVENT,CATEGORIES,NONE,ZERO REFRESH,VEVENT,CLASS,NONE,ZERO REFRESH,VEVENT,CONTACT,NONE,ZERO REFRESH,VEVENT,CREATED,NONE,ZERO REFRESH,VEVENT,DESCRIPTION,NONE,ZERO REFRESH,VEVENT,DTEND,NONE,ZERO REFRESH,VEVENT,DTSTART,NONE,ZERO REFRESH,VEVENT,DURATION,NONE,ZERO REFRESH,VEVENT,EXDATE,NONE,ZERO REFRESH,VEVENT,EXRULE,NONE,ZERO REFRESH,VEVENT,GEO,NONE,ZERO REFRESH,VEVENT,LASTMODIFIED,NONE,ZERO REFRESH,VEVENT,LOCATION,NONE,ZERO REFRESH,VEVENT,PRIORITY,NONE,ZERO REFRESH,VEVENT,RDATE,NONE,ZERO REFRESH,VEVENT,RELATEDTO,NONE,ZERO REFRESH,VEVENT,REQUESTSTATUS,NONE,ZERO REFRESH,VEVENT,RESOURCES,NONE,ZERO REFRESH,VEVENT,RRULE,NONE,ZERO REFRESH,VEVENT,SEQUENCE,NONE,ZERO REFRESH,VEVENT,STATUS,NONE,ZERO REFRESH,VEVENT,SUMMARY,NONE,ZERO REFRESH,VEVENT,TRANSP,NONE,ZERO REFRESH,VEVENT,URL,NONE,ZERO REFRESH,VEVENT,COLOR,NONE,ZEROORONE REFRESH,VEVENT,CONFERENCE,NONE,ZEROPLUS REFRESH,VEVENT,IMAGE,NONE,ZEROPLUS REFRESH,VEVENT,NONE,X,ZEROPLUS REFRESH,VEVENT,NONE,VTODO,ZERO REFRESH,VEVENT,NONE,VJOURNAL,ZERO REFRESH,VEVENT,NONE,VFREEBUSY,ZERO REFRESH,VEVENT,NONE,VTIMEZONE,ZERO,must_if_tz_ref REFRESH,VEVENT,NONE,VALARM,ZERO REFRESH,VEVENT,RELCALID,NONE,ZEROORONE COUNTER,VEVENT,NONE,NONE,ONE COUNTER,VEVENT,DTSTAMP,NONE,ONE COUNTER,VEVENT,DTSTART,NONE,ONE COUNTER,VEVENT,ORGANIZER,NONE,ONE COUNTER,VEVENT,SEQUENCE,NONE,ONE COUNTER,VEVENT,SUMMARY,NONE,ONE COUNTER,VEVENT,UID,NONE,ONE COUNTER,VEVENT,ATTACH,NONE,ZEROPLUS COUNTER,VEVENT,ATTENDEE,NONE,ZEROPLUS COUNTER,VEVENT,CATEGORIES,NONE,ZEROPLUS #Non-standard COUNTER,VEVENT,CLASS,NONE,ZEROORONE COUNTER,VEVENT,COMMENT,NONE,ZEROORONE COUNTER,VEVENT,CONTACT,NONE,ZEROPLUS COUNTER,VEVENT,CREATED,NONE,ZEROORONE COUNTER,VEVENT,DESCRIPTION,NONE,ZEROORONE COUNTER,VEVENT,DTEND,NONE,ONEEXCLUSIVE,no_duration COUNTER,VEVENT,DURATION,NONE,ONEEXCLUSIVE,no_dtend COUNTER,VEVENT,EXDATE,NONE,ZEROPLUS COUNTER,VEVENT,EXRULE,NONE,ZEROPLUS COUNTER,VEVENT,GEO,NONE,ZEROORONE COUNTER,VEVENT,LASTMODIFIED,NONE,ZEROORONE COUNTER,VEVENT,LOCATION,NONE,ZEROORONE COUNTER,VEVENT,PRIORITY,NONE,ZEROORONE COUNTER,VEVENT,RDATE,NONE,ZEROPLUS COUNTER,VEVENT,RECURRENCEID,NONE,ZEROORONE,must_be_recurring COUNTER,VEVENT,RELATEDTO,NONE,ZEROPLUS COUNTER,VEVENT,REQUESTSTATUS,NONE,ZEROPLUS COUNTER,VEVENT,RESOURCES,NONE,ZEROORONE COUNTER,VEVENT,RRULE,NONE,ZEROPLUS COUNTER,VEVENT,STATUS,NONE,ZEROORONE,may_be_tent_conf_cancel COUNTER,VEVENT,TRANSP,NONE,ZEROORONE COUNTER,VEVENT,URL,NONE,ZEROORONE COUNTER,VEVENT,X,NONE,ZEROPLUS COUNTER,VEVENT,COLOR,NONE,ZEROORONE COUNTER,VEVENT,CONFERENCE,NONE,ZEROPLUS COUNTER,VEVENT,IMAGE,NONE,ZEROPLUS COUNTER,VEVENT,NONE,VALARM,ZEROPLUS COUNTER,VEVENT,NONE,VTIMEZONE,ZEROPLUS,must_if_tz_ref COUNTER,VEVENT,NONE,X,ZEROPLUS COUNTER,VEVENT,NONE,VTODO,ZERO COUNTER,VEVENT,NONE,VJOURNAL,ZERO COUNTER,VEVENT,NONE,VFREEBUSY,ZERO COUNTER,VEVENT,RELCALID,NONE,ZEROORONE DECLINECOUNTER,VEVENT,NONE,NONE,ONE DECLINECOUNTER,VEVENT,DTSTAMP,NONE,ONE DECLINECOUNTER,VEVENT,ORGANIZER,NONE,ONE DECLINECOUNTER,VEVENT,UID,NONE,ONE DECLINECOUNTER,VEVENT,COMMENT,NONE,ZEROORONE DECLINECOUNTER,VEVENT,RECURRENCEID,NONE,ZEROORONE,must_be_recurring DECLINECOUNTER,VEVENT,REQUESTSTATUS,NONE,ZEROPLUS DECLINECOUNTER,VEVENT,SEQUENCE,NONE,ZERO DECLINECOUNTER,VEVENT,X,NONE,ZEROPLUS DECLINECOUNTER,VEVENT,ATTACH,NONE,ZERO DECLINECOUNTER,VEVENT,ATTENDEE,NONE,ZERO DECLINECOUNTER,VEVENT,CATEGORIES,NONE,ZERO DECLINECOUNTER,VEVENT,CLASS,NONE,ZERO DECLINECOUNTER,VEVENT,CONTACT,NONE,ZERO DECLINECOUNTER,VEVENT,CREATED,NONE,ZERO DECLINECOUNTER,VEVENT,DESCRIPTION,NONE,ZERO DECLINECOUNTER,VEVENT,DTEND,NONE,ONEEXCLUSIVE,no_duration DECLINECOUNTER,VEVENT,DTSTART,NONE,ZERO DECLINECOUNTER,VEVENT,DURATION,NONE,ONEEXCLUSIVE,no_dtend DECLINECOUNTER,VEVENT,EXDATE,NONE,ZERO DECLINECOUNTER,VEVENT,EXRULE,NONE,ZERO DECLINECOUNTER,VEVENT,GEO,NONE,ZERO DECLINECOUNTER,VEVENT,LASTMODIFIED,NONE,ZERO DECLINECOUNTER,VEVENT,LOCATION,NONE,ZERO DECLINECOUNTER,VEVENT,PRIORITY,NONE,ZERO DECLINECOUNTER,VEVENT,RDATE,NONE,ZERO DECLINECOUNTER,VEVENT,RELATEDTO,NONE,ZERO DECLINECOUNTER,VEVENT,RESOURCES,NONE,ZERO DECLINECOUNTER,VEVENT,RRULE,NONE,ZERO DECLINECOUNTER,VEVENT,STATUS,NONE,ZERO DECLINECOUNTER,VEVENT,SUMMARY,NONE,ZERO DECLINECOUNTER,VEVENT,TRANSP,NONE,ZERO DECLINECOUNTER,VEVENT,URL,NONE,ZERO DECLINECOUNTER,VEVENT,COLOR,NONE,ZEROORONE DECLINECOUNTER,VEVENT,CONFERENCE,NONE,ZEROPLUS DECLINECOUNTER,VEVENT,IMAGE,NONE,ZEROPLUS DECLINECOUNTER,VEVENT,NONE,X,ZEROPLUS DECLINECOUNTER,VEVENT,NONE,VTODO,ZERO DECLINECOUNTER,VEVENT,NONE,VJOURNAL,ZERO DECLINECOUNTER,VEVENT,NONE,VFREEBUSY,ZERO DECLINECOUNTER,VEVENT,NONE,VTIMEZONE,ZERO,must_if_tz_ref DECLINECOUNTER,VEVENT,NONE,VALARM,ZERO DECLINECOUNTER,VEVENT,RELCALID,NONE,ZEROORONE PUBLISH,VFREEBUSY,NONE,NONE,ONEPLUS PUBLISH,VFREEBUSY,DTSTAMP,NONE,ONE PUBLISH,VFREEBUSY,DTSTART,NONE,ONE PUBLISH,VFREEBUSY,DTEND,NONE,ONE PUBLISH,VFREEBUSY,FREEBUSY,NONE,ZEROPLUS PUBLISH,VFREEBUSY,ORGANIZER,NONE,ONE PUBLISH,VFREEBUSY,COMMENT,NONE,ZEROPLUS PUBLISH,VFREEBUSY,CONTACT,NONE,ZEROORONE PUBLISH,VFREEBUSY,X,NONE,ZEROPLUS PUBLISH,VFREEBUSY,URL,NONE,ZEROORONE PUBLISH,VFREEBUSY,ATTENDEE,NONE,ZERO PUBLISH,VFREEBUSY,DURATION,NONE,ZERO PUBLISH,VFREEBUSY,REQUESTSTATUS,NONE,ZERO PUBLISH,VFREEBUSY,UID,NONE,ONE PUBLISH,VFREEBUSY,NONE,X,ZEROPLUS PUBLISH,VFREEBUSY,NONE,VEVENT,ZERO PUBLISH,VFREEBUSY,NONE,VTODO,ZERO PUBLISH,VFREEBUSY,NONE,VJOURNAL,ZERO PUBLISH,VFREEBUSY,NONE,VTIMEZONE,ZERO,must_if_tz_ref PUBLISH,VFREEBUSY,NONE,VALARM,ZERO REQUEST,VFREEBUSY,NONE,NONE,ONE REQUEST,VFREEBUSY,ATTENDEE,NONE,ONEPLUS REQUEST,VFREEBUSY,DTEND,NONE,ONE REQUEST,VFREEBUSY,DTSTAMP,NONE,ONE REQUEST,VFREEBUSY,DTSTART,NONE,ONE REQUEST,VFREEBUSY,ORGANIZER,NONE,ONE REQUEST,VFREEBUSY,UID,NONE,ONE REQUEST,VFREEBUSY,COMMENT,NONE,ZEROPLUS REQUEST,VFREEBUSY,CONTACT,NONE,ZEROORONE REQUEST,VFREEBUSY,X,NONE,ZEROPLUS REQUEST,VFREEBUSY,FREEBUSY,NONE,ZERO REQUEST,VFREEBUSY,DURATION,NONE,ZERO REQUEST,VFREEBUSY,REQUESTSTATUS,NONE,ZERO REQUEST,VFREEBUSY,URL,NONE,ZERO REQUEST,VFREEBUSY,NONE,X,ZEROPLUS REQUEST,VFREEBUSY,NONE,VALARM,ZERO REQUEST,VFREEBUSY,NONE,VEVENT,ZERO REQUEST,VFREEBUSY,NONE,VTODO,ZERO REQUEST,VFREEBUSY,NONE,VJOURNAL,ZERO REQUEST,VFREEBUSY,NONE,VTIMEZONE,ZERO REPLY,VFREEBUSY,NONE,NONE,ONE REPLY,VFREEBUSY,ATTENDEE,NONE,ONE REPLY,VFREEBUSY,DTSTAMP,NONE,ONE REPLY,VFREEBUSY,DTEND,NONE,ONE REPLY,VFREEBUSY,DTSTART,NONE,ONE REPLY,VFREEBUSY,FREEBUSY,NONE,ZEROPLUS REPLY,VFREEBUSY,ORGANIZER,NONE,ONE REPLY,VFREEBUSY,UID,NONE,ONE REPLY,VFREEBUSY,COMMENT,NONE,ZEROPLUS REPLY,VFREEBUSY,CONTACT,NONE,ZEROORONE REPLY,VFREEBUSY,REQUESTSTATUS,NONE,ZEROPLUS REPLY,VFREEBUSY,URL,NONE,ZEROORONE REPLY,VFREEBUSY,X,NONE,ZEROPLUS REPLY,VFREEBUSY,DURATION,NONE,ZERO REPLY,VFREEBUSY,SEQUENCE,NONE,ZERO REPLY,VFREEBUSY,NONE,X,ZEROPLUS REPLY,VFREEBUSY,NONE,VALARM,ZERO REPLY,VFREEBUSY,NONE,VEVENT,ZERO REPLY,VFREEBUSY,NONE,VTODO,ZERO REPLY,VFREEBUSY,NONE,VJOURNAL,ZERO REPLY,VFREEBUSY,NONE,VTIMEZONE,ZERO PUBLISH,VTODO,NONE,NONE,ONEPLUS PUBLISH,VTODO,DTSTAMP,NONE,ONE PUBLISH,VTODO,DTSTART,NONE,ONE PUBLISH,VTODO,ORGANIZER,NONE,ONE PUBLISH,VTODO,PRIORITY,NONE,ONE PUBLISH,VTODO,SEQUENCE,NONE,ZEROORONE PUBLISH,VTODO,SUMMARY,NONE,ONE PUBLISH,VTODO,UID,NONE,ONE PUBLISH,VTODO,ATTACH,NONE,ZEROPLUS PUBLISH,VTODO,CATEGORIES,NONE,ZEROPLUS #Non-Standard PUBLISH,VTODO,CLASS,NONE,ZEROORONE PUBLISH,VTODO,COMMENT,NONE,ZEROORONE PUBLISH,VTODO,CONTACT,NONE,ZEROPLUS PUBLISH,VTODO,CREATED,NONE,ZEROORONE PUBLISH,VTODO,DESCRIPTION,NONE,ZEROORONE PUBLISH,VTODO,DUE,NONE,ZEROORONE PUBLISH,VTODO,DURATION,NONE,ZEROORONE PUBLISH,VTODO,EXDATE,NONE,ZEROPLUS PUBLISH,VTODO,EXRULE,NONE,ZEROPLUS PUBLISH,VTODO,GEO,NONE,ZEROORONE PUBLISH,VTODO,LASTMODIFIED,NONE,ZEROORONE PUBLISH,VTODO,LOCATION,NONE,ZEROORONE PUBLISH,VTODO,PERCENTCOMPLETE,NONE,ZEROORONE PUBLISH,VTODO,RDATE,NONE,ZEROPLUS PUBLISH,VTODO,RECURRENCEID,NONE,ZEROORONE,must_be_recurring PUBLISH,VTODO,RELATEDTO,NONE,ZEROPLUS PUBLISH,VTODO,RESOURCES,NONE,ZEROORONE PUBLISH,VTODO,RRULE,NONE,ZEROPLUS PUBLISH,VTODO,STATUS,NONE,ZEROORONE PUBLISH,VTODO,URL,NONE,ZEROORONE PUBLISH,VTODO,X,NONE,ZEROPLUS PUBLISH,VTODO,ATTENDEE,NONE,ZERO PUBLISH,VTODO,REQUESTSTATUS,NONE,ZERO PUBLISH,VTODO,COLOR,NONE,ZEROORONE PUBLISH,VTODO,CONFERENCE,NONE,ZEROPLUS PUBLISH,VTODO,IMAGE,NONE,ZEROPLUS PUBLISH,VTODO,NONE,VTIMEZONE,ZEROPLUS PUBLISH,VTODO,NONE,VALARM,ZEROPLUS PUBLISH,VTODO,NONE,X,ZEROPLUS PUBLISH,VTODO,NONE,VFREEBUSY,ZERO PUBLISH,VTODO,NONE,VEVENT,ZERO PUBLISH,VTODO,NONE,VJOURNAL,ZERO PUBLISH,VTODO,RELCALID,NONE,ZEROORONE REQUEST,VTODO,NONE,NONE,ONEPLUS REQUEST,VTODO,ATTENDEE,NONE,ONEPLUS REQUEST,VTODO,DTSTAMP,NONE,ONE REQUEST,VTODO,DTSTART,NONE,ONE REQUEST,VTODO,ORGANIZER,NONE,ONE REQUEST,VTODO,PRIORITY,NONE,ONE REQUEST,VTODO,SEQUENCE,NONE,ZEROORONE REQUEST,VTODO,SUMMARY,NONE,ONE REQUEST,VTODO,UID,NONE,ONE REQUEST,VTODO,ATTACH,NONE,ZEROPLUS REQUEST,VTODO,CATEGORIES,NONE,ZEROPLUS #Non-Standard REQUEST,VTODO,CLASS,NONE,ZEROORONE REQUEST,VTODO,COMMENT,NONE,ZEROORONE REQUEST,VTODO,CONTACT,NONE,ZEROPLUS REQUEST,VTODO,CREATED,NONE,ZEROORONE REQUEST,VTODO,DESCRIPTION,NONE,ZEROORONE REQUEST,VTODO,DUE,NONE,ZEROORONE REQUEST,VTODO,DURATION,NONE,ZEROORONE REQUEST,VTODO,EXDATE,NONE,ZEROPLUS REQUEST,VTODO,EXRULE,NONE,ZEROPLUS REQUEST,VTODO,GEO,NONE,ZEROORONE REQUEST,VTODO,LASTMODIFIED,NONE,ZEROORONE REQUEST,VTODO,LOCATION,NONE,ZEROORONE REQUEST,VTODO,PERCENTCOMPLETE,NONE,ZEROORONE REQUEST,VTODO,RDATE,NONE,ZEROPLUS REQUEST,VTODO,RECURRENCEID,NONE,ZEROORONE,must_be_recurring REQUEST,VTODO,RELATEDTO,NONE,ZEROPLUS REQUEST,VTODO,RESOURCES,NONE,ZEROORONE REQUEST,VTODO,RRULE,NONE,ZEROPLUS REQUEST,VTODO,STATUS,NONE,ZEROORONE,may_be_comp_need_process REQUEST,VTODO,URL,NONE,ZEROORONE REQUEST,VTODO,X,NONE,ZEROPLUS REQUEST,VTODO,REQUESTSTATUS,NONE,ZERO REQUEST,VTODO,COLOR,NONE,ZEROORONE REQUEST,VTODO,CONFERENCE,NONE,ZEROPLUS REQUEST,VTODO,IMAGE,NONE,ZEROPLUS REQUEST,VTODO,NONE,VALARM,ZEROPLUS REQUEST,VTODO,NONE,VTIMEZONE,ZEROPLUS REQUEST,VTODO,NONE,X,ZEROPLUS REQUEST,VTODO,NONE,VEVENT,ZERO REQUEST,VTODO,NONE,VFREEBUSY,ZERO REQUEST,VTODO,NONE,VJOURNAL,ZERO REQUEST,VTODO,RELCALID,NONE,ZEROORONE REPLY,VTODO,NONE,NONE,ONEPLUS REPLY,VTODO,ATTENDEE,NONE,ONEPLUS REPLY,VTODO,DTSTAMP,NONE,ONE REPLY,VTODO,ORGANIZER,NONE,ONE REPLY,VTODO,REQUESTSTATUS,NONE,ONEPLUS REPLY,VTODO,UID,NONE,ONE REPLY,VTODO,ATTACH,NONE,ZEROPLUS REPLY,VTODO,CATEGORIES,NONE,ZEROPLUS #Non-Standard REPLY,VTODO,CLASS,NONE,ZEROORONE REPLY,VTODO,COMMENT,NONE,ZEROORONE REPLY,VTODO,CONTACT,NONE,ZEROPLUS REPLY,VTODO,CREATED,NONE,ZEROORONE REPLY,VTODO,DESCRIPTION,NONE,ZEROORONE REPLY,VTODO,DTSTART,NONE,ZEROORONE REPLY,VTODO,DUE,NONE,ZEROORONE REPLY,VTODO,DURATION,NONE,ZEROORONE REPLY,VTODO,EXDATE,NONE,ZEROPLUS REPLY,VTODO,EXRULE,NONE,ZEROPLUS REPLY,VTODO,GEO,NONE,ZEROORONE REPLY,VTODO,LASTMODIFIED,NONE,ZEROORONE REPLY,VTODO,LOCATION,NONE,ZEROORONE REPLY,VTODO,PERCENTCOMPLETE,NONE,ZEROORONE REPLY,VTODO,PRIORITY,NONE,ZEROORONE REPLY,VTODO,RDATE,NONE,ZEROPLUS REPLY,VTODO,RELATEDTO,NONE,ZEROPLUS REPLY,VTODO,RESOURCES,NONE,ZEROORONE REPLY,VTODO,RRULE,NONE,ZEROPLUS REPLY,VTODO,RECURRENCEID,NONE,ZEROORONE,must_be_recurring REPLY,VTODO,SEQUENCE,NONE,ZEROORONE REPLY,VTODO,STATUS,NONE,ZEROORONE REPLY,VTODO,SUMMARY,NONE,ZEROORONE REPLY,VTODO,URL,NONE,ZEROORONE REPLY,VTODO,X,NONE,ZEROPLUS REPLY,VTODO,COLOR,NONE,ZEROORONE REPLY,VTODO,CONFERENCE,NONE,ZEROPLUS REPLY,VTODO,IMAGE,NONE,ZEROPLUS REPLY,VTODO,NONE,VTIMEZONE,ZEROORONE REPLY,VTODO,NONE,X,ZEROPLUS REPLY,VTODO,NONE,VALARM,ZERO REPLY,VTODO,NONE,VEVENT,ZERO REPLY,VTODO,NONE,VFREEBUSY,ZERO REPLY,VTODO,RELCALID,NONE,ZEROORONE ADD,VTODO,NONE,NONE,ONE ADD,VTODO,DTSTAMP,NONE,ONE ADD,VTODO,ORGANIZER,NONE,ONE ADD,VTODO,PRIORITY,NONE,ONE ADD,VTODO,SEQUENCE,NONE,ONE ADD,VTODO,SUMMARY,NONE,ONE ADD,VTODO,UID,NONE,ONE ADD,VTODO,ATTACH,NONE,ZEROPLUS ADD,VTODO,ATTENDEE,NONE,ZEROPLUS ADD,VTODO,CATEGORIES,NONE,ZEROPLUS ADD,VTODO,CLASS,NONE,ZEROORONE ADD,VTODO,COMMENT,NONE,ZEROORONE ADD,VTODO,CONTACT,NONE,ZEROPLUS ADD,VTODO,CREATED,NONE,ZEROORONE ADD,VTODO,DESCRIPTION,NONE,ZEROORONE ADD,VTODO,DTSTART,NONE,ZEROORONE ADD,VTODO,DUE,NONE,ZEROORONE ADD,VTODO,DURATION,NONE,ZEROORONE ADD,VTODO,EXDATE,NONE,ZEROPLUS ADD,VTODO,EXRULE,NONE,ZEROPLUS ADD,VTODO,GEO,NONE,ZEROORONE ADD,VTODO,LASTMODIFIED,NONE,ZEROORONE ADD,VTODO,LOCATION,NONE,ZEROORONE ADD,VTODO,PERCENTCOMPLETE,NONE,ZEROORONE ADD,VTODO,RDATE,NONE,ZEROPLUS ADD,VTODO,RELATEDTO,NONE,ZEROPLUS ADD,VTODO,RESOURCES,NONE,ZEROORONE ADD,VTODO,RRULE,NONE,ZEROPLUS ADD,VTODO,STATUS,NONE,ZEROORONE,may_be_comp_need_process ADD,VTODO,URL,NONE,ZEROORONE ADD,VTODO,X,NONE,ZEROPLUS ADD,VTODO,RECURRENCEID,NONE,ZERO,must_be_recurring ADD,VTODO,REQUESTSTATUS,NONE,ZERO ADD,VTODO,COLOR,NONE,ZEROORONE ADD,VTODO,CONFERENCE,NONE,ZEROPLUS ADD,VTODO,IMAGE,NONE,ZEROPLUS ADD,VTODO,NONE,VALARM,ZEROPLUS ADD,VTODO,NONE,VTIMEZONE,ZEROPLUS ADD,VTODO,NONE,X,ZEROPLUS ADD,VTODO,NONE,VEVENT,ZERO ADD,VTODO,NONE,VJOURNAL,ZERO ADD,VTODO,NONE,VFREEBUSY,ZERO ADD,VTODO,RELCALID,NONE,ZEROORONE CANCEL,VTODO,NONE,NONE,ONE CANCEL,VTODO,ATTENDEE,NONE,ZEROPLUS CANCEL,VTODO,UID,NONE,ONE CANCEL,VTODO,DTSTAMP,NONE,ONE CANCEL,VTODO,ORGANIZER,NONE,ONE CANCEL,VTODO,SEQUENCE,NONE,ONE CANCEL,VTODO,ATTACH,NONE,ZEROPLUS CANCEL,VTODO,CATEGORIES,NONE,ZEROPLUS #Non-Standard CANCEL,VTODO,CLASS,NONE,ZEROORONE CANCEL,VTODO,COMMENT,NONE,ZEROORONE CANCEL,VTODO,CONTACT,NONE,ZEROPLUS CANCEL,VTODO,CREATED,NONE,ZEROORONE CANCEL,VTODO,DESCRIPTION,NONE,ZEROORONE CANCEL,VTODO,DTSTART,NONE,ZEROORONE CANCEL,VTODO,DUE,NONE,ZEROORONE CANCEL,VTODO,DURATION,NONE,ZEROORONE CANCEL,VTODO,EXDATE,NONE,ZEROPLUS CANCEL,VTODO,EXRULE,NONE,ZEROPLUS CANCEL,VTODO,GEO,NONE,ZEROORONE CANCEL,VTODO,LASTMODIFIED,NONE,ZEROORONE CANCEL,VTODO,LOCATION,NONE,ZEROORONE CANCEL,VTODO,PERCENTCOMPLETE,NONE,ZEROORONE CANCEL,VTODO,RDATE,NONE,ZEROPLUS CANCEL,VTODO,RECURRENCEID,NONE,ZEROORONE,must_be_recurring CANCEL,VTODO,RELATEDTO,NONE,ZEROPLUS CANCEL,VTODO,RESOURCES,NONE,ZEROORONE CANCEL,VTODO,RRULE,NONE,ZEROPLUS CANCEL,VTODO,PRIORITY,NONE,ZEROORONE CANCEL,VTODO,STATUS,NONE,ZEROORONE,must_be_canceled_no_attendee CANCEL,VTODO,URL,NONE,ZEROORONE CANCEL,VTODO,X,NONE,ZEROPLUS CANCEL,VTODO,REQUESTSTATUS,NONE,ZERO CANCEL,VTODO,COLOR,NONE,ZEROORONE CANCEL,VTODO,CONFERENCE,NONE,ZEROPLUS CANCEL,VTODO,IMAGE,NONE,ZEROPLUS CANCEL,VTODO,NONE,VTIMEZONE,ZEROORONE CANCEL,VTODO,NONE,X,ZEROPLUS CANCEL,VTODO,NONE,VALARM,ZERO CANCEL,VTODO,NONE,VEVENT,ZERO CANCEL,VTODO,NONE,VFREEBUSY,ZERO CANCEL,VTODO,RELCALID,NONE,ZEROORONE REFRESH,VTODO,NONE,NONE,ONE REFRESH,VTODO,ATTENDEE,NONE,ONE REFRESH,VTODO,DTSTAMP,NONE,ONE REFRESH,VTODO,UID,NONE,ONE REFRESH,VTODO,RECURRENCEID,NONE,ZEROORONE,must_be_recurring REFRESH,VTODO,X,NONE,ZEROPLUS REFRESH,VTODO,ATTACH,NONE,ZERO REFRESH,VTODO,CATEGORIES,NONE,ZERO REFRESH,VTODO,CLASS,NONE,ZERO REFRESH,VTODO,COMMENT,NONE,ZERO REFRESH,VTODO,CONTACT,NONE,ZERO REFRESH,VTODO,CREATED,NONE,ZERO REFRESH,VTODO,DESCRIPTION,NONE,ZERO REFRESH,VTODO,DTSTART,NONE,ZERO REFRESH,VTODO,DUE,NONE,ZERO REFRESH,VTODO,DURATION,NONE,ZERO REFRESH,VTODO,EXDATE,NONE,ZERO REFRESH,VTODO,EXRULE,NONE,ZERO REFRESH,VTODO,GEO,NONE,ZERO REFRESH,VTODO,LASTMODIFIED,NONE,ZERO REFRESH,VTODO,LOCATION,NONE,ZERO REFRESH,VTODO,ORGANIZER,NONE,ZERO REFRESH,VTODO,PERCENTCOMPLETE,NONE,ZERO REFRESH,VTODO,PRIORITY,NONE,ZERO REFRESH,VTODO,RDATE,NONE,ZERO REFRESH,VTODO,RELATEDTO,NONE,ZERO REFRESH,VTODO,REQUESTSTATUS,NONE,ZERO REFRESH,VTODO,RESOURCES,NONE,ZERO REFRESH,VTODO,RRULE,NONE,ZERO REFRESH,VTODO,SEQUENCE,NONE,ZERO REFRESH,VTODO,STATUS,NONE,ZERO REFRESH,VTODO,URL,NONE,ZERO REFRESH,VTODO,COLOR,NONE,ZEROORONE REFRESH,VTODO,CONFERENCE,NONE,ZEROPLUS REFRESH,VTODO,IMAGE,NONE,ZEROPLUS REFRESH,VTODO,NONE,X,ZEROPLUS REFRESH,VTODO,NONE,VALARM,ZERO REFRESH,VTODO,NONE,VEVENT,ZERO REFRESH,VTODO,NONE,VFREEBUSY,ZERO REFRESH,VTODO,NONE,VTIMEZONE,ZERO REFRESH,VTODO,RELCALID,NONE,ZEROORONE COUNTER,VTODO,NONE,NONE,ONE COUNTER,VTODO,ATTENDEE,NONE,ONEPLUS COUNTER,VTODO,DTSTAMP,NONE,ONE COUNTER,VTODO,ORGANIZER,NONE,ONE COUNTER,VTODO,PRIORITY,NONE,ONE COUNTER,VTODO,SUMMARY,NONE,ONE COUNTER,VTODO,UID,NONE,ONE COUNTER,VTODO,ATTACH,NONE,ZEROPLUS COUNTER,VTODO,CATEGORIES,NONE,ZEROPLUS #Non-standard COUNTER,VTODO,CLASS,NONE,ZEROORONE COUNTER,VTODO,COMMENT,NONE,ZEROORONE COUNTER,VTODO,CONTACT,NONE,ZEROPLUS COUNTER,VTODO,CREATED,NONE,ZEROORONE COUNTER,VTODO,DESCRIPTION,NONE,ZEROORONE COUNTER,VTODO,DTSTART,NONE,ZEROORONE COUNTER,VTODO,DUE,NONE,ZEROORONE COUNTER,VTODO,DURATION,NONE,ZEROORONE COUNTER,VTODO,EXDATE,NONE,ZEROPLUS COUNTER,VTODO,EXRULE,NONE,ZEROPLUS COUNTER,VTODO,GEO,NONE,ZEROORONE COUNTER,VTODO,LASTMODIFIED,NONE,ZEROORONE COUNTER,VTODO,LOCATION,NONE,ZEROORONE COUNTER,VTODO,PERCENTCOMPLETE,NONE,ZEROORONE COUNTER,VTODO,RDATE,NONE,ZEROPLUS COUNTER,VTODO,RECURRENCEID,NONE,ZEROORONE,must_be_recurring COUNTER,VTODO,RELATEDTO,NONE,ZEROPLUS COUNTER,VTODO,REQUESTSTATUS,NONE,ZEROPLUS COUNTER,VTODO,RESOURCES,NONE,ZEROORONE COUNTER,VTODO,RRULE,NONE,ZEROORONE COUNTER,VTODO,SEQUENCE,NONE,ZEROORONE COUNTER,VTODO,STATUS,NONE,ZEROORONE,may_be_comp_need_process COUNTER,VTODO,URL,NONE,ZEROORONE COUNTER,VTODO,X,NONE,ZEROPLUS COUNTER,VTODO,COLOR,NONE,ZEROORONE COUNTER,VTODO,CONFERENCE,NONE,ZEROPLUS COUNTER,VTODO,IMAGE,NONE,ZEROPLUS COUNTER,VTODO,NONE,VALARM,ZEROPLUS COUNTER,VTODO,NONE,VTIMEZONE,ZEROORONE COUNTER,VTODO,NONE,X,ZEROPLUS COUNTER,VTODO,NONE,VEVENT,ZERO COUNTER,VTODO,NONE,VFREEBUSY,ZERO COUNTER,VTODO,RELCALID,NONE,ZEROORONE DECLINECOUNTER,VTODO,NONE,NONE,ONE DECLINECOUNTER,VTODO,ATTENDEE,NONE,ONEPLUS DECLINECOUNTER,VTODO,DTSTAMP,NONE,ONE DECLINECOUNTER,VTODO,ORGANIZER,NONE,ONE DECLINECOUNTER,VTODO,SEQUENCE,NONE,ONE DECLINECOUNTER,VTODO,UID,NONE,ONE DECLINECOUNTER,VTODO,ATTACH,NONE,ZEROPLUS DECLINECOUNTER,VTODO,CATEGORIES,NONE,ZEROPLUS #Non-standard DECLINECOUNTER,VTODO,CLASS,NONE,ZEROORONE DECLINECOUNTER,VTODO,COMMENT,NONE,ZEROORONE DECLINECOUNTER,VTODO,CONTACT,NONE,ZEROPLUS DECLINECOUNTER,VTODO,CREATED,NONE,ZEROORONE DECLINECOUNTER,VTODO,DESCRIPTION,NONE,ZEROORONE DECLINECOUNTER,VTODO,DTSTART,NONE,ZEROORONE DECLINECOUNTER,VTODO,DUE,NONE,ZEROORONE DECLINECOUNTER,VTODO,DURATION,NONE,ZEROORONE DECLINECOUNTER,VTODO,EXDATE,NONE,ZEROPLUS DECLINECOUNTER,VTODO,EXRULE,NONE,ZEROPLUS DECLINECOUNTER,VTODO,GEO,NONE,ZEROORONE DECLINECOUNTER,VTODO,LASTMODIFIED,NONE,ZEROORONE DECLINECOUNTER,VTODO,LOCATION,NONE,ZEROORONE DECLINECOUNTER,VTODO,PERCENTCOMPLETE,NONE,ZEROORONE DECLINECOUNTER,VTODO,PRIORITY,NONE,ZEROORONE DECLINECOUNTER,VTODO,RDATE,NONE,ZEROPLUS DECLINECOUNTER,VTODO,RECURRENCEID,NONE,ZEROORONE,must_be_recurring DECLINECOUNTER,VTODO,RELATEDTO,NONE,ZEROPLUS DECLINECOUNTER,VTODO,REQUESTSTATUS,NONE,ZEROPLUS DECLINECOUNTER,VTODO,RESOURCES,NONE,ZEROORONE DECLINECOUNTER,VTODO,RRULE,NONE,ZEROPLUS DECLINECOUNTER,VTODO,STATUS,NONE,ZEROORONE DECLINECOUNTER,VTODO,URL,NONE,ZEROORONE DECLINECOUNTER,VTODO,X,NONE,ZEROPLUS DECLINECOUNTER,VTODO,COLOR,NONE,ZEROORONE DECLINECOUNTER,VTODO,CONFERENCE,NONE,ZEROPLUS DECLINECOUNTER,VTODO,IMAGE,NONE,ZEROPLUS DECLINECOUNTER,VTODO,NONE,VTIMEZONE,ZEROPLUS DECLINECOUNTER,VTODO,NONE,X,ZEROPLUS DECLINECOUNTER,VTODO,NONE,VALARM,ZERO DECLINECOUNTER,VTODO,NONE,VEVENT,ZERO DECLINECOUNTER,VTODO,NONE,VFREEBUSY,ZERO DECLINECOUNTER,VTODO,RELCALID,NONE,ZEROORONE PUBLISH,VJOURNAL,NONE,NONE,ONEPLUS PUBLISH,VJOURNAL,DESCRIPTION,NONE,ONE PUBLISH,VJOURNAL,DTSTAMP,NONE,ONE PUBLISH,VJOURNAL,DTSTART,NONE,ONE PUBLISH,VJOURNAL,ORGANIZER,NONE,ONE PUBLISH,VJOURNAL,UID,NONE,ONE PUBLISH,VJOURNAL,ATTACH,NONE,ZEROPLUS PUBLISH,VJOURNAL,CATEGORIES,NONE,ZEROPLUS #Non-standard PUBLISH,VJOURNAL,CLASS,NONE,ZEROORONE PUBLISH,VJOURNAL,COMMENT,NONE,ZEROORONE PUBLISH,VJOURNAL,CONTACT,NONE,ZEROPLUS PUBLISH,VJOURNAL,CREATED,NONE,ZEROORONE PUBLISH,VJOURNAL,EXDATE,NONE,ZEROPLUS PUBLISH,VJOURNAL,EXRULE,NONE,ZEROPLUS PUBLISH,VJOURNAL,LASTMODIFIED,NONE,ZEROORONE PUBLISH,VJOURNAL,RDATE,NONE,ZEROPLUS PUBLISH,VJOURNAL,RECURRENCEID,NONE,ZEROORONE,must_be_recurring PUBLISH,VJOURNAL,RELATEDTO,NONE,ZEROPLUS PUBLISH,VJOURNAL,RRULE,NONE,ZEROPLUS PUBLISH,VJOURNAL,SEQUENCE,NONE,ZEROORONE PUBLISH,VJOURNAL,STATUS,NONE,ZEROORONE,may_be_draft_final_canceled PUBLISH,VJOURNAL,SUMMARY,NONE,ZEROORONE PUBLISH,VJOURNAL,URL,NONE,ZEROORONE PUBLISH,VJOURNAL,X,NONE,ZEROPLUS PUBLISH,VJOURNAL,ATTENDEE,NONE,ZERO PUBLISH,VJOURNAL,COLOR,NONE,ZEROORONE PUBLISH,VJOURNAL,IMAGE,NONE,ZEROPLUS PUBLISH,VJOURNAL,NONE,VALARM,ZEROPLUS PUBLISH,VJOURNAL,NONE,VTIMEZONE,ZEROPLUS PUBLISH,VJOURNAL,NONE,X,ZEROPLUS PUBLISH,VJOURNAL,NONE,VEVENT,ZERO PUBLISH,VJOURNAL,NONE,VFREEBUSY,ZERO PUBLISH,VJOURNAL,NONE,VTODO,ZERO ADD,VJOURNAL,NONE,NONE,ONE ADD,VJOURNAL,DESCRIPTION,NONE,ONE ADD,VJOURNAL,DTSTAMP,NONE,ONE ADD,VJOURNAL,DTSTART,NONE,ONE ADD,VJOURNAL,ORGANIZER,NONE,ONE ADD,VJOURNAL,SEQUENCE,NONE,ONE ADD,VJOURNAL,UID,NONE,ONE ADD,VJOURNAL,ATTACH,NONE,ZEROPLUS ADD,VJOURNAL,CATEGORIES,NONE,ZEROPLUS #Non-standard ADD,VJOURNAL,CLASS,NONE,ZEROORONE ADD,VJOURNAL,COMMENT,NONE,ZEROORONE ADD,VJOURNAL,CONTACT,NONE,ZEROPLUS ADD,VJOURNAL,CREATED,NONE,ZEROORONE ADD,VJOURNAL,EXDATE,NONE,ZEROPLUS ADD,VJOURNAL,EXRULE,NONE,ZEROPLUS ADD,VJOURNAL,LASTMODIFIED,NONE,ZEROORONE ADD,VJOURNAL,RDATE,NONE,ZEROPLUS ADD,VJOURNAL,RELATEDTO,NONE,ZEROPLUS ADD,VJOURNAL,RRULE,NONE,ZEROPLUS ADD,VJOURNAL,STATUS,NONE,ZEROORONE ADD,VJOURNAL,SUMMARY,NONE,ZEROORONE ADD,VJOURNAL,URL,NONE,ZEROORONE ADD,VJOURNAL,X,NONE,ZEROPLUS ADD,VJOURNAL,ATTENDEE,NONE,ZERO ADD,VJOURNAL,RECURRENCEID,NONE,ZERO ADD,VJOURNAL,COLOR,NONE,ZEROORONE ADD,VJOURNAL,IMAGE,NONE,ZEROPLUS ADD,VJOURNAL,NONE,VALARM,ZEROPLUS ADD,VJOURNAL,NONE,VTIMEZONE,ZEROORONE ADD,VJOURNAL,NONE,X,ZEROPLUS ADD,VJOURNAL,NONE,VEVENT,ZERO ADD,VJOURNAL,NONE,VFREEBUSY,ZERO ADD,VJOURNAL,NONE,VTODO,ZERO CANCEL,VJOURNAL,NONE,NONE,ONEPLUS CANCEL,VJOURNAL,DTSTAMP,NONE,ONE CANCEL,VJOURNAL,ORGANIZER,NONE,ONE CANCEL,VJOURNAL,SEQUENCE,NONE,ONE CANCEL,VJOURNAL,UID,NONE,ONE CANCEL,VJOURNAL,ATTACH,NONE,ZEROPLUS CANCEL,VJOURNAL,ATTENDEE,NONE,ZEROPLUS CANCEL,VJOURNAL,CATEGORIES,NONE,ZEROPLUS #Non-standard CANCEL,VJOURNAL,CLASS,NONE,ZEROORONE CANCEL,VJOURNAL,COMMENT,NONE,ZEROORONE CANCEL,VJOURNAL,CONTACT,NONE,ZEROPLUS CANCEL,VJOURNAL,CREATED,NONE,ZEROORONE CANCEL,VJOURNAL,DESCRIPTION,NONE,ZEROORONE CANCEL,VJOURNAL,DTSTART,NONE,ZEROORONE CANCEL,VJOURNAL,EXDATE,NONE,ZEROPLUS CANCEL,VJOURNAL,EXRULE,NONE,ZEROPLUS CANCEL,VJOURNAL,LASTMODIFIED,NONE,ZEROORONE CANCEL,VJOURNAL,RDATE,NONE,ZEROPLUS CANCEL,VJOURNAL,RECURRENCEID,NONE,ZEROORONE,must_be_recurring CANCEL,VJOURNAL,RELATEDTO,NONE,ZEROPLUS CANCEL,VJOURNAL,RRULE,NONE,ZEROPLUS CANCEL,VJOURNAL,STATUS,NONE,ZEROORONE,must_be_cancel_if_present CANCEL,VJOURNAL,SUMMARY,NONE,ZEROORONE CANCEL,VJOURNAL,URL,NONE,ZEROORONE CANCEL,VJOURNAL,X,NONE,ZEROPLUS CANCEL,VJOURNAL,REQUESTSTATUS,NONE,ZERO CANCEL,VJOURNAL,COLOR,NONE,ZEROORONE CANCEL,VJOURNAL,IMAGE,NONE,ZEROPLUS CANCEL,VJOURNAL,NONE,VTIMEZONE,ZEROPLUS CANCEL,VJOURNAL,NONE,X,ZEROPLUS CANCEL,VJOURNAL,NONE,VALARM,ZERO CANCEL,VJOURNAL,NONE,VEVENT,ZERO CANCEL,VJOURNAL,NONE,VFREEBUSY,ZERO CANCEL,VJOURNAL,NONE,VTODO,ZERO PUBLISH,VAGENDA,NONE,NONE,ONEPLUS PUBLISH,VAGENDA,CALMASTER,NONE,ONE PUBLISH,VAGENDA,OWNER,NONE,ZEROORONE PUBLISH,VAGENDA,RELCALID,NONE,ZEROORONE PUBLISH,VAGENDA,TZID,NONE,ONE REQUEST,VAGENDA,NONE,NONE,ONEPLUS REQUEST,VAGENDA,CALMASTER,NONE,ONE REQUEST,VAGENDA,OWNER,NONE,ZEROORONE REQUEST,VAGENDA,RELCALID,NONE,ZEROORONE REQUEST,VAGENDA,TZID,NONE,ONE REPLY,VAGENDA,NONE,NONE,ONEPLUS REPLY,VAGENDA,CALMASTER,NONE,ONE REPLY,VAGENDA,OWNER,NONE,ZEROORONE REPLY,VAGENDA,RELCALID,NONE,ZEROORONE REPLY,VAGENDA,TZID,NONE,ONE ADD,VAGENDA,NONE,NONE,ONEPLUS ADD,VAGENDA,CALMASTER,NONE,ONE ADD,VAGENDA,OWNER,NONE,ZEROORONE ADD,VAGENDA,RELCALID,NONE,ZEROORONE ADD,VAGENDA,TZID,NONE,ONE CANCEL,VAGENDA,NONE,NONE,ONEPLUS CANCEL,VAGENDA,CALMASTER,NONE,ONE CANCEL,VAGENDA,OWNER,NONE,ZEROORONE CANCEL,VAGENDA,RELCALID,NONE,ZEROORONE CANCEL,VAGENDA,TZID,NONE,ONE REFRESH,VAGENDA,NONE,NONE,ONEPLUS REFRESH,VAGENDA,CALMASTER,NONE,ONE REFRESH,VAGENDA,OWNER,NONE,ZEROORONE REFRESH,VAGENDA,RELCALID,NONE,ZEROORONE REFRESH,VAGENDA,TZID,NONE,ONE COUNTER,VAGENDA,NONE,NONE,ONEPLUS COUNTER,VAGENDA,CALMASTER,NONE,ONE COUNTER,VAGENDA,OWNER,NONE,ZEROORONE COUNTER,VAGENDA,RELCALID,NONE,ZEROORONE COUNTER,VAGENDA,TZID,NONE,ONE DECLINECOUNTER,VAGENDA,NONE,NONE,ONEPLUS DECLINECOUNTER,VAGENDA,CALMASTER,NONE,ONE DECLINECOUNTER,VAGENDA,OWNER,NONE,ZEROORONE DECLINECOUNTER,VAGENDA,RELCALID,NONE,ZEROORONE DECLINECOUNTER,VAGENDA,TZID,NONE,ONE NONE,VAGENDA,ALLOWCONFLICT,NONE,ONE NONE,VAGENDA,CALMASTER,NONE,ONE NONE,VAGENDA,OWNER,NONE,ZEROORONE NONE,VAGENDA,RELCALID,NONE,ZEROORONE NONE,VAGENDA,TZID,NONE,ONE NONE,VAGENDA,DEFAULTCHARSET,NONE,ONE NONE,VAGENDA,DEFAULTLOCALE,NONE,ONE NONE,VAGENDA,DEFAULTTZID,NONE,ONE NONE,VCALENDAR,ACTION,NONE,ZERO NONE,VCALENDAR,ATTACH,NONE,ZERO NONE,VCALENDAR,ATTENDEE,NONE,ZERO NONE,VCALENDAR,RELCALID,NONE,ZEROORONE NONE,VCALENDAR,CALSCALE,NONE,ZEROORONE NONE,VCALENDAR,CATEGORIES,NONE,ZEROPLUS NONE,VCALENDAR,CLASS,NONE,ZERO NONE,VCALENDAR,COMMENT,NONE,ZERO NONE,VCALENDAR,COMPLETED,NONE,ZERO NONE,VCALENDAR,CONTACT,NONE,ZERO NONE,VCALENDAR,CREATED,NONE,ZERO NONE,VCALENDAR,DESCRIPTION,NONE,ZEROPLUS NONE,VCALENDAR,DTEND,NONE,ZERO NONE,VCALENDAR,DTSTAMP,NONE,ZERO NONE,VCALENDAR,DTSTART,NONE,ZERO NONE,VCALENDAR,DUE,NONE,ZERO NONE,VCALENDAR,DURATION,NONE,ZERO NONE,VCALENDAR,EXDATE,NONE,ZERO NONE,VCALENDAR,EXRULE,NONE,ZERO NONE,VCALENDAR,FREEBUSY,NONE,ZERO NONE,VCALENDAR,GEO,NONE,ZERO NONE,VCALENDAR,LASTMODIFIED,NONE,ZEROORONE NONE,VCALENDAR,LOCATION,NONE,ZERO NONE,VCALENDAR,METHOD,NONE,ZEROORONE NONE,VCALENDAR,ORGANIZER,NONE,ZERO NONE,VCALENDAR,PERCENTCOMPLETE,NONE,ZERO NONE,VCALENDAR,PRIORITY,NONE,ZERO NONE,VCALENDAR,PRODID,NONE,ONE NONE,VCALENDAR,RDATE,NONE,ZERO NONE,VCALENDAR,RECURRENCEID,NONE,ZERO NONE,VCALENDAR,RELATEDTO,NONE,ZERO NONE,VCALENDAR,REPEAT,NONE,ZERO NONE,VCALENDAR,REQUESTSTATUS,NONE,ZERO NONE,VCALENDAR,RESOURCES,NONE,ZERO NONE,VCALENDAR,RRULE,NONE,ZERO NONE,VCALENDAR,SEQUENCE,NONE,ZERO NONE,VCALENDAR,STATUS,NONE,ZERO NONE,VCALENDAR,SUMMARY,NONE,ZERO NONE,VCALENDAR,TRANSP,NONE,ZERO NONE,VCALENDAR,TRIGGER,NONE,ZERO NONE,VCALENDAR,TZID,NONE,ZERO NONE,VCALENDAR,TZNAME,NONE,ZERO NONE,VCALENDAR,TZOFFSETFROM,NONE,ZERO NONE,VCALENDAR,TZOFFSETTO,NONE,ZERO NONE,VCALENDAR,TZURL,NONE,ZERO NONE,VCALENDAR,UID,NONE,ZEROORONE NONE,VCALENDAR,URL,NONE,ZEROORONE NONE,VCALENDAR,VERSION,NONE,ONE NONE,VCALENDAR,X,NONE,ZEROPLUS NONE,VCALENDAR,COLOR,NONE,ZEROORONE NONE,VCALENDAR,REFRESHINTERVAL,NONE,ZEROORONE NONE,VCALENDAR,SOURCE,NONE,ZEROORONE NONE,VCALENDAR,IMAGE,NONE,ZEROPLUS NONE,VCALENDAR,NAME,NONE,ZEROPLUS NONE,VEVENT,ACTION,NONE,ZERO NONE,VEVENT,ATTACH,NONE,ZEROPLUS NONE,VEVENT,ATTENDEE,NONE,ZEROPLUS NONE,VEVENT,CALSCALE,NONE,ZERO NONE,VEVENT,CATEGORIES,NONE,ZEROPLUS NONE,VEVENT,CLASS,NONE,ZEROORONE NONE,VEVENT,COMMENT,NONE,ZEROPLUS NONE,VEVENT,COMPLETED,NONE,ZERO NONE,VEVENT,CONTACT,NONE,ZEROPLUS NONE,VEVENT,CREATED,NONE,ZEROORONE NONE,VEVENT,DESCRIPTION,NONE,ZEROORONE NONE,VEVENT,DTEND,NONE,ONEEXCLUSIVE,no_duration NONE,VEVENT,DTSTAMP,NONE,ZEROORONE NONE,VEVENT,DTSTART,NONE,ZEROORONE NONE,VEVENT,DUE,NONE,ZERO NONE,VEVENT,DURATION,NONE,ONEEXCLUSIVE,no_dtend NONE,VEVENT,EXDATE,NONE,ZEROPLUS NONE,VEVENT,EXRULE,NONE,ZEROPLUS NONE,VEVENT,FREEBUSY,NONE,ZERO NONE,VEVENT,GEO,NONE,ZEROORONE NONE,VEVENT,LASTMODIFIED,NONE,ZEROORONE NONE,VEVENT,LOCATION,NONE,ZEROORONE NONE,VEVENT,METHOD,NONE,ZERO NONE,VEVENT,ORGANIZER,NONE,ZEROORONE NONE,VEVENT,PERCENTCOMPLETE,NONE,ZERO NONE,VEVENT,PRIORITY,NONE,ZEROORONE NONE,VEVENT,PRODID,NONE,ZERO NONE,VEVENT,RDATE,NONE,ZEROPLUS NONE,VEVENT,RECURRENCEID,NONE,ZEROORONE,must_be_recurring NONE,VEVENT,RELATEDTO,NONE,ZEROPLUS NONE,VEVENT,REPEAT,NONE,ZERO NONE,VEVENT,REQUESTSTATUS,NONE,ZEROPLUS NONE,VEVENT,RESOURCES,NONE,ZEROPLUS NONE,VEVENT,RRULE,NONE,ZEROPLUS NONE,VEVENT,SEQUENCE,NONE,ZEROORONE NONE,VEVENT,STATUS,NONE,ZEROORONE NONE,VEVENT,SUMMARY,NONE,ZEROORONE NONE,VEVENT,TRANSP,NONE,ZEROORONE NONE,VEVENT,TRIGGER,NONE,ZERO NONE,VEVENT,TZID,NONE,ZERO NONE,VEVENT,TZNAME,NONE,ZERO NONE,VEVENT,TZOFFSETFROM,NONE,ZERO NONE,VEVENT,TZOFFSETTO,NONE,ZERO NONE,VEVENT,TZURL,NONE,ZERO NONE,VEVENT,UID,NONE,ZEROORONE NONE,VEVENT,URL,NONE,ZEROORONE NONE,VEVENT,VERSION,NONE,ZERO NONE,VEVENT,X,NONE,ZEROPLUS NONE,VEVENT,RELCALID,NONE,ZEROORONE NONE,VEVENT,COLOR,NONE,ZEROORONE NONE,VEVENT,CONFERENCE,NONE,ZEROPLUS NONE,VEVENT,IMAGE,NONE,ZEROPLUS NONE,VTODO,ACTION,NONE,ZERO NONE,VTODO,ATTACH,NONE,ZEROPLUS NONE,VTODO,ATTENDEE,NONE,ZEROPLUS NONE,VTODO,CALSCALE,NONE,ZERO NONE,VTODO,CATEGORIES,NONE,ZEROPLUS NONE,VTODO,CLASS,NONE,ZEROORONE NONE,VTODO,COMMENT,NONE,ZEROPLUS NONE,VTODO,COMPLETED,NONE,ZEROORONE NONE,VTODO,CONTACT,NONE,ZEROPLUS NONE,VTODO,CREATED,NONE,ZEROORONE NONE,VTODO,DESCRIPTION,NONE,ZEROORONE NONE,VTODO,DTEND,NONE,ZERO NONE,VTODO,DTSTAMP,NONE,ZEROORONE NONE,VTODO,DTSTART,NONE,ZEROORONE NONE,VTODO,DUE,NONE,ONEEXCLUSIVE NONE,VTODO,DURATION,NONE,ONEEXCLUSIVE NONE,VTODO,EXDATE,NONE,ZEROPLUS NONE,VTODO,EXRULE,NONE,ZEROPLUS NONE,VTODO,FREEBUSY,NONE,ZERO NONE,VTODO,GEO,NONE,ZEROORONE NONE,VTODO,LASTMODIFIED,NONE,ZEROORONE NONE,VTODO,LOCATION,NONE,ZEROORONE NONE,VTODO,METHOD,NONE,ZERO NONE,VTODO,ORGANIZER,NONE,ZEROORONE NONE,VTODO,PERCENTCOMPLETE,NONE,ZEROORONE NONE,VTODO,PRIORITY,NONE,ZEROORONE NONE,VTODO,PRODID,NONE,ZERO NONE,VTODO,RDATE,NONE,ZEROPLUS NONE,VTODO,RECURRENCEID,NONE,ZEROORONE,must_be_recurring NONE,VTODO,RELATEDTO,NONE,ZEROPLUS NONE,VTODO,REPEAT,NONE,ZERO NONE,VTODO,REQUESTSTATUS,NONE,ZEROPLUS NONE,VTODO,RESOURCES,NONE,ZEROPLUS NONE,VTODO,RRULE,NONE,ZEROPLUS NONE,VTODO,SEQUENCE,NONE,ZEROORONE NONE,VTODO,STATUS,NONE,ZEROORONE NONE,VTODO,SUMMARY,NONE,ZEROORONE NONE,VTODO,TRANSP,NONE,ZERO NONE,VTODO,TRIGGER,NONE,ZERO NONE,VTODO,TZID,NONE,ZERO NONE,VTODO,TZNAME,NONE,ZERO NONE,VTODO,TZOFFSETFROM,NONE,ZERO NONE,VTODO,TZOFFSETTO,NONE,ZERO NONE,VTODO,TZURL,NONE,ZERO NONE,VTODO,UID,NONE,ZEROORONE NONE,VTODO,URL,NONE,ZEROORONE NONE,VTODO,VERSION,NONE,ZERO NONE,VTODO,X,NONE,ZEROPLUS NONE,VTODO,RELCALID,NONE,ZEROORONE NONE,VTODO,COLOR,NONE,ZEROORONE NONE,VTODO,CONFERENCE,NONE,ZEROPLUS NONE,VTODO,IMAGE,NONE,ZEROPLUS NONE,VJOURNAL,ACTION,NONE,ZERO NONE,VJOURNAL,ATTACH,NONE,ZEROPLUS NONE,VJOURNAL,ATTENDEE,NONE,ZEROPLUS NONE,VJOURNAL,CALSCALE,NONE,ZERO NONE,VJOURNAL,CATEGORIES,NONE,ZEROPLUS NONE,VJOURNAL,CLASS,NONE,ZEROORONE NONE,VJOURNAL,COMMENT,NONE,ZEROPLUS NONE,VJOURNAL,COMPLETED,NONE,ZERO NONE,VJOURNAL,CONTACT,NONE,ZEROPLUS NONE,VJOURNAL,CREATED,NONE,ZEROORONE NONE,VJOURNAL,DESCRIPTION,NONE,ZEROORONE NONE,VJOURNAL,DTEND,NONE,ZERO NONE,VJOURNAL,DTSTAMP,NONE,ZEROORONE NONE,VJOURNAL,DTSTART,NONE,ZEROORONE NONE,VJOURNAL,DUE,NONE,ONEEXCLUSIVE NONE,VJOURNAL,DURATION,NONE,ONEEXCLUSIVE NONE,VJOURNAL,EXDATE,NONE,ZEROPLUS NONE,VJOURNAL,EXRULE,NONE,ZEROPLUS NONE,VJOURNAL,FREEBUSY,NONE,ZERO NONE,VJOURNAL,GEO,NONE,ZERO NONE,VJOURNAL,LASTMODIFIED,NONE,ZEROORONE NONE,VJOURNAL,LOCATION,NONE,ZERO NONE,VJOURNAL,METHOD,NONE,ZERO NONE,VJOURNAL,ORGANIZER,NONE,ZEROORONE NONE,VJOURNAL,PERCENTCOMPLETE,NONE,ZERO NONE,VJOURNAL,PRIORITY,NONE,ZERO NONE,VJOURNAL,PRODID,NONE,ZERO NONE,VJOURNAL,RDATE,NONE,ZEROPLUS NONE,VJOURNAL,RECURRENCEID,NONE,ZEROORONE,must_be_recurring NONE,VJOURNAL,RELATEDTO,NONE,ZEROPLUS NONE,VJOURNAL,REPEAT,NONE,ZERO NONE,VJOURNAL,REQUESTSTATUS,NONE,ZEROPLUS NONE,VJOURNAL,RESOURCES,NONE,ZERO NONE,VJOURNAL,RRULE,NONE,ZEROPLUS NONE,VJOURNAL,SEQUENCE,NONE,ZEROORONE NONE,VJOURNAL,STATUS,NONE,ZEROORONE NONE,VJOURNAL,SUMMARY,NONE,ZEROORONE NONE,VJOURNAL,TRANSP,NONE,ZERO NONE,VJOURNAL,TRIGGER,NONE,ZERO NONE,VJOURNAL,TZID,NONE,ZERO NONE,VJOURNAL,TZNAME,NONE,ZERO NONE,VJOURNAL,TZOFFSETFROM,NONE,ZERO NONE,VJOURNAL,TZOFFSETTO,NONE,ZERO NONE,VJOURNAL,TZURL,NONE,ZERO NONE,VJOURNAL,UID,NONE,ZEROORONE NONE,VJOURNAL,URL,NONE,ZEROORONE NONE,VJOURNAL,VERSION,NONE,ZERO NONE,VJOURNAL,X,NONE,ZEROPLUS NONE,VJOURNAL,COLOR,NONE,ZEROORONE NONE,VJOURNAL,IMAGE,NONE,ZEROPLUS NONE,VFREEBUSY,ACTION,NONE,ZERO NONE,VFREEBUSY,ATTACH,NONE,ZERO NONE,VFREEBUSY,ATTENDEE,NONE,ZEROPLUS NONE,VFREEBUSY,CALSCALE,NONE,ZERO NONE,VFREEBUSY,CATEGORIES,NONE,ZERO NONE,VFREEBUSY,CLASS,NONE,ZERO NONE,VFREEBUSY,COMMENT,NONE,ZEROPLUS NONE,VFREEBUSY,COMPLETED,NONE,ZERO NONE,VFREEBUSY,CONTACT,NONE,ZEROORONE NONE,VFREEBUSY,CREATED,NONE,ZERO NONE,VFREEBUSY,DESCRIPTION,NONE,ZERO NONE,VFREEBUSY,DTEND,NONE,ZEROORONE NONE,VFREEBUSY,DTSTAMP,NONE,ONE NONE,VFREEBUSY,DTSTART,NONE,ZEROORONE NONE,VFREEBUSY,DUE,NONE,ZERO NONE,VFREEBUSY,DURATION,NONE,ZERO NONE,VFREEBUSY,EXDATE,NONE,ZERO NONE,VFREEBUSY,EXRULE,NONE,ZERO NONE,VFREEBUSY,FREEBUSY,NONE,ZEROPLUS NONE,VFREEBUSY,GEO,NONE,ZERO NONE,VFREEBUSY,LASTMODIFIED,NONE,ZERO NONE,VFREEBUSY,LOCATION,NONE,ZERO NONE,VFREEBUSY,METHOD,NONE,ZERO NONE,VFREEBUSY,ORGANIZER,NONE,ZEROORONE NONE,VFREEBUSY,PERCENTCOMPLETE,NONE,ZERO NONE,VFREEBUSY,PRIORITY,NONE,ZERO NONE,VFREEBUSY,PRODID,NONE,ZERO NONE,VFREEBUSY,RDATE,NONE,ZERO NONE,VFREEBUSY,RECURRENCEID,NONE,ZERO NONE,VFREEBUSY,RELATEDTO,NONE,ZERO NONE,VFREEBUSY,REPEAT,NONE,ZERO NONE,VFREEBUSY,REQUESTSTATUS,NONE,ZEROPLUS NONE,VFREEBUSY,RESOURCES,NONE,ZERO NONE,VFREEBUSY,RRULE,NONE,ZERO NONE,VFREEBUSY,SEQUENCE,NONE,ZERO NONE,VFREEBUSY,STATUS,NONE,ZERO NONE,VFREEBUSY,SUMMARY,NONE,ZERO NONE,VFREEBUSY,TRANSP,NONE,ZERO NONE,VFREEBUSY,TRIGGER,NONE,ZERO NONE,VFREEBUSY,TZID,NONE,ZERO NONE,VFREEBUSY,TZNAME,NONE,ZERO NONE,VFREEBUSY,TZOFFSETFROM,NONE,ZERO NONE,VFREEBUSY,TZOFFSETTO,NONE,ZERO NONE,VFREEBUSY,TZURL,NONE,ZERO NONE,VFREEBUSY,UID,NONE,ONE NONE,VFREEBUSY,URL,NONE,ZEROORONE NONE,VFREEBUSY,VERSION,NONE,ZERO NONE,VFREEBUSY,X,NONE,ZEROPLUS NONE,VTIMEZONE,ACTION,NONE,ZERO NONE,VTIMEZONE,ATTACH,NONE,ZERO NONE,VTIMEZONE,ATTENDEE,NONE,ZERO NONE,VTIMEZONE,CALSCALE,NONE,ZERO NONE,VTIMEZONE,CATEGORIES,NONE,ZERO NONE,VTIMEZONE,CLASS,NONE,ZERO NONE,VTIMEZONE,COMMENT,NONE,ZERO NONE,VTIMEZONE,COMPLETED,NONE,ZERO NONE,VTIMEZONE,CONTACT,NONE,ZERO NONE,VTIMEZONE,CREATED,NONE,ZERO NONE,VTIMEZONE,DESCRIPTION,NONE,ZERO NONE,VTIMEZONE,DTEND,NONE,ZERO NONE,VTIMEZONE,DTSTAMP,NONE,ZERO NONE,VTIMEZONE,DTSTART,NONE,ZERO NONE,VTIMEZONE,DUE,NONE,ZERO NONE,VTIMEZONE,DURATION,NONE,ZERO NONE,VTIMEZONE,EXDATE,NONE,ZERO NONE,VTIMEZONE,EXRULE,NONE,ZERO NONE,VTIMEZONE,FREEBUSY,NONE,ZERO NONE,VTIMEZONE,GEO,NONE,ZERO NONE,VTIMEZONE,LASTMODIFIED,NONE,ZEROORONE NONE,VTIMEZONE,LOCATION,NONE,ZERO NONE,VTIMEZONE,METHOD,NONE,ZERO NONE,VTIMEZONE,ORGANIZER,NONE,ZERO NONE,VTIMEZONE,PERCENTCOMPLETE,NONE,ZERO NONE,VTIMEZONE,PRIORITY,NONE,ZERO NONE,VTIMEZONE,PRODID,NONE,ZERO NONE,VTIMEZONE,RDATE,NONE,ZERO NONE,VTIMEZONE,RECURRENCEID,NONE,ZERO NONE,VTIMEZONE,RELATEDTO,NONE,ZERO NONE,VTIMEZONE,REPEAT,NONE,ZERO NONE,VTIMEZONE,REQUESTSTATUS,NONE,ZERO NONE,VTIMEZONE,RESOURCES,NONE,ZERO NONE,VTIMEZONE,RRULE,NONE,ZERO NONE,VTIMEZONE,SEQUENCE,NONE,ZERO NONE,VTIMEZONE,STATUS,NONE,ZERO NONE,VTIMEZONE,SUMMARY,NONE,ZERO NONE,VTIMEZONE,TRANSP,NONE,ZERO NONE,VTIMEZONE,TRIGGER,NONE,ZERO NONE,VTIMEZONE,TZID,NONE,ONE NONE,VTIMEZONE,TZIDALIASOF,NONE,ZEROPLUS NONE,VTIMEZONE,TZNAME,NONE,ZERO NONE,VTIMEZONE,TZOFFSETFROM,NONE,ZERO NONE,VTIMEZONE,TZOFFSETTO,NONE,ZERO NONE,VTIMEZONE,TZUNTIL,NONE,ZEROORONE NONE,VTIMEZONE,TZURL,NONE,ZEROPLUS NONE,VTIMEZONE,UID,NONE,ZERO NONE,VTIMEZONE,URL,NONE,ZERO NONE,VTIMEZONE,VERSION,NONE,ZERO NONE,VTIMEZONE,X,NONE,ZEROPLUS NONE,VTIMEZONE,NONE,XSTANDARD,ZEROPLUS NONE,VTIMEZONE,NONE,XDAYLIGHT,ZEROPLUS NONE,XSTANDARD,ACTION,NONE,ZERO NONE,XSTANDARD,ATTACH,NONE,ZERO NONE,XSTANDARD,ATTENDEE,NONE,ZERO NONE,XSTANDARD,CALSCALE,NONE,ZERO NONE,XSTANDARD,CATEGORIES,NONE,ZERO NONE,XSTANDARD,CLASS,NONE,ZERO NONE,XSTANDARD,COMMENT,NONE,ZEROPLUS NONE,XSTANDARD,COMPLETED,NONE,ZERO NONE,XSTANDARD,CONTACT,NONE,ZERO NONE,XSTANDARD,CREATED,NONE,ZERO NONE,XSTANDARD,DESCRIPTION,NONE,ZERO NONE,XSTANDARD,DTEND,NONE,ZERO NONE,XSTANDARD,DTSTAMP,NONE,ZERO NONE,XSTANDARD,DTSTART,NONE,ONE NONE,XSTANDARD,DUE,NONE,ZERO NONE,XSTANDARD,DURATION,NONE,ZERO NONE,XSTANDARD,EXDATE,NONE,ZERO NONE,XSTANDARD,EXRULE,NONE,ZERO NONE,XSTANDARD,FREEBUSY,NONE,ZERO NONE,XSTANDARD,GEO,NONE,ZERO NONE,XSTANDARD,LASTMODIFIED,NONE,ZERO NONE,XSTANDARD,LOCATION,NONE,ZERO NONE,XSTANDARD,METHOD,NONE,ZERO NONE,XSTANDARD,ORGANIZER,NONE,ZERO NONE,XSTANDARD,PERCENTCOMPLETE,NONE,ZERO NONE,XSTANDARD,PRIORITY,NONE,ZERO NONE,XSTANDARD,PRODID,NONE,ZERO NONE,XSTANDARD,RDATE,NONE,ZEROPLUS NONE,XSTANDARD,RECURRENCEID,NONE,ZERO NONE,XSTANDARD,RELATEDTO,NONE,ZERO NONE,XSTANDARD,REPEAT,NONE,ZERO NONE,XSTANDARD,REQUESTSTATUS,NONE,ZERO NONE,XSTANDARD,RESOURCES,NONE,ZERO NONE,XSTANDARD,RRULE,NONE,ZEROPLUS NONE,XSTANDARD,SEQUENCE,NONE,ZERO NONE,XSTANDARD,STATUS,NONE,ZERO NONE,XSTANDARD,SUMMARY,NONE,ZERO NONE,XSTANDARD,TRANSP,NONE,ZERO NONE,XSTANDARD,TRIGGER,NONE,ZERO NONE,XSTANDARD,TZID,NONE,ZERO NONE,XSTANDARD,TZNAME,NONE,ZEROPLUS NONE,XSTANDARD,TZOFFSETFROM,NONE,ONE NONE,XSTANDARD,TZOFFSETTO,NONE,ONE NONE,XSTANDARD,TZURL,NONE,ZERO NONE,XSTANDARD,UID,NONE,ZERO NONE,XSTANDARD,URL,NONE,ZERO NONE,XSTANDARD,VERSION,NONE,ZERO NONE,XSTANDARD,X,NONE,ZEROPLUS NONE,XDAYLIGHT,ACTION,NONE,ZERO NONE,XDAYLIGHT,ATTACH,NONE,ZERO NONE,XDAYLIGHT,ATTENDEE,NONE,ZERO NONE,XDAYLIGHT,CALSCALE,NONE,ZERO NONE,XDAYLIGHT,CATEGORIES,NONE,ZERO NONE,XDAYLIGHT,CLASS,NONE,ZERO NONE,XDAYLIGHT,COMMENT,NONE,ZEROPLUS NONE,XDAYLIGHT,COMPLETED,NONE,ZERO NONE,XDAYLIGHT,CONTACT,NONE,ZERO NONE,XDAYLIGHT,CREATED,NONE,ZERO NONE,XDAYLIGHT,DESCRIPTION,NONE,ZERO NONE,XDAYLIGHT,DTEND,NONE,ZERO NONE,XDAYLIGHT,DTSTAMP,NONE,ZERO NONE,XDAYLIGHT,DTSTART,NONE,ONE NONE,XDAYLIGHT,DUE,NONE,ZERO NONE,XDAYLIGHT,DURATION,NONE,ZERO NONE,XDAYLIGHT,EXDATE,NONE,ZERO NONE,XDAYLIGHT,EXRULE,NONE,ZERO NONE,XDAYLIGHT,FREEBUSY,NONE,ZERO NONE,XDAYLIGHT,GEO,NONE,ZERO NONE,XDAYLIGHT,LASTMODIFIED,NONE,ZERO NONE,XDAYLIGHT,LOCATION,NONE,ZERO NONE,XDAYLIGHT,METHOD,NONE,ZERO NONE,XDAYLIGHT,ORGANIZER,NONE,ZERO NONE,XDAYLIGHT,PERCENTCOMPLETE,NONE,ZERO NONE,XDAYLIGHT,PRIORITY,NONE,ZERO NONE,XDAYLIGHT,PRODID,NONE,ZERO NONE,XDAYLIGHT,RDATE,NONE,ZEROPLUS NONE,XDAYLIGHT,RECURRENCEID,NONE,ZERO NONE,XDAYLIGHT,RELATEDTO,NONE,ZERO NONE,XDAYLIGHT,REPEAT,NONE,ZERO NONE,XDAYLIGHT,REQUESTSTATUS,NONE,ZERO NONE,XDAYLIGHT,RESOURCES,NONE,ZERO NONE,XDAYLIGHT,RRULE,NONE,ZEROPLUS NONE,XDAYLIGHT,SEQUENCE,NONE,ZERO NONE,XDAYLIGHT,STATUS,NONE,ZERO NONE,XDAYLIGHT,SUMMARY,NONE,ZERO NONE,XDAYLIGHT,TRANSP,NONE,ZERO NONE,XDAYLIGHT,TRIGGER,NONE,ZERO NONE,XDAYLIGHT,TZID,NONE,ZERO NONE,XDAYLIGHT,TZNAME,NONE,ZEROPLUS NONE,XDAYLIGHT,TZOFFSETFROM,NONE,ONE NONE,XDAYLIGHT,TZOFFSETTO,NONE,ONE NONE,XDAYLIGHT,TZURL,NONE,ZERO NONE,XDAYLIGHT,UID,NONE,ZERO NONE,XDAYLIGHT,URL,NONE,ZERO NONE,XDAYLIGHT,VERSION,NONE,ZERO NONE,XDAYLIGHT,X,NONE,ZEROPLUS NONE,XAUDIOALARM,ACTION,NONE,ONE NONE,XAUDIOALARM,ATTACH,NONE,ZEROORONE NONE,XAUDIOALARM,ATTENDEE,NONE,ZERO NONE,XAUDIOALARM,CALSCALE,NONE,ZERO NONE,XAUDIOALARM,CATEGORIES,NONE,ZERO NONE,XAUDIOALARM,CLASS,NONE,ZERO NONE,XAUDIOALARM,COMMENT,NONE,ZERO NONE,XAUDIOALARM,COMPLETED,NONE,ZERO NONE,XAUDIOALARM,CONTACT,NONE,ZERO NONE,XAUDIOALARM,CREATED,NONE,ZERO NONE,XAUDIOALARM,DESCRIPTION,NONE,ZERO NONE,XAUDIOALARM,DTEND,NONE,ZERO NONE,XAUDIOALARM,DTSTAMP,NONE,ZERO NONE,XAUDIOALARM,DTSTART,NONE,ZERO NONE,XAUDIOALARM,DUE,NONE,ZERO NONE,XAUDIOALARM,DURATION,NONE,ONEMUTUAL,must_have_repeat NONE,XAUDIOALARM,REPEAT,NONE,ONEMUTUAL,must_have_duration NONE,XAUDIOALARM,EXDATE,NONE,ZERO NONE,XAUDIOALARM,EXRULE,NONE,ZERO NONE,XAUDIOALARM,FREEBUSY,NONE,ZERO NONE,XAUDIOALARM,GEO,NONE,ZERO NONE,XAUDIOALARM,LASTMODIFIED,NONE,ZERO NONE,XAUDIOALARM,LOCATION,NONE,ZERO NONE,XAUDIOALARM,METHOD,NONE,ZERO NONE,XAUDIOALARM,ORGANIZER,NONE,ZERO NONE,XAUDIOALARM,PERCENTCOMPLETE,NONE,ZERO NONE,XAUDIOALARM,PRIORITY,NONE,ZERO NONE,XAUDIOALARM,PRODID,NONE,ZERO NONE,XAUDIOALARM,RDATE,NONE,ZERO NONE,XAUDIOALARM,RECURRENCEID,NONE,ZERO NONE,XAUDIOALARM,RELATEDTO,NONE,ZERO NONE,XAUDIOALARM,REQUESTSTATUS,NONE,ZERO NONE,XAUDIOALARM,RESOURCES,NONE,ZERO NONE,XAUDIOALARM,RRULE,NONE,ZERO NONE,XAUDIOALARM,SEQUENCE,NONE,ZERO NONE,XAUDIOALARM,STATUS,NONE,ZERO NONE,XAUDIOALARM,SUMMARY,NONE,ZERO NONE,XAUDIOALARM,TRANSP,NONE,ZERO NONE,XAUDIOALARM,TRIGGER,NONE,ONE NONE,XAUDIOALARM,TZID,NONE,ZERO NONE,XAUDIOALARM,TZNAME,NONE,ZERO NONE,XAUDIOALARM,TZOFFSETFROM,NONE,ZERO NONE,XAUDIOALARM,TZOFFSETTO,NONE,ZERO NONE,XAUDIOALARM,TZURL,NONE,ZERO NONE,XAUDIOALARM,UID,NONE,ZERO NONE,XAUDIOALARM,URL,NONE,ZERO NONE,XAUDIOALARM,VERSION,NONE,ZERO NONE,XAUDIOALARM,X,NONE,ZEROPLUS NONE,XDISPLAYALARM,ACTION,NONE,ONE NONE,XDISPLAYALARM,ATTACH,NONE,ZERO NONE,XDISPLAYALARM,ATTENDEE,NONE,ZERO NONE,XDISPLAYALARM,CALSCALE,NONE,ZERO NONE,XDISPLAYALARM,CATEGORIES,NONE,ZERO NONE,XDISPLAYALARM,CLASS,NONE,ZERO NONE,XDISPLAYALARM,COMMENT,NONE,ZERO NONE,XDISPLAYALARM,COMPLETED,NONE,ZERO NONE,XDISPLAYALARM,CONTACT,NONE,ZERO NONE,XDISPLAYALARM,CREATED,NONE,ZERO NONE,XDISPLAYALARM,DESCRIPTION,NONE,ONE NONE,XDISPLAYALARM,DTEND,NONE,ZERO NONE,XDISPLAYALARM,DTSTAMP,NONE,ZERO NONE,XDISPLAYALARM,DTSTART,NONE,ZERO NONE,XDISPLAYALARM,DUE,NONE,ZERO NONE,XDISPLAYALARM,DURATION,NONE,ONEMUTUAL,must_have_repeat NONE,XDISPLAYALARM,REPEAT,NONE,ONEMUTUAL,must_have_duration NONE,XDISPLAYALARM,EXDATE,NONE,ZERO NONE,XDISPLAYALARM,EXRULE,NONE,ZERO NONE,XDISPLAYALARM,FREEBUSY,NONE,ZERO NONE,XDISPLAYALARM,GEO,NONE,ZERO NONE,XDISPLAYALARM,LASTMODIFIED,NONE,ZERO NONE,XDISPLAYALARM,LOCATION,NONE,ZERO NONE,XDISPLAYALARM,METHOD,NONE,ZERO NONE,XDISPLAYALARM,ORGANIZER,NONE,ZERO NONE,XDISPLAYALARM,PERCENTCOMPLETE,NONE,ZERO NONE,XDISPLAYALARM,PRIORITY,NONE,ZERO NONE,XDISPLAYALARM,PRODID,NONE,ZERO NONE,XDISPLAYALARM,RDATE,NONE,ZERO NONE,XDISPLAYALARM,RECURRENCEID,NONE,ZERO NONE,XDISPLAYALARM,RELATEDTO,NONE,ZERO NONE,XDISPLAYALARM,REQUESTSTATUS,NONE,ZERO NONE,XDISPLAYALARM,RESOURCES,NONE,ZERO NONE,XDISPLAYALARM,RRULE,NONE,ZERO NONE,XDISPLAYALARM,SEQUENCE,NONE,ZERO NONE,XDISPLAYALARM,STATUS,NONE,ZERO NONE,XDISPLAYALARM,SUMMARY,NONE,ZERO NONE,XDISPLAYALARM,TRANSP,NONE,ZERO NONE,XDISPLAYALARM,TRIGGER,NONE,ONE NONE,XDISPLAYALARM,TZID,NONE,ZERO NONE,XDISPLAYALARM,TZNAME,NONE,ZERO NONE,XDISPLAYALARM,TZOFFSETFROM,NONE,ZERO NONE,XDISPLAYALARM,TZOFFSETTO,NONE,ZERO NONE,XDISPLAYALARM,TZURL,NONE,ZERO NONE,XDISPLAYALARM,UID,NONE,ZERO NONE,XDISPLAYALARM,URL,NONE,ZERO NONE,XDISPLAYALARM,VERSION,NONE,ZERO NONE,XDISPLAYALARM,X,NONE,ZEROPLUS NONE,XEMAILALARM,ACTION,NONE,ONE,must_be_email NONE,XEMAILALARM,ATTACH,NONE,ZEROPLUS NONE,XEMAILALARM,ATTENDEE,NONE,ONEPLUS NONE,XEMAILALARM,CALSCALE,NONE,ZERO NONE,XEMAILALARM,CATEGORIES,NONE,ZERO NONE,XEMAILALARM,CLASS,NONE,ZERO NONE,XEMAILALARM,COMMENT,NONE,ZERO NONE,XEMAILALARM,COMPLETED,NONE,ZERO NONE,XEMAILALARM,CONTACT,NONE,ZERO NONE,XEMAILALARM,CREATED,NONE,ZERO NONE,XEMAILALARM,DESCRIPTION,NONE,ONE NONE,XEMAILALARM,DTEND,NONE,ZERO NONE,XEMAILALARM,DTSTAMP,NONE,ZERO NONE,XEMAILALARM,DTSTART,NONE,ZERO NONE,XEMAILALARM,DUE,NONE,ZERO NONE,XEMAILALARM,DURATION,NONE,ONEMUTUAL,must_have_repeat NONE,XEMAILALARM,REPEAT,NONE,ONEMUTUAL,must_have_duration NONE,XEMAILALARM,EXDATE,NONE,ZERO NONE,XEMAILALARM,EXRULE,NONE,ZERO NONE,XEMAILALARM,FREEBUSY,NONE,ZERO NONE,XEMAILALARM,GEO,NONE,ZERO NONE,XEMAILALARM,LASTMODIFIED,NONE,ZERO NONE,XEMAILALARM,LOCATION,NONE,ZERO NONE,XEMAILALARM,METHOD,NONE,ZERO NONE,XEMAILALARM,ORGANIZER,NONE,ZERO NONE,XEMAILALARM,PERCENTCOMPLETE,NONE,ZERO NONE,XEMAILALARM,PRIORITY,NONE,ZERO NONE,XEMAILALARM,PRODID,NONE,ZERO NONE,XEMAILALARM,RDATE,NONE,ZERO NONE,XEMAILALARM,RECURRENCEID,NONE,ZERO NONE,XEMAILALARM,RELATEDTO,NONE,ZERO NONE,XEMAILALARM,REQUESTSTATUS,NONE,ZERO NONE,XEMAILALARM,RESOURCES,NONE,ZERO NONE,XEMAILALARM,RRULE,NONE,ZERO NONE,XEMAILALARM,SEQUENCE,NONE,ZERO NONE,XEMAILALARM,STATUS,NONE,ZERO NONE,XEMAILALARM,SUMMARY,NONE,ONE NONE,XEMAILALARM,TRANSP,NONE,ZERO NONE,XEMAILALARM,TRIGGER,NONE,ONE NONE,XEMAILALARM,TZID,NONE,ZERO NONE,XEMAILALARM,TZNAME,NONE,ZERO NONE,XEMAILALARM,TZOFFSETFROM,NONE,ZERO NONE,XEMAILALARM,TZOFFSETTO,NONE,ZERO NONE,XEMAILALARM,TZURL,NONE,ZERO NONE,XEMAILALARM,UID,NONE,ZERO NONE,XEMAILALARM,URL,NONE,ZERO NONE,XEMAILALARM,VERSION,NONE,ZERO NONE,XEMAILALARM,X,NONE,ZEROPLUS NONE,XPROCEDUREALARM,ACTION,NONE,ONE NONE,XPROCEDUREALARM,ATTACH,NONE,ZEROORONE NONE,XPROCEDUREALARM,ATTENDEE,NONE,ZERO NONE,XPROCEDUREALARM,CALSCALE,NONE,ZERO NONE,XPROCEDUREALARM,CATEGORIES,NONE,ZERO NONE,XPROCEDUREALARM,CLASS,NONE,ZERO NONE,XPROCEDUREALARM,COMMENT,NONE,ZERO NONE,XPROCEDUREALARM,COMPLETED,NONE,ZERO NONE,XPROCEDUREALARM,CONTACT,NONE,ZERO NONE,XPROCEDUREALARM,CREATED,NONE,ZERO NONE,XPROCEDUREALARM,DESCRIPTION,NONE,ZEROORONE NONE,XPROCEDUREALARM,DTEND,NONE,ZERO NONE,XPROCEDUREALARM,DTSTAMP,NONE,ZERO NONE,XPROCEDUREALARM,DTSTART,NONE,ZERO NONE,XPROCEDUREALARM,DUE,NONE,ZERO NONE,XPROCEDUREALARM,DURATION,NONE,ONEMUTUAL,must_have_repeat NONE,XPROCEDUREALARM,REPEAT,NONE,ONEMUTUAL,must_have_duration NONE,XPROCEDUREALARM,EXDATE,NONE,ZERO NONE,XPROCEDUREALARM,EXRULE,NONE,ZERO NONE,XPROCEDUREALARM,FREEBUSY,NONE,ZERO NONE,XPROCEDUREALARM,GEO,NONE,ZERO NONE,XPROCEDUREALARM,LASTMODIFIED,NONE,ZERO NONE,XPROCEDUREALARM,LOCATION,NONE,ZERO NONE,XPROCEDUREALARM,METHOD,NONE,ZERO NONE,XPROCEDUREALARM,ORGANIZER,NONE,ZERO NONE,XPROCEDUREALARM,PERCENTCOMPLETE,NONE,ZERO NONE,XPROCEDUREALARM,PRIORITY,NONE,ZERO NONE,XPROCEDUREALARM,PRODID,NONE,ZERO NONE,XPROCEDUREALARM,RDATE,NONE,ZERO NONE,XPROCEDUREALARM,RECURRENCEID,NONE,ZERO NONE,XPROCEDUREALARM,RELATEDTO,NONE,ZERO NONE,XPROCEDUREALARM,REQUESTSTATUS,NONE,ZERO NONE,XPROCEDUREALARM,RESOURCES,NONE,ZERO NONE,XPROCEDUREALARM,RRULE,NONE,ZERO NONE,XPROCEDUREALARM,SEQUENCE,NONE,ZERO NONE,XPROCEDUREALARM,STATUS,NONE,ZERO NONE,XPROCEDUREALARM,SUMMARY,NONE,ZERO NONE,XPROCEDUREALARM,TRANSP,NONE,ZERO NONE,XPROCEDUREALARM,TRIGGER,NONE,ONE NONE,XPROCEDUREALARM,TZID,NONE,ZERO NONE,XPROCEDUREALARM,TZNAME,NONE,ZERO NONE,XPROCEDUREALARM,TZOFFSETFROM,NONE,ZERO NONE,XPROCEDUREALARM,TZOFFSETTO,NONE,ZERO NONE,XPROCEDUREALARM,TZURL,NONE,ZERO NONE,XPROCEDUREALARM,UID,NONE,ZERO NONE,XPROCEDUREALARM,URL,NONE,ZERO NONE,XPROCEDUREALARM,VERSION,NONE,ZERO NONE,XPROCEDUREALARM,X,NONE,ZEROPLUS NONE,VQUERY,QUERY,NONE,ZEROORONE NONE,VQUERY,QUERYNAME,NONE,ONE NONE,VQUERY,EXPAND,NONE,ONE NONE,VAVAILABILITY,ACTION,NONE,ZERO NONE,VAVAILABILITY,ATTACH,NONE,ZERO NONE,VAVAILABILITY,ATTENDEE,NONE,ZERO NONE,VAVAILABILITY,BUSYTYPE,NONE,ZEROORONE NONE,VAVAILABILITY,CALSCALE,NONE,ZERO NONE,VAVAILABILITY,CATEGORIES,NONE,ZEROPLUS NONE,VAVAILABILITY,CLASS,NONE,ZEROORONE NONE,VAVAILABILITY,COMMENT,NONE,ZEROPLUS NONE,VAVAILABILITY,COMPLETED,NONE,ZERO NONE,VAVAILABILITY,CONTACT,NONE,ZEROPLUS NONE,VAVAILABILITY,CREATED,NONE,ZEROORONE NONE,VAVAILABILITY,DESCRIPTION,NONE,ZEROORONE NONE,VAVAILABILITY,DTEND,NONE,ONEEXCLUSIVE,no_duration NONE,VAVAILABILITY,DTSTAMP,NONE,ONE NONE,VAVAILABILITY,DTSTART,NONE,ZEROORONE NONE,VAVAILABILITY,DUE,NONE,ZERO NONE,VAVAILABILITY,DURATION,NONE,ONEEXCLUSIVE,no_dtend NONE,VAVAILABILITY,EXDATE,NONE,ZERO NONE,VAVAILABILITY,EXRULE,NONE,ZERO NONE,VAVAILABILITY,FREEBUSY,NONE,ZERO NONE,VAVAILABILITY,GEO,NONE,ZERO NONE,VAVAILABILITY,LASTMODIFIED,NONE,ZEROORONE NONE,VAVAILABILITY,LOCATION,NONE,ZERO NONE,VAVAILABILITY,METHOD,NONE,ZERO NONE,VAVAILABILITY,ORGANIZER,NONE,ZEROORONE NONE,VAVAILABILITY,PERCENTCOMPLETE,NONE,ZERO NONE,VAVAILABILITY,PRIORITY,NONE,ZEROORONE NONE,VAVAILABILITY,PRODID,NONE,ZERO NONE,VAVAILABILITY,RDATE,NONE,ZERO NONE,VAVAILABILITY,RECURRENCEID,NONE,ZERO NONE,VAVAILABILITY,RELATEDTO,NONE,ZERO NONE,VAVAILABILITY,REPEAT,NONE,ZERO NONE,VAVAILABILITY,REQUESTSTATUS,NONE,ZERO NONE,VAVAILABILITY,RESOURCES,NONE,ZERO NONE,VAVAILABILITY,RRULE,NONE,ZERO NONE,VAVAILABILITY,SEQUENCE,NONE,ZEROORONE NONE,VAVAILABILITY,STATUS,NONE,ZERO NONE,VAVAILABILITY,SUMMARY,NONE,ZEROORONE NONE,VAVAILABILITY,TRANSP,NONE,ZERO NONE,VAVAILABILITY,TRIGGER,NONE,ZERO NONE,VAVAILABILITY,TZID,NONE,ZERO NONE,VAVAILABILITY,TZNAME,NONE,ZERO NONE,VAVAILABILITY,TZOFFSETFROM,NONE,ZERO NONE,VAVAILABILITY,TZOFFSETTO,NONE,ZERO NONE,VAVAILABILITY,TZURL,NONE,ZERO NONE,VAVAILABILITY,UID,NONE,ONE NONE,VAVAILABILITY,URL,NONE,ZEROORONE NONE,VAVAILABILITY,VERSION,NONE,ZERO NONE,VAVAILABILITY,X,NONE,ZEROPLUS NONE,VAVAILABILITY,NONE,XAVAILABLE,ZEROPLUS NONE,XAVAILABLE,ACTION,NONE,ZERO NONE,XAVAILABLE,ATTACH,NONE,ZERO NONE,XAVAILABLE,ATTENDEE,NONE,ZERO NONE,XAVAILABLE,CALSCALE,NONE,ZERO NONE,XAVAILABLE,CATEGORIES,NONE,ZEROPLUS NONE,XAVAILABLE,CLASS,NONE,ZERO NONE,XAVAILABLE,COMMENT,NONE,ZEROPLUS NONE,XAVAILABLE,COMPLETED,NONE,ZERO NONE,XAVAILABLE,CONTACT,NONE,ZEROPLUS NONE,XAVAILABLE,CREATED,NONE,ZEROORONE NONE,XAVAILABLE,DESCRIPTION,NONE,ZEROORONE NONE,XAVAILABLE,DTEND,NONE,ONEEXCLUSIVE,no_duration NONE,XAVAILABLE,DTSTAMP,NONE,ONE NONE,XAVAILABLE,DTSTART,NONE,ONE NONE,XAVAILABLE,DUE,NONE,ZERO NONE,XAVAILABLE,DURATION,NONE,ONEEXCLUSIVE,no_dtend NONE,XAVAILABLE,EXDATE,NONE,ZEROPLUS NONE,XAVAILABLE,EXRULE,NONE,ZERO NONE,XAVAILABLE,FREEBUSY,NONE,ZERO NONE,XAVAILABLE,GEO,NONE,ZERO NONE,XAVAILABLE,LASTMODIFIED,NONE,ZEROORONE NONE,XAVAILABLE,LOCATION,NONE,ZERO NONE,XAVAILABLE,METHOD,NONE,ZERO NONE,XAVAILABLE,ORGANIZER,NONE,ZERO NONE,XAVAILABLE,PERCENTCOMPLETE,NONE,ZERO NONE,XAVAILABLE,PRIORITY,NONE,ZERO NONE,XAVAILABLE,PRODID,NONE,ZERO NONE,XAVAILABLE,RDATE,NONE,ZEROPLUS NONE,XAVAILABLE,RECURRENCEID,NONE,ZEROORONE,must_be_recurring NONE,XAVAILABLE,RELATEDTO,NONE,ZERO NONE,XAVAILABLE,REPEAT,NONE,ZERO NONE,XAVAILABLE,REQUESTSTATUS,NONE,ZERO NONE,XAVAILABLE,RESOURCES,NONE,ZERO NONE,XAVAILABLE,RRULE,NONE,ZEROORONE NONE,XAVAILABLE,SEQUENCE,NONE,ZERO NONE,XAVAILABLE,STATUS,NONE,ZERO NONE,XAVAILABLE,SUMMARY,NONE,ZEROORONE NONE,XAVAILABLE,TRANSP,NONE,ZERO NONE,XAVAILABLE,TRIGGER,NONE,ZERO NONE,XAVAILABLE,TZID,NONE,ZERO NONE,XAVAILABLE,TZNAME,NONE,ZERO NONE,XAVAILABLE,TZOFFSETFROM,NONE,ZERO NONE,XAVAILABLE,TZOFFSETTO,NONE,ZERO NONE,XAVAILABLE,TZURL,NONE,ZERO NONE,XAVAILABLE,UID,NONE,ONE NONE,XAVAILABLE,URL,NONE,ZERO NONE,XAVAILABLE,VERSION,NONE,ZERO NONE,XAVAILABLE,X,NONE,ZEROPLUS PUBLISH,VPOLL,NONE,NONE,ONEPLUS PUBLISH,VPOLL,DTSTAMP,NONE,ONE PUBLISH,VPOLL,DTSTART,NONE,ZEROORONE PUBLISH,VPOLL,ORGANIZER,NONE,ONE PUBLISH,VPOLL,SUMMARY,NONE,ONE PUBLISH,VPOLL,UID,NONE,ONE PUBLISH,VPOLL,SEQUENCE,NONE,ZEROORONE PUBLISH,VPOLL,ACCEPTRESPONSE,NONE,ZEROORONE PUBLISH,VPOLL,ATTACH,NONE,ZEROPLUS PUBLISH,VPOLL,CATEGORIES,NONE,ZEROPLUS #Non-standard PUBLISH,VPOLL,CLASS,NONE,ZEROORONE PUBLISH,VPOLL,COMMENT,NONE,ZEROPLUS PUBLISH,VPOLL,COMPLETED,NONE,ZEROORONE PUBLISH,VPOLL,CONTACT,NONE,ZEROORONE PUBLISH,VPOLL,CREATED,NONE,ZEROORONE PUBLISH,VPOLL,DESCRIPTION,NONE,ZEROORONE PUBLISH,VPOLL,DTEND,NONE,ONEEXCLUSIVE,no_duration PUBLISH,VPOLL,DURATION,NONE,ONEEXCLUSIVE,no_dtend PUBLISH,VPOLL,LASTMODIFIED,NONE,ZEROORONE PUBLISH,VPOLL,POLLCOMPLETION,NONE,ZEROORONE PUBLISH,VPOLL,POLLITEMID,NONE,ZERO PUBLISH,VPOLL,POLLMODE,NONE,ZEROORONE PUBLISH,VPOLL,POLLPROPERTIES,NONE,ZEROORONE PUBLISH,VPOLL,PRIORITY,NONE,ZEROORONE PUBLISH,VPOLL,RELATEDTO,NONE,ZEROPLUS PUBLISH,VPOLL,RESOURCES,NONE,ZEROPLUS PUBLISH,VPOLL,STATUS,NONE,ZEROORONE PUBLISH,VPOLL,URL,NONE,ZEROORONE PUBLISH,VPOLL,X,NONE,ZEROPLUS PUBLISH,VPOLL,REQUESTSTATUS,NONE,ZERO PUBLISH,VPOLL,NONE,VVOTER,ZEROPLUS PUBLISH,VPOLL,NONE,VALARM,ZEROPLUS PUBLISH,VPOLL,NONE,VEVENT,ZEROPLUS PUBLISH,VPOLL,NONE,VFREEBUSY,ZERO PUBLISH,VPOLL,NONE,VAVAILABILITY,ZERO PUBLISH,VPOLL,NONE,VJOURNAL,ZEROPLUS PUBLISH,VPOLL,NONE,VTODO,ZEROPLUS PUBLISH,VPOLL,NONE,VTIMEZONE,ZEROPLUS,must_if_tz_ref PUBLISH,VPOLL,NONE,X,ZEROPLUS REQUEST,VPOLL,NONE,NONE,ONE REQUEST,VPOLL,DTSTAMP,NONE,ONE REQUEST,VPOLL,DTSTART,NONE,ZEROORONE REQUEST,VPOLL,ORGANIZER,NONE,ONE REQUEST,VPOLL,SEQUENCE,NONE,ZEROORONE REQUEST,VPOLL,SUMMARY,NONE,ONE REQUEST,VPOLL,UID,NONE,ONE REQUEST,VPOLL,ACCEPTRESPONSE,NONE,ZEROORONE REQUEST,VPOLL,ATTACH,NONE,ZEROPLUS REQUEST,VPOLL,CATEGORIES,NONE,ZEROPLUS #Non-standard REQUEST,VPOLL,CLASS,NONE,ZEROORONE REQUEST,VPOLL,COMMENT,NONE,ZEROPLUS REQUEST,VPOLL,COMPLETED,NONE,ZEROORONE REQUEST,VPOLL,CONTACT,NONE,ZEROPLUS REQUEST,VPOLL,CREATED,NONE,ZEROORONE REQUEST,VPOLL,DESCRIPTION,NONE,ZEROORONE REQUEST,VPOLL,DTEND,NONE,ONEEXCLUSIVE,no_duration REQUEST,VPOLL,DURATION,NONE,ONEEXCLUSIVE,no_dtend REQUEST,VPOLL,GEO,NONE,ZEROORONE REQUEST,VPOLL,LASTMODIFIED,NONE,ZEROORONE REQUEST,VPOLL,LOCATION,NONE,ZEROORONE REQUEST,VPOLL,POLLCOMPLETION,NONE,ZEROORONE REQUEST,VPOLL,POLLITEMID,NONE,ZERO REQUEST,VPOLL,POLLMODE,NONE,ZEROORONE REQUEST,VPOLL,POLLPROPERTIES,NONE,ZEROORONE REQUEST,VPOLL,PRIORITY,NONE,ZEROORONE REQUEST,VPOLL,RELATEDTO,NONE,ZEROPLUS REQUEST,VPOLL,REQUESTSTATUS,NONE,ZERO REQUEST,VPOLL,RESOURCES,NONE,ZEROPLUS REQUEST,VPOLL,STATUS,NONE,ZEROORONE REQUEST,VPOLL,TRANSP,NONE,ZEROORONE REQUEST,VPOLL,URL,NONE,ZEROORONE REQUEST,VPOLL,X,NONE,ZEROPLUS REQUEST,VPOLL,NONE,VVOTER,ONEPLUS REQUEST,VPOLL,NONE,VALARM,ZEROPLUS REQUEST,VPOLL,NONE,VTIMEZONE,ZEROPLUS,must_if_tz_ref REQUEST,VPOLL,NONE,X,ZEROPLUS REQUEST,VPOLL,NONE,VEVENT,ZEROPLUS REQUEST,VPOLL,NONE,VFREEBUSY,ZERO REQUEST,VPOLL,NONE,VAVAILABILITY,ZERO REQUEST,VPOLL,NONE,VJOURNAL,ZEROPLUS REQUEST,VPOLL,NONE,VTODO,ZEROPLUS REPLY,VPOLL,NONE,NONE,ONEPLUS REPLY,VPOLL,DTSTAMP,NONE,ONE REPLY,VPOLL,ORGANIZER,NONE,ONE REPLY,VPOLL,UID,NONE,ONE REPLY,VPOLL,SEQUENCE,NONE,ZEROORONE REPLY,VPOLL,ACCEPTRESPONSE,NONE,ZEROORONE REPLY,VPOLL,ATTACH,NONE,ZEROPLUS REPLY,VPOLL,CATEGORIES,NONE,ZEROPLUS #Non-standard REPLY,VPOLL,CLASS,NONE,ZEROORONE REPLY,VPOLL,COMMENT,NONE,ZEROPLUS REPLY,VPOLL,COMPLETED,NONE,ZEROORONE REPLY,VPOLL,CONTACT,NONE,ZEROPLUS REPLY,VPOLL,CREATED,NONE,ZEROORONE REPLY,VPOLL,DESCRIPTION,NONE,ZEROORONE REPLY,VPOLL,DTEND,NONE,ONEEXCLUSIVE,no_duration REPLY,VPOLL,DTSTART,NONE,ZEROORONE REPLY,VPOLL,DURATION,NONE,ONEEXCLUSIVE,no_dtend REPLY,VPOLL,GEO,NONE,ZEROORONE REPLY,VPOLL,LASTMODIFIED,NONE,ZEROORONE REPLY,VPOLL,LOCATION,NONE,ZEROORONE REPLY,VPOLL,POLLCOMPLETION,NONE,ZERO REPLY,VPOLL,POLLITEMID,NONE,ONEPLUS REPLY,VPOLL,POLLMODE,NONE,ZERO REPLY,VPOLL,POLLPROPERTIES,NONE,ZERO REPLY,VPOLL,PRIORITY,NONE,ZEROORONE REPLY,VPOLL,RELATEDTO,NONE,ZEROPLUS REPLY,VPOLL,RESOURCES,NONE,ZEROPLUS REPLY,VPOLL,REQUESTSTATUS,NONE,ZEROPLUS REPLY,VPOLL,STATUS,NONE,ZEROORONE REPLY,VPOLL,SUMMARY,NONE,ZEROORONE REPLY,VPOLL,TRANSP,NONE,ZEROORONE REPLY,VPOLL,URL,NONE,ZEROORONE REPLY,VPOLL,X,NONE,ZEROPLUS REPLY,VPOLL,NONE,VVOTER,ONE REPLY,VPOLL,NONE,VALARM,ZERO REPLY,VPOLL,NONE,VTIMEZONE,ZEROORONE,must_if_tz_ref REPLY,VPOLL,NONE,X,ZEROPLUS REPLY,VPOLL,NONE,VEVENT,ZERO REPLY,VPOLL,NONE,VFREEBUSY,ZERO REPLY,VPOLL,NONE,VAVAILABILITY,ZERO REPLY,VPOLL,NONE,VJOURNAL,ZERO REPLY,VPOLL,NONE,VTODO,ZERO CANCEL,VPOLL,NONE,NONE,ONEPLUS CANCEL,VPOLL,UID,NONE,ONE CANCEL,VPOLL,DTSTAMP,NONE,ONE CANCEL,VPOLL,ORGANIZER,NONE,ONE CANCEL,VPOLL,SEQUENCE,NONE,ONE CANCEL,VPOLL,ATTACH,NONE,ZEROPLUS CANCEL,VPOLL,ACCEPTRESPONSE,NONE,ZEROORONE CANCEL,VPOLL,COMMENT,NONE,ZEROPLUS CANCEL,VPOLL,COMPLETED,NONE,ZEROORONE CANCEL,VPOLL,CATEGORIES,NONE,ZEROPLUS #Non-standard CANCEL,VPOLL,CLASS,NONE,ZEROORONE CANCEL,VPOLL,CONTACT,NONE,ZEROPLUS CANCEL,VPOLL,CREATED,NONE,ZEROORONE CANCEL,VPOLL,DESCRIPTION,NONE,ZEROORONE CANCEL,VPOLL,DTEND,NONE,ONEEXCLUSIVE,no_duration CANCEL,VPOLL,DTSTART,NONE,ZEROORONE CANCEL,VPOLL,DURATION,NONE,ONEEXCLUSIVE,no_dtend CANCEL,VPOLL,GEO,NONE,ZEROORONE CANCEL,VPOLL,LASTMODIFIED,NONE,ZEROORONE CANCEL,VPOLL,LOCATION,NONE,ZEROORONE CANCEL,VPOLL,POLLCOMPLETION,NONE,ZERO CANCEL,VPOLL,POLLITEMID,NONE,ZERO CANCEL,VPOLL,POLLMODE,NONE,ZERO CANCEL,VPOLL,POLLPROPERTIES,NONE,ZERO CANCEL,VPOLL,PRIORITY,NONE,ZEROORONE CANCEL,VPOLL,RELATEDTO,NONE,ZEROPLUS CANCEL,VPOLL,RESOURCES,NONE,ZEROPLUS CANCEL,VPOLL,STATUS,NONE,ZEROORONE,must_be_cancel_if_present CANCEL,VPOLL,SUMMARY,NONE,ONE CANCEL,VPOLL,TRANSP,NONE,ZEROORONE CANCEL,VPOLL,URL,NONE,ZEROORONE CANCEL,VPOLL,X,NONE,ZEROPLUS CANCEL,VPOLL,REQUESTSTATUS,NONE,ZERO CANCEL,VPOLL,NONE,VVOTER,ZEROPLUS CANCEL,VPOLL,NONE,VALARM,ZERO CANCEL,VPOLL,NONE,VTIMEZONE,ZEROPLUS,must_if_tz_ref CANCEL,VPOLL,NONE,X,ZEROPLUS CANCEL,VPOLL,NONE,VEVENT,ZERO CANCEL,VPOLL,NONE,VFREEBUSY,ZERO CANCEL,VPOLL,NONE,VAVAILABILITY,ZERO CANCEL,VPOLL,NONE,VJOURNAL,ZERO CANCEL,VPOLL,NONE,VTODO,ZERO REFRESH,VPOLL,NONE,NONE,ONE REFRESH,VPOLL,DTSTAMP,NONE,ONE REFRESH,VPOLL,ORGANIZER,NONE,ONE REFRESH,VPOLL,UID,NONE,ONE REFRESH,VPOLL,COMMENT,NONE,ZEROPLUS REFRESH,VPOLL,COMPLETED,NONE,ZERO REFRESH,VPOLL,X,NONE,ZEROPLUS REFRESH,VPOLL,ACCEPTRESPONSE,NONE,ZERO REFRESH,VPOLL,ATTACH,NONE,ZERO REFRESH,VPOLL,CATEGORIES,NONE,ZERO #Non-standard REFRESH,VPOLL,CLASS,NONE,ZERO REFRESH,VPOLL,CONTACT,NONE,ZERO REFRESH,VPOLL,CREATED,NONE,ZERO REFRESH,VPOLL,DESCRIPTION,NONE,ZERO REFRESH,VPOLL,DTEND,NONE,ZERO REFRESH,VPOLL,DTSTART,NONE,ZERO REFRESH,VPOLL,DURATION,NONE,ZERO REFRESH,VPOLL,GEO,NONE,ZERO REFRESH,VPOLL,LASTMODIFIED,NONE,ZERO REFRESH,VPOLL,LOCATION,NONE,ZERO REFRESH,VPOLL,POLLCOMPLETION,NONE,ZERO REFRESH,VPOLL,POLLITEMID,NONE,ZERO REFRESH,VPOLL,POLLMODE,NONE,ZERO REFRESH,VPOLL,POLLPROPERTIES,NONE,ZERO REFRESH,VPOLL,PRIORITY,NONE,ZERO REFRESH,VPOLL,RELATEDTO,NONE,ZERO REFRESH,VPOLL,REQUESTSTATUS,NONE,ZERO REFRESH,VPOLL,RESOURCES,NONE,ZERO REFRESH,VPOLL,SEQUENCE,NONE,ZERO REFRESH,VPOLL,STATUS,NONE,ZERO REFRESH,VPOLL,SUMMARY,NONE,ZERO REFRESH,VPOLL,URL,NONE,ZERO REFRESH,VPOLL,NONE,VVOTER,ONE REFRESH,VPOLL,NONE,VALARM,ZERO REFRESH,VPOLL,NONE,VTIMEZONE,ZEROPLUS,must_if_tz_ref REFRESH,VPOLL,NONE,X,ZEROPLUS REFRESH,VPOLL,NONE,VTODO,ZERO REFRESH,VPOLL,NONE,VJOURNAL,ZERO REFRESH,VPOLL,NONE,VEVENT,ZERO REFRESH,VPOLL,NONE,VFREEBUSY,ZERO REFRESH,VPOLL,NONE,VAVAILABILITY,ZERO POLLSTATUS,VPOLL,NONE,NONE,ONEPLUS POLLSTATUS,VPOLL,COMPLETED,NONE,ZEROORONE POLLSTATUS,VPOLL,DTSTAMP,NONE,ONE POLLSTATUS,VPOLL,DTSTART,NONE,ZEROORONE POLLSTATUS,VPOLL,ORGANIZER,NONE,ONE POLLSTATUS,VPOLL,SUMMARY,NONE,ONE POLLSTATUS,VPOLL,UID,NONE,ONE POLLSTATUS,VPOLL,SEQUENCE,NONE,ZEROORONE POLLSTATUS,VPOLL,ACCEPTRESPONSE,NONE,ZERO POLLSTATUS,VPOLL,ATTACH,NONE,ZERO POLLSTATUS,VPOLL,CATEGORIES,NONE,ZERO POLLSTATUS,VPOLL,CLASS,NONE,ZERO POLLSTATUS,VPOLL,COMMENT,NONE,ZEROPLUS POLLSTATUS,VPOLL,CONTACT,NONE,ZERO POLLSTATUS,VPOLL,CREATED,NONE,ZEROORONE POLLSTATUS,VPOLL,DESCRIPTION,NONE,ZEROORONE POLLSTATUS,VPOLL,DTEND,NONE,ONEEXCLUSIVE,no_duration POLLSTATUS,VPOLL,DURATION,NONE,ONEEXCLUSIVE,no_dtend POLLSTATUS,VPOLL,LASTMODIFIED,NONE,ZEROORONE POLLSTATUS,VPOLL,POLLCOMPLETION,NONE,ZERO POLLSTATUS,VPOLL,POLLITEMID,NONE,ZERO POLLSTATUS,VPOLL,POLLMODE,NONE,ZEROORONE POLLSTATUS,VPOLL,POLLPROPERTIES,NONE,ZERO POLLSTATUS,VPOLL,PRIORITY,NONE,ZEROORONE POLLSTATUS,VPOLL,RELATEDTO,NONE,ZEROPLUS POLLSTATUS,VPOLL,RESOURCES,NONE,ZEROPLUS POLLSTATUS,VPOLL,STATUS,NONE,ZEROORONE POLLSTATUS,VPOLL,URL,NONE,ZEROORONE POLLSTATUS,VPOLL,X,NONE,ZEROPLUS POLLSTATUS,VPOLL,REQUESTSTATUS,NONE,ZERO POLLSTATUS,VPOLL,NONE,VVOTER,ONEPLUS POLLSTATUS,VPOLL,NONE,VALARM,ZEROPLUS POLLSTATUS,VPOLL,NONE,VEVENT,ZEROPLUS POLLSTATUS,VPOLL,NONE,VFREEBUSY,ZERO POLLSTATUS,VPOLL,NONE,VAVAILABILITY,ZERO POLLSTATUS,VPOLL,NONE,VJOURNAL,ZEROPLUS POLLSTATUS,VPOLL,NONE,VTODO,ZEROPLUS POLLSTATUS,VPOLL,NONE,VTIMEZONE,ZEROPLUS,must_if_tz_ref POLLSTATUS,VPOLL,NONE,X,ZEROPLUS NONE,VPOLL,DTSTAMP,NONE,ONE NONE,VPOLL,UID,NONE,ONE NONE,VPOLL,ORGANIZER,NONE,ONE NONE,VPOLL,ACCEPTRESPONSE,NONE,ZEROORONE NONE,VPOLL,CLASS,NONE,ZEROORONE NONE,VPOLL,CREATED,NONE,ZEROORONE NONE,VPOLL,COMPLETED,NONE,ZEROORONE NONE,VPOLL,DESCRIPTION,NONE,ZEROORONE NONE,VPOLL,DTSTART,NONE,ZEROORONE NONE,VPOLL,LASTMODIFIED,NONE,ZEROORONE NONE,VPOLL,POLLCOMPLETION,NONE,ZEROORONE NONE,VPOLL,POLLMODE,NONE,ZEROORONE NONE,VPOLL,POLLPROPERTIES,NONE,ZEROORONE NONE,VPOLL,PRIORITY,NONE,ZEROORONE NONE,VPOLL,SEQUENCE,NONE,ZEROORONE NONE,VPOLL,STATUS,NONE,ZEROORONE NONE,VPOLL,SUMMARY,NONE,ZEROORONE NONE,VPOLL,URL,NONE,ZEROORONE NONE,VPOLL,DTEND,NONE,ONEEXCLUSIVE,no_duration NONE,VPOLL,DURATION,NONE,ONEEXCLUSIVE,no_dtend NONE,VPOLL,ATTACH,NONE,ZEROPLUS NONE,VPOLL,CATEGORIES,NONE,ZEROPLUS #Non-standard NONE,VPOLL,COMMENT,NONE,ZEROPLUS NONE,VPOLL,CONTACT,NONE,ZEROPLUS NONE,VPOLL,REQUESTSTATUS,NONE,ZEROPLUS NONE,VPOLL,RELATEDTO,NONE,ZEROPLUS NONE,VPOLL,RESOURCES,NONE,ZEROPLUS NONE,VPOLL,X,NONE,ZEROPLUS NONE,VPOLL,POLLWINNER,NONE,ZEROORONE NONE,VPOLL,NONE,VALARM,ZEROPLUS NONE,VPOLL,NONE,VTIMEZONE,ZEROPLUS,must_if_tz_ref NONE,VPOLL,NONE,X,ZEROPLUS NONE,VPOLL,NONE,VEVENT,ZEROPLUS, NONE,VPOLL,NONE,VFREEBUSY,ZEROPLUS NONE,VPOLL,NONE,VAVAILABILITY,ZEROPLUS NONE,VPOLL,NONE,VJOURNAL,ZEROPLUS NONE,VPOLL,NONE,VTODO,ZEROPLUS NONE,VPOLL,NONE,VVOTER,ZEROPLUS NONE,VVOTER,DTSTAMP,NONE,ONE NONE,VVOTER,VOTER,NONE,ONE NONE,VVOTER,CREATED,NONE,ZEROORONE NONE,VVOTER,DESCRIPTION,NONE,ZEROORONE NONE,VVOTER,LASTMODIFIED,NONE,ZEROORONE NONE,VVOTER,SEQUENCE,NONE,ZEROORONE NONE,VVOTER,STATUS,NONE,ZEROORONE NONE,VVOTER,SUMMARY,NONE,ZEROORONE NONE,VVOTER,URL,NONE,ZEROORONE NONE,VVOTER,ATTACH,NONE,ZEROPLUS NONE,VVOTER,CATEGORIES,NONE,ZEROPLUS NONE,VVOTER,COMMENT,NONE,ZEROPLUS NONE,VVOTER,CONTACT,NONE,ZEROPLUS NONE,VVOTER,REQUESTSTATUS,NONE,ZEROPLUS NONE,VVOTER,RELATEDTO,NONE,ZEROPLUS NONE,VVOTER,RESOURCES,NONE,ZEROPLUS NONE,VVOTER,X,NONE,ZEROPLUS NONE,VVOTER,NONE,VALARM,ZERO NONE,VVOTER,NONE,VTIMEZONE,ZERO NONE,VVOTER,NONE,VEVENT,ZERO NONE,VVOTER,NONE,VFREEBUSY,ZERO NONE,VVOTER,NONE,VAVAILABILITY,ZERO NONE,VVOTER,NONE,VJOURNAL,ZERO NONE,VVOTER,NONE,VTODO,ZERO NONE,VVOTER,NONE,XVOTE,ZEROPLUS NONE,VVOTER,NONE,X,ZEROPLUS NONE,XVOTE,POLLITEMID,NONE,ZEROORONE NONE,XVOTE,RESPONSE,NONE,ZEROORONE NONE,XVOTE,COMMENT,NONE,ZEROPLUS NONE,XVOTE,X,NONE,ZEROPLUS NONE,XVOTE,NONE,VALARM,ZEROP NONE,XVOTE,NONE,VTIMEZONE,ZERO NONE,XVOTE,NONE,VEVENT,ZERO NONE,XVOTE,NONE,VFREEBUSY,ZERO NONE,XVOTE,NONE,VAVAILABILITY,ZERO NONE,XVOTE,NONE,VJOURNAL,ZERO NONE,XVOTE,NONE,VTODO,ZERO NONE,XVOTE,NONE,VVOTER,ZERO NONE,XVOTE,NONE,X,ZEROPLUS NONE,VPATCH,DTSTAMP,NONE,ONE NONE,VPATCH,UID,NONE,ONE NONE,VPATCH,PATCHVERSION,NONE,ZEROORONE NONE,VPATCH,PATCHORDER,NONE,ZEROORONE NONE,VPATCH,X,NONE,ZEROPLUS NONE,VPATCH,NONE,XPATCH,ONEPLUS NONE,VPATCH,NONE,X,ZEROPLUS NONE,XPATCH,PATCHTARGET,NONE,ONE NONE,XPATCH,PATCHDELETE,NONE,ZEROPLUS NONE,XPATCH,PATCHPARAMETER,NONE,ZEROPLUS NONE,XPATCH,X,NONE,ZEROPLUS NONE,XPATCH,NONE,VPATCH,ZERO NONE,XPATCH,NONE,XPATCH,ZERO NONE,XPATCH,NONE,X,ZEROPLUS libical-3.0.19/design-data/status.txt000066400000000000000000000071241473225045500174620ustar00rootroot000000000000002.0 STATOK Operation was successfully performed. 2.0.1 STARTSENDATA Start ICAL input; end with . 2.0.11 OKDATAFOLLOWS The request was processed successfully. Reply data follows on the next line and terminates with . 2.0.2 REPLYPENDING A timeout has occurred. The server is still working on the reply. Use CONTINUE to continue waiting for the reply or ABORT to terminate the command. 2.0.3 ABORTED The command currently underway was successfully aborted. 2.0.4 WILLATTEMPT The specified Calendar is not here but an attempt will be made to deliver the request or reply to the Calendar anyway. 2.0.5 TRUSTEDWILLQUEUE The request or reply will be queued and delivered to the target calendar when its iRIP server contacts this server and issues the SWITCH command. 2.0.6 WILLATTEMPT The specified Calendar is not here but an attempt will be made to deliver the request or reply to the Calendar anyway. 2.0.7 QUEUED The message has been queued for delivery. 2.0.8 QUEUEEMPTY There are no more queued messages. 2.1 FALLBACK Success. Fallback taken on one or more property values. 2.2 NOCOMMANDINPROGRESS An ABORT or CONTINUE was received when no command was in progress 2.2 IGPROP Success. Invalid property ignored. 2.3 IGPARAM Success. invalid property parameter ignored. 2.4 IGXPROP Success. Unknown non-standard property ignored. 2.5 IGXPARAM Success. Unknown non standard property value ignored. 2.6 IGCOMP Success. Invalid calendar component ignored. 2.7 FORWARD Success. Request forwarded to Calendar User. 2.8 ONEEVENT Success. Repeating event ignored. Scheduled as a single component. 2.9 TRUNC Success. Truncated end date time to date boundary. 2.10 ONETODO Success. Repeating VTODO ignored. Scheduled as a single VTODO. 2.11 TRUNCRRULE Success. Unbounded RRULE clipped at some finite number of instances 3.0 INVPROPNAME Invalid property name. 3.1 INVPROPVAL Invalid property value. 3.2 INVPARAM Invalid property parameter. 3.3 INVPARAMVAL Invalid property parameter value. 3.4 INVCOMP Invalid calendar component sequence. 3.5 INVTIME Invalid date or time. 3.6 INVRULE Invalid rule. 3.7 INVCU Invalid Calendar User. 3.8 NOAUTH No authority. 3.9 BADVERSION Unsupported version. 3.10 TOOBIG Request entity too large. 3.11 MISSREQCOMP Required component or property missing. 3.12 UNKCOMP Unknown component or property found. 3.13 BADCOMP Unsupported component or property found 3.14 NOCAP Unsupported capability. 4.0 BUSY Event conflict. Date/time is busy. 5.0 MAYBE Request MAY supported. 5.1 UNAVAIL Service unavailable. 5.2 NOSERVICE Invalid calendar service. 5.3 NOSCHED No scheduling support for user. 6.1 AUTHENTICATEFAILURE Unsupported authentication mechanism, credentials rejected 6.2 AUTHENTICATIONABORTED Sender aborted authentication, authentication exchange cancelled 8.0 GENERALFAILURE A failure has occurred in the Receiver that prevents the operation from succeeding. 8.1 SERVERTOOBUSY The iRIP Receiver is too busy. 8.2 ICALOBJECTTOOBIG Object has exceeded the server's size limit. 8.3 DATETOOLARGE A DATETIME value was too far in the future to be represented on this Calendar. 8.4 DATETOOSMALL A DATETIME value was too far in the past to be represented on this Calendar. 9.0 INVALIDIRIPCOMMAND An unrecongnized command was received. 9.1 UNEXPECTEDCOMMAND The command is not allowed for the server's current state. 10.1 REFERRAL Accompanied by an alternate address. 10.2 SERVERSHUTDOWN The server is shutting down. 10.3 SERVERSTOPPING FLOOD 2 10.4 EXCEEDEDQUOTAS The operation would cause a resource to exceed the allocated quota 10.5 QUEUEDTOOLONG The ITIP message has been queued too long. Delivery has been aborted. libical-3.0.19/design-data/value-types.csv000066400000000000000000000102641473225045500203700ustar00rootroot00000000000000"#Name","C icalvalue_kind Enum","C type& gen flag","Python","Component Values","Enum Values" "BINARY","5011","(m)const char*","file","unitary", "BOOLEAN","5021","(a)int","integer","unitary", "CAL-ADDRESS","5023","(a)const char*","string","unitary", "DATE","5002","(m)struct icaltimetype","Time","unitary", "DATE-TIME","5028","(m)struct icaltimetype","Time","unitary", "DURATION","5020","(a)struct icaldurationtype","Duration","unitary", "FLOAT","5013","(a)float","float","unitary", "INTEGER","5017","(a)int","integer","unitary", "PERIOD","5014","(a)struct icalperiodtype","Period","unitary", "RECUR","5026","(m)struct icalrecurrencetype","RecurrenceSet","unitary", "TEXT","5008","(a)const char*","string","unitary", "URI","5018","(a)const char*","string","unitary", "UTC-OFFSET","5029","(a)int","integer","unitary", "QUERY","5001","(a)const char*","string","unitary", "#Non-standard multi-valued types",,,, "ATTACH","5003","(m)icalattach *","none","URI;BINARY", "DATE-TIME-DATE","5036","(m)struct icaltimetype","Time","DATE-TIME;DATE", "DATE-TIME-PERIOD","5015","(m)struct icaldatetimeperiodtype","none","DATE-TIME;DATE;PERIOD", "TRIGGER","5024","(m)struct icaltriggertype","string","DURATION;DATE-TIME", "#Non-standard property enumeration types",,,, "#METHOD:POLLSTATUS from draft-york-vpoll",,,, "METHOD","5030","(a)enum icalproperty_method","string","unitary","X=10500;PUBLISH;REQUEST;REPLY;ADD;CANCEL;REFRESH;COUNTER;DECLINECOUNTER;CREATE;READ;RESPONSE;MOVE;MODIFY;GENERATEUID;DELETE;POLLSTATUS;NONE=10599" "X-LIC-CLASS","5025","(a)enum icalproperty_xlicclass","string","unitary","X=11100;PUBLISH-NEW;PUBLISH-UPDATE;PUBLISH-FREEBUSY;REQUEST-NEW;REQUEST-UPDATE;REQUEST-RESCHEDULE;REQUEST-DELEGATE;REQUEST-NEW-ORGANIZER;REQUEST-FORWARD;REQUEST-STATUS;REQUEST-FREEBUSY;REPLY-ACCEPT;REPLY-DECLINE;REPLY-DELEGATE;REPLY-CRASHER-ACCEPT;REPLY-CRASHER-DECLINE;ADD-INSTANCE;CANCEL-EVENT;CANCEL-INSTANCE;CANCEL-ALL;REFRESH;COUNTER;DECLINECOUNTER;MALFORMED;OBSOLETE;MISSEQUENCED;UNKNOWN;NONE=11199" "ACTION","5027","(a)enum icalproperty_action","string","unitary","X=10000;AUDIO;DISPLAY;EMAIL;PROCEDURE;NONE=10099" "STATUS","5005","(a)enum icalproperty_status","string","unitary","X=10900;TENTATIVE;CONFIRMED;COMPLETED;NEEDS-ACTION;CANCELLED;IN-PROCESS;DRAFT;FINAL;SUBMITTED;PENDING;FAILED;DELETED;NONE=10999" "TRANSP","5006","(a)enum icalproperty_transp","string","unitary","X=11000;OPAQUE;OPAQUE-NOCONFLICT;TRANSPARENT;TRANSPARENT-NOCONFLICT;NONE=11099" "CLASS","5019","(m)enum icalproperty_class","string","unitary","X=10300;PUBLIC;PRIVATE;CONFIDENTIAL;NONE=10399" "#Other non-standard",,,, "REQUEST-STATUS","5009","(a)struct icalreqstattype","string","unitary" "GEO","5004","(m)struct icalgeotype","tuple","unitary", "STRING","5007","(a)const char*","string","unitary", "X","5022","(m)const char*","string","unitary", "#CAP enumeration types",,,, "CMD","5010","(a)enum icalproperty_cmd","string","unitary","X=10400;ABORT;CONTINUE;CREATE;DELETE;GENERATE-UID;GET-CAPABILITY;IDENTIFY;MODIFY;MOVE;REPLY;SEARCH;SET-LOCALE;NONE=10499" "QUERY-LEVEL","5012","(a)enum icalproperty_querylevel","string","unitary","X=10800;CAL-QL-1;CAL-QL-NONE;NONE=10899" "CAR-LEVEL","5016","(a)enum icalproperty_carlevel","string","unitary","X=10200;CAR-NONE;CAR-MIN;CAR-FULL-1;NONE=10299" "ANY","5000",,,, "NO","5031",,,, "#VAVAILABILITY types","RFC 7953 Section 3.2",,, "BUSYTYPE","5032","(a)enum icalproperty_busytype","string","unitary","X=10100;BUSY;BUSY-UNAVAILABLE;BUSY-TENTATIVE;NONE=10199" "#VPOLL types","draft-york-vpoll",,, "POLLMODE","5033","(a)enum icalproperty_pollmode","string","unitary","X=10700;BASIC;NONE=10799" "POLLCOMPLETION","5034","(a)enum icalproperty_pollcompletion","string","unitary","X=10600;SERVER;SERVER-SUBMIT;SERVER-CHOICE;CLIENT;NONE=10699" "#Task Extension types","draft-apthorp-ical-tasks",,, "TASKMODE","5035","(a)enum icalproperty_taskmode","string","unitary","X=11200;AUTOMATIC-COMPLETION;AUTOMATIC-FAILURE;AUTOMATIC-STATUS;NONE=11299" "#NOTE for updaters. Preserve the icalvalue_kind Enum values and property Enum values to aid forward compatibility" "# New Enum values for an existing icalvalue_kind should be inserted before the corresponding NONE value" "# New icalvalue_kind types should start their Enum value after the highest NONE value (currently 11299)" libical-3.0.19/doc/000077500000000000000000000000001473225045500137575ustar00rootroot00000000000000libical-3.0.19/doc/AddingOrModifyingComponents.txt000066400000000000000000000012731473225045500221260ustar00rootroot00000000000000 How to add or change Components, Properties, Values or Parameters Adding or modifying values --------------------------- You may have to modify these files or data structures file design-data/value-c-types.txt file design-data/prop-to-val.txt table parameter_map[] in icalenums.c enum icalvalue_kind in icalenum.h table value_map[] in icalenums.c enum icalparameter_value in icalenum.h table propval_map[] in icalenums.c function icalvalue_as_ical_string() in icalvalue.c function icalvalue_new_from_string_with_error() in icalvalue.c When you are done, if you changed any files in the design-data directory, regenerate derived datatypes in src/libical with "make derived" or "make icalvalue" libical-3.0.19/doc/CMakeLists.txt000066400000000000000000000035251473225045500165240ustar00rootroot00000000000000add_subdirectory(reference) # # API docs # macro(_join_list _var _sep) set(${_var} "") foreach(_element ${ARGN}) set(${_var} "${${_var}}${_sep}${_element}") endforeach() endmacro() find_package(Doxygen) set_package_properties(Doxygen PROPERTIES TYPE OPTIONAL DESCRIPTION "API Documentation system" URL "http://www.doxygen.org" PURPOSE "Needed to build the API documentation." ) if(DOXYGEN_FOUND) file(GLOB _dox_deps *.dox *.html) file(GLOB _all_hdrs ${PROJECT_SOURCE_DIR}/src/libical/*.h ${PROJECT_SOURCE_DIR}/src/libical/*.c ${PROJECT_SOURCE_DIR}/src/libical/*.cxx ${PROJECT_BINARY_DIR}/src/libical/*.c ${PROJECT_BINARY_DIR}/src/libical/*.h ${PROJECT_SOURCE_DIR}/src/libicalss/*.h ${PROJECT_SOURCE_DIR}/src/libicalss/*.c ${PROJECT_SOURCE_DIR}/src/libicalss/*.cxx ${PROJECT_BINARY_DIR}/src/libicalss/*.c ${PROJECT_BINARY_DIR}/src/libicalss/*.h ${PROJECT_SOURCE_DIR}/src/libicalvcal/*.h ${PROJECT_SOURCE_DIR}/src/libicalvcal/*.c ${PROJECT_SOURCE_DIR}/src/libicalvcal/*.cxx ${PROJECT_BINARY_DIR}/src/libicalvcal/*.c ${PROJECT_BINARY_DIR}/src/libicalvcal/*.h ) list(APPEND _all_hdrs ${_dox_deps}) _join_list(DOXYGEN_INPUT " " ${_all_hdrs}) #apidox generation using doxygen configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.cmake ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile ) add_custom_command( OUTPUT ${PROJECT_BINARY_DIR}/apidocs/html/index.html COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile DEPENDS ${_all_hdrs} ${_dox_deps} ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.cmake WORKING_DIRECTORY ${PROJECT_BINARY_DIR} ) add_custom_target(docs DEPENDS ${PROJECT_BINARY_DIR}/apidocs/html/index.html ) add_dependencies(docs ical icalss icalvcal) if(WITH_CXX_BINDINGS) add_dependencies(docs ical_cxx icalss_cxx) endif() endif() libical-3.0.19/doc/Doxyfile.cmake000066400000000000000000003732341473225045500165600ustar00rootroot00000000000000# Doxyfile 1.12.0 # This file describes the settings to be used by the documentation system # Doxygen (www.doxygen.org) for a project. # # All text after a double hash (##) is considered a comment and is placed in # front of the TAG it is preceding. # # All text after a single hash (#) is considered a comment and will be ignored. # The format is: # TAG = value [value, ...] # For lists, items can also be appended using: # TAG += value [value, ...] # Values that contain spaces should be placed between quotes (\" \"). # # Note: # # Use Doxygen to compare the used configuration file with the template # configuration file: # doxygen -x [configFile] # Use Doxygen to compare the used configuration file with the template # configuration file without replacing the environment variables or CMake type # replacement variables: # doxygen -x_noenv [configFile] #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- # This tag specifies the encoding used for all characters in the configuration # file that follow. The default is UTF-8 which is also the encoding used for all # text before the first occurrence of this tag. Doxygen uses libiconv (or the # iconv built into libc) for the transcoding. See # https://www.gnu.org/software/libiconv/ for the list of possible encodings. # The default value is: UTF-8. DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by # double-quotes, unless you are using Doxywizard) that should identify the # project for which the documentation is generated. This name is used in the # title of most generated pages and in a few other places. # The default value is: My Project. PROJECT_NAME = "Libical API Documentation" # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version # control system is used. PROJECT_NUMBER = @PROJECT_VERSION@ # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. PROJECT_BRIEF = # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. PROJECT_LOGO = # With the PROJECT_ICON tag one can specify an icon that is included in the tabs # when the HTML document is shown. Doxygen will copy the logo to the output # directory. PROJECT_ICON = # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is # entered, it will be relative to the location where Doxygen was started. If # left blank the current directory will be used. OUTPUT_DIRECTORY = apidocs # If the CREATE_SUBDIRS tag is set to YES then Doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format # and will distribute the generated files over these directories. Enabling this # option can be useful when feeding Doxygen a huge amount of source files, where # putting all generated files in the same directory would otherwise causes # performance problems for the file system. Adapt CREATE_SUBDIRS_LEVEL to # control the number of sub-directories. # The default value is: NO. CREATE_SUBDIRS = NO # Controls the number of sub-directories that will be created when # CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every # level increment doubles the number of directories, resulting in 4096 # directories at level 8 which is the default and also the maximum value. The # sub-directories are organized in 2 levels, the first level always has a fixed # number of 16 directories. # Minimum value: 0, maximum value: 8, default value: 8. # This tag requires that the tag CREATE_SUBDIRS is set to YES. CREATE_SUBDIRS_LEVEL = 8 # If the ALLOW_UNICODE_NAMES tag is set to YES, Doxygen will allow non-ASCII # characters to appear in the names of generated files. If set to NO, non-ASCII # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode # U+3044. # The default value is: NO. ALLOW_UNICODE_NAMES = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by Doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Bulgarian, # Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, English # (United States), Esperanto, Farsi (Persian), Finnish, French, German, Greek, # Hindi, Hungarian, Indonesian, Italian, Japanese, Japanese-en (Japanese with # English messages), Korean, Korean-en (Korean with English messages), Latvian, # Lithuanian, Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, # Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, # Swedish, Turkish, Ukrainian and Vietnamese. # The default value is: English. OUTPUT_LANGUAGE = English # If the BRIEF_MEMBER_DESC tag is set to YES, Doxygen will include brief member # descriptions after the members that are listed in the file and class # documentation (similar to Javadoc). Set to NO to disable this. # The default value is: YES. BRIEF_MEMBER_DESC = YES # If the REPEAT_BRIEF tag is set to YES, Doxygen will prepend the brief # description of a member or function before the detailed description # # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. # The default value is: YES. REPEAT_BRIEF = YES # This tag implements a quasi-intelligent brief description abbreviator that is # used to form the text in various listings. Each string in this list, if found # as the leading text of the brief description, will be stripped from the text # and the result, after processing the whole list, is used as the annotated # text. Otherwise, the brief description is used as-is. If left blank, the # following values are used ($name is automatically replaced with the name of # the entity):The $name class, The $name widget, The $name file, is, provides, # specifies, contains, represents, a, an and the. ABBREVIATE_BRIEF = "The \$name class" \ "The \$name widget" \ "The \$name file" \ is \ provides \ specifies \ contains \ represents \ a \ an \ the # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then # Doxygen will generate a detailed section even if there is only a brief # description. # The default value is: NO. ALWAYS_DETAILED_SEC = NO # If the INLINE_INHERITED_MEMB tag is set to YES, Doxygen will show all # inherited members of a class in the documentation of that class as if those # members were ordinary class members. Constructors, destructors and assignment # operators of the base classes will not be shown. # The default value is: NO. INLINE_INHERITED_MEMB = NO # If the FULL_PATH_NAMES tag is set to YES, Doxygen will prepend the full path # before files name in the file list and in the header files. If set to NO the # shortest path that makes the file name unique will be used # The default value is: YES. FULL_PATH_NAMES = NO # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. # Stripping is only done if one of the specified strings matches the left-hand # part of the path. The tag can be used to show relative paths in the file list. # If left blank the directory from which Doxygen is run is used as the path to # strip. # # Note that you can specify absolute paths here, but also relative paths, which # will be relative from the directory where Doxygen is started. # This tag requires that the tag FULL_PATH_NAMES is set to YES. STRIP_FROM_PATH = # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the # path mentioned in the documentation of a class, which tells the reader which # header file to include in order to use a class. If left blank only the name of # the header file containing the class definition is used. Otherwise one should # specify the list of include paths that are normally passed to the compiler # using the -I flag. STRIP_FROM_INC_PATH = # If the SHORT_NAMES tag is set to YES, Doxygen will generate much shorter (but # less readable) file names. This can be useful is your file systems doesn't # support long names like on DOS, Mac, or CD-ROM. # The default value is: NO. SHORT_NAMES = NO # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen will interpret the # first line (until the first dot) of a Javadoc-style comment as the brief # description. If set to NO, the Javadoc-style will behave just like regular Qt- # style comments (thus requiring an explicit @brief command for a brief # description.) # The default value is: NO. JAVADOC_AUTOBRIEF = NO # If the JAVADOC_BANNER tag is set to YES then Doxygen will interpret a line # such as # /*************** # as being the beginning of a Javadoc-style comment "banner". If set to NO, the # Javadoc-style will behave just like regular comments and it will not be # interpreted by Doxygen. # The default value is: NO. JAVADOC_BANNER = NO # If the QT_AUTOBRIEF tag is set to YES then Doxygen will interpret the first # line (until the first dot) of a Qt-style comment as the brief description. If # set to NO, the Qt-style will behave just like regular Qt-style comments (thus # requiring an explicit \brief command for a brief description.) # The default value is: NO. QT_AUTOBRIEF = NO # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen treat a # multi-line C++ special comment block (i.e. a block of //! or /// comments) as # a brief description. This used to be the default behavior. The new default is # to treat a multi-line C++ comment block as a detailed description. Set this # tag to YES if you prefer the old behavior instead. # # Note that setting this tag to YES also means that rational rose comments are # not recognized any more. # The default value is: NO. MULTILINE_CPP_IS_BRIEF = NO # By default Python docstrings are displayed as preformatted text and Doxygen's # special commands cannot be used. By setting PYTHON_DOCSTRING to NO the # Doxygen's special commands can be used and the contents of the docstring # documentation blocks is shown as Doxygen documentation. # The default value is: YES. PYTHON_DOCSTRING = YES # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the # documentation from any documented member that it re-implements. # The default value is: YES. INHERIT_DOCS = YES # If the SEPARATE_MEMBER_PAGES tag is set to YES then Doxygen will produce a new # page for each member. If set to NO, the documentation of a member will be part # of the file/class/namespace that contains it. # The default value is: NO. SEPARATE_MEMBER_PAGES = NO # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen # uses this value to replace tabs by spaces in code fragments. # Minimum value: 1, maximum value: 16, default value: 4. TAB_SIZE = 8 # This tag can be used to specify a number of aliases that act as commands in # the documentation. An alias has the form: # name=value # For example adding # "sideeffect=@par Side Effects:^^" # will allow you to put the command \sideeffect (or @sideeffect) in the # documentation, which will result in a user-defined paragraph with heading # "Side Effects:". Note that you cannot put \n's in the value part of an alias # to insert newlines (in the resulting output). You can put ^^ in the value part # of an alias to insert a newline as if a physical newline was in the original # file. When you need a literal { or } or , in the value part of an alias you # have to escape them by means of a backslash (\), this can lead to conflicts # with the commands \{ and \} for these it is advised to use the version @{ and # @} or use a double escape (\\{ and \\}) ALIASES = # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For # instance, some of the names that are used will be different. The list of all # members will be omitted, etc. # The default value is: NO. OPTIMIZE_OUTPUT_FOR_C = YES # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or # Python sources only. Doxygen will then generate output that is more tailored # for that language. For instance, namespaces will be presented as packages, # qualified scopes will look different, etc. # The default value is: NO. OPTIMIZE_OUTPUT_JAVA = NO # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran # sources. Doxygen will then generate output that is tailored for Fortran. # The default value is: NO. OPTIMIZE_FOR_FORTRAN = NO # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL # sources. Doxygen will then generate output that is tailored for VHDL. # The default value is: NO. OPTIMIZE_OUTPUT_VHDL = NO # Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice # sources only. Doxygen will then generate output that is more tailored for that # language. For instance, namespaces will be presented as modules, types will be # separated into more groups, etc. # The default value is: NO. OPTIMIZE_OUTPUT_SLICE = NO # Doxygen selects the parser to use depending on the extension of the files it # parses. With this tag you can assign which parser to use for a given # extension. Doxygen has a built-in mapping, but you can override or extend it # using this tag. The format is ext=language, where ext is a file extension, and # language is one of the parsers supported by Doxygen: IDL, Java, JavaScript, # Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice, # VHDL, Fortran (fixed format Fortran: FortranFixed, free formatted Fortran: # FortranFree, unknown formatted Fortran: Fortran. In the later case the parser # tries to guess whether the code is fixed or free formatted code, this is the # default for Fortran type files). For instance to make Doxygen treat .inc files # as Fortran files (default is PHP), and .f files as C (default is Fortran), # use: inc=Fortran f=C. # # Note: For files without extension you can use no_extension as a placeholder. # # Note that for custom extensions you also need to set FILE_PATTERNS otherwise # the files are not read by Doxygen. When specifying no_extension you should add # * to the FILE_PATTERNS. # # Note see also the list of default file extension mappings. EXTENSION_MAPPING = # If the MARKDOWN_SUPPORT tag is enabled then Doxygen pre-processes all comments # according to the Markdown format, which allows for more readable # documentation. See https://daringfireball.net/projects/markdown/ for details. # The output of markdown processing is further processed by Doxygen, so you can # mix Doxygen, HTML, and XML commands with Markdown formatting. Disable only in # case of backward compatibilities issues. # The default value is: YES. MARKDOWN_SUPPORT = YES # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up # to that level are automatically included in the table of contents, even if # they do not have an id attribute. # Note: This feature currently applies only to Markdown headings. # Minimum value: 0, maximum value: 99, default value: 6. # This tag requires that the tag MARKDOWN_SUPPORT is set to YES. TOC_INCLUDE_HEADINGS = 5 # The MARKDOWN_ID_STYLE tag can be used to specify the algorithm used to # generate identifiers for the Markdown headings. Note: Every identifier is # unique. # Possible values are: DOXYGEN use a fixed 'autotoc_md' string followed by a # sequence number starting at 0 and GITHUB use the lower case version of title # with any whitespace replaced by '-' and punctuation characters removed. # The default value is: DOXYGEN. # This tag requires that the tag MARKDOWN_SUPPORT is set to YES. MARKDOWN_ID_STYLE = DOXYGEN # When enabled Doxygen tries to link words that correspond to documented # classes, or namespaces to their corresponding documentation. Such a link can # be prevented in individual cases by putting a % sign in front of the word or # globally by setting AUTOLINK_SUPPORT to NO. # The default value is: YES. AUTOLINK_SUPPORT = YES # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want # to include (a tag file for) the STL sources as input, then you should set this # tag to YES in order to let Doxygen match functions declarations and # definitions whose arguments contain STL classes (e.g. func(std::string); # versus func(std::string) {}). This also makes the inheritance and # collaboration diagrams that involve STL classes more complete and accurate. # The default value is: NO. BUILTIN_STL_SUPPORT = NO # If you use Microsoft's C++/CLI language, you should set this option to YES to # enable parsing support. # The default value is: NO. CPP_CLI_SUPPORT = NO # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: # https://www.riverbankcomputing.com/software) sources only. Doxygen will parse # them like normal C++ but will assume all classes use public instead of private # inheritance when no explicit protection keyword is present. # The default value is: NO. SIP_SUPPORT = NO # For Microsoft's IDL there are propget and propput attributes to indicate # getter and setter methods for a property. Setting this option to YES will make # Doxygen to replace the get and set methods by a property in the documentation. # This will only work if the methods are indeed getting or setting a simple # type. If this is not the case, or you want to show the methods anyway, you # should set this option to NO. # The default value is: YES. IDL_PROPERTY_SUPPORT = YES # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES then Doxygen will reuse the documentation of the first # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. # The default value is: NO. DISTRIBUTE_GROUP_DOC = NO # If one adds a struct or class to a group and this option is enabled, then also # any nested class or struct is added to the same group. By default this option # is disabled and one has to add nested compounds explicitly via \ingroup. # The default value is: NO. GROUP_NESTED_COMPOUNDS = NO # Set the SUBGROUPING tag to YES to allow class member groups of the same type # (for instance a group of public functions) to be put as a subgroup of that # type (e.g. under the Public Functions section). Set it to NO to prevent # subgrouping. Alternatively, this can be done per class using the # \nosubgrouping command. # The default value is: YES. SUBGROUPING = YES # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions # are shown inside the group in which they are included (e.g. using \ingroup) # instead of on a separate page (for HTML and Man pages) or section (for LaTeX # and RTF). # # Note that this feature does not work in combination with # SEPARATE_MEMBER_PAGES. # The default value is: NO. INLINE_GROUPED_CLASSES = NO # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions # with only public data fields or simple typedef fields will be shown inline in # the documentation of the scope in which they are defined (i.e. file, # namespace, or group documentation), provided this scope is documented. If set # to NO, structs, classes, and unions are shown on a separate page (for HTML and # Man pages) or section (for LaTeX and RTF). # The default value is: NO. INLINE_SIMPLE_STRUCTS = NO # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or # enum is documented as struct, union, or enum with the name of the typedef. So # typedef struct TypeS {} TypeT, will appear in the documentation as a struct # with name TypeT. When disabled the typedef will appear as a member of a file, # namespace, or class. And the struct will be named TypeS. This can typically be # useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. # The default value is: NO. TYPEDEF_HIDES_STRUCT = NO # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This # cache is used to resolve symbols given their name and scope. Since this can be # an expensive process and often the same symbol appears multiple times in the # code, Doxygen keeps a cache of pre-resolved symbols. If the cache is too small # Doxygen will become slower. If the cache is too large, memory is wasted. The # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 # symbols. At the end of a run Doxygen will report the cache usage and suggest # the optimal cache size from a speed point of view. # Minimum value: 0, maximum value: 9, default value: 0. LOOKUP_CACHE_SIZE = 0 # The NUM_PROC_THREADS specifies the number of threads Doxygen is allowed to use # during processing. When set to 0 Doxygen will based this on the number of # cores available in the system. You can set it explicitly to a value larger # than 0 to get more control over the balance between CPU load and processing # speed. At this moment only the input processing can be done using multiple # threads. Since this is still an experimental feature the default is set to 1, # which effectively disables parallel processing. Please report any issues you # encounter. Generating dot graphs in parallel is controlled by the # DOT_NUM_THREADS setting. # Minimum value: 0, maximum value: 32, default value: 1. NUM_PROC_THREADS = 1 # If the TIMESTAMP tag is set different from NO then each generated page will # contain the date or date and time when the page was generated. Setting this to # NO can help when comparing the output of multiple runs. # Possible values are: YES, NO, DATETIME and DATE. # The default value is: NO. TIMESTAMP = YES #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- # If the EXTRACT_ALL tag is set to YES, Doxygen will assume all entities in # documentation are documented, even if no documentation was available. Private # class members and static file members will be hidden unless the # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. # Note: This will also disable the warnings about undocumented members that are # normally produced when WARNINGS is set to YES. # The default value is: NO. EXTRACT_ALL = NO # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will # be included in the documentation. # The default value is: NO. EXTRACT_PRIVATE = NO # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual # methods of a class will be included in the documentation. # The default value is: NO. EXTRACT_PRIV_VIRTUAL = NO # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal # scope will be included in the documentation. # The default value is: NO. EXTRACT_PACKAGE = NO # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be # included in the documentation. # The default value is: NO. EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined # locally in source files will be included in the documentation. If set to NO, # only classes defined in header files are included. Does not have any effect # for Java sources. # The default value is: YES. EXTRACT_LOCAL_CLASSES = YES # This flag is only useful for Objective-C code. If set to YES, local methods, # which are defined in the implementation section but not in the interface are # included in the documentation. If set to NO, only methods in the interface are # included. # The default value is: NO. EXTRACT_LOCAL_METHODS = NO # If this flag is set to YES, the members of anonymous namespaces will be # extracted and appear in the documentation as a namespace called # 'anonymous_namespace{file}', where file will be replaced with the base name of # the file that contains the anonymous namespace. By default anonymous namespace # are hidden. # The default value is: NO. EXTRACT_ANON_NSPACES = NO # If this flag is set to YES, the name of an unnamed parameter in a declaration # will be determined by the corresponding definition. By default unnamed # parameters remain unnamed in the output. # The default value is: YES. RESOLVE_UNNAMED_PARAMS = YES # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members inside documented classes or files. If set to NO these # members will be included in the various overviews, but no documentation # section is generated. This option has no effect if EXTRACT_ALL is enabled. # The default value is: NO. HIDE_UNDOC_MEMBERS = NO # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. If set # to NO, these classes will be included in the various overviews. This option # will also hide undocumented C++ concepts if enabled. This option has no effect # if EXTRACT_ALL is enabled. # The default value is: NO. HIDE_UNDOC_CLASSES = NO # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all friend # declarations. If set to NO, these declarations will be included in the # documentation. # The default value is: NO. HIDE_FRIEND_COMPOUNDS = YES # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any # documentation blocks found inside the body of a function. If set to NO, these # blocks will be appended to the function's detailed documentation block. # The default value is: NO. HIDE_IN_BODY_DOCS = NO # The INTERNAL_DOCS tag determines if documentation that is typed after a # \internal command is included. If the tag is set to NO then the documentation # will be excluded. Set it to YES to include the internal documentation. # The default value is: NO. INTERNAL_DOCS = NO # With the correct setting of option CASE_SENSE_NAMES Doxygen will better be # able to match the capabilities of the underlying filesystem. In case the # filesystem is case sensitive (i.e. it supports files in the same directory # whose names only differ in casing), the option must be set to YES to properly # deal with such files in case they appear in the input. For filesystems that # are not case sensitive the option should be set to NO to properly deal with # output files written for symbols that only differ in casing, such as for two # classes, one named CLASS and the other named Class, and to also support # references to files without having to specify the exact matching casing. On # Windows (including Cygwin) and macOS, users should typically set this option # to NO, whereas on Linux or other Unix flavors it should typically be set to # YES. # Possible values are: SYSTEM, NO and YES. # The default value is: SYSTEM. CASE_SENSE_NAMES = YES # If the HIDE_SCOPE_NAMES tag is set to NO then Doxygen will show members with # their full class and namespace scopes in the documentation. If set to YES, the # scope will be hidden. # The default value is: NO. HIDE_SCOPE_NAMES = NO # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then Doxygen will # append additional text to a page's title, such as Class Reference. If set to # YES the compound reference will be hidden. # The default value is: NO. HIDE_COMPOUND_REFERENCE= NO # If the SHOW_HEADERFILE tag is set to YES then the documentation for a class # will show which file needs to be included to use the class. # The default value is: YES. SHOW_HEADERFILE = YES # If the SHOW_INCLUDE_FILES tag is set to YES then Doxygen will put a list of # the files that are included by a file in the documentation of that file. # The default value is: YES. SHOW_INCLUDE_FILES = NO # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each # grouped member an include statement to the documentation, telling the reader # which file to include in order to use the member. # The default value is: NO. SHOW_GROUPED_MEMB_INC = NO # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen will list include # files with double quotes in the documentation rather than with sharp brackets. # The default value is: NO. FORCE_LOCAL_INCLUDES = NO # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the # documentation for inline members. # The default value is: YES. INLINE_INFO = YES # If the SORT_MEMBER_DOCS tag is set to YES then Doxygen will sort the # (detailed) documentation of file and class members alphabetically by member # name. If set to NO, the members will appear in declaration order. # The default value is: YES. SORT_MEMBER_DOCS = YES # If the SORT_BRIEF_DOCS tag is set to YES then Doxygen will sort the brief # descriptions of file, namespace and class members alphabetically by member # name. If set to NO, the members will appear in declaration order. Note that # this will also influence the order of the classes in the class list. # The default value is: NO. SORT_BRIEF_DOCS = YES # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then Doxygen will sort the # (brief and detailed) documentation of class members so that constructors and # destructors are listed first. If set to NO the constructors will appear in the # respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief # member documentation. # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting # detailed member documentation. # The default value is: NO. SORT_MEMBERS_CTORS_1ST = YES # If the SORT_GROUP_NAMES tag is set to YES then Doxygen will sort the hierarchy # of group names into alphabetical order. If set to NO the group names will # appear in their defined order. # The default value is: NO. SORT_GROUP_NAMES = NO # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by # fully-qualified names, including namespaces. If set to NO, the class list will # be sorted only by class name, not including the namespace part. # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. # Note: This option applies only to the class list, not to the alphabetical # list. # The default value is: NO. SORT_BY_SCOPE_NAME = NO # If the STRICT_PROTO_MATCHING option is enabled and Doxygen fails to do proper # type resolution of all parameters of a function it will reject a match between # the prototype and the implementation of a member function even if there is # only one candidate or it is obvious which candidate to choose by doing a # simple string match. By disabling STRICT_PROTO_MATCHING Doxygen will still # accept a match between prototype and implementation in such cases. # The default value is: NO. STRICT_PROTO_MATCHING = NO # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo # list. This list is created by putting \todo commands in the documentation. # The default value is: YES. GENERATE_TODOLIST = NO # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test # list. This list is created by putting \test commands in the documentation. # The default value is: YES. GENERATE_TESTLIST = YES # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug # list. This list is created by putting \bug commands in the documentation. # The default value is: YES. GENERATE_BUGLIST = YES # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) # the deprecated list. This list is created by putting \deprecated commands in # the documentation. # The default value is: YES. GENERATE_DEPRECATEDLIST= YES # The ENABLED_SECTIONS tag can be used to enable conditional documentation # sections, marked by \if ... \endif and \cond # ... \endcond blocks. ENABLED_SECTIONS = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the # initial value of a variable or macro / define can have for it to appear in the # documentation. If the initializer consists of more lines than specified here # it will be hidden. Use a value of 0 to hide initializers completely. The # appearance of the value of individual variables and macros / defines can be # controlled using \showinitializer or \hideinitializer command in the # documentation regardless of this setting. # Minimum value: 0, maximum value: 10000, default value: 30. MAX_INITIALIZER_LINES = 30 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at # the bottom of the documentation of classes and structs. If set to YES, the # list will mention the files that were used to generate the documentation. # The default value is: YES. SHOW_USED_FILES = YES # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This # will remove the Files entry from the Quick Index and from the Folder Tree View # (if specified). # The default value is: YES. SHOW_FILES = YES # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces # page. This will remove the Namespaces entry from the Quick Index and from the # Folder Tree View (if specified). # The default value is: YES. SHOW_NAMESPACES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # Doxygen should invoke to get the current version for each file (typically from # the version control system). Doxygen will invoke the program by executing (via # popen()) the command command input-file, where command is the value of the # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided # by Doxygen. Whatever the program writes to standard output is used as the file # version. For an example see the documentation. FILE_VERSION_FILTER = # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed # by Doxygen. The layout file controls the global structure of the generated # output files in an output format independent way. To create the layout file # that represents Doxygen's defaults, run Doxygen with the -l option. You can # optionally specify a file name after the option, if omitted DoxygenLayout.xml # will be used as the name of the layout file. See also section "Changing the # layout of pages" for information. # # Note that if you run Doxygen from a directory containing a file called # DoxygenLayout.xml, Doxygen will parse it automatically even if the LAYOUT_FILE # tag is left empty. LAYOUT_FILE = # The CITE_BIB_FILES tag can be used to specify one or more bib files containing # the reference definitions. This must be a list of .bib files. The .bib # extension is automatically appended if omitted. This requires the bibtex tool # to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info. # For LaTeX the style of the bibliography can be controlled using # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the # search path. See also \cite for info how to create references. CITE_BIB_FILES = # The EXTERNAL_TOOL_PATH tag can be used to extend the search path (PATH # environment variable) so that external tools such as latex and gs can be # found. # Note: Directories specified with EXTERNAL_TOOL_PATH are added in front of the # path already specified by the PATH variable, and are added in the order # specified. # Note: This option is particularly useful for macOS version 14 (Sonoma) and # higher, when running Doxygen from Doxywizard, because in this case any user- # defined changes to the PATH are ignored. A typical example on macOS is to set # EXTERNAL_TOOL_PATH = /Library/TeX/texbin /usr/local/bin # together with the standard path, the full search path used by doxygen when # launching external tools will then become # PATH=/Library/TeX/texbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin EXTERNAL_TOOL_PATH = #--------------------------------------------------------------------------- # Configuration options related to warning and progress messages #--------------------------------------------------------------------------- # The QUIET tag can be used to turn on/off the messages that are generated to # standard output by Doxygen. If QUIET is set to YES this implies that the # messages are off. # The default value is: NO. QUIET = NO # The WARNINGS tag can be used to turn on/off the warning messages that are # generated to standard error (stderr) by Doxygen. If WARNINGS is set to YES # this implies that the warnings are on. # # Tip: Turn warnings on while writing the documentation. # The default value is: YES. WARNINGS = YES # If the WARN_IF_UNDOCUMENTED tag is set to YES then Doxygen will generate # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag # will automatically be disabled. # The default value is: YES. WARN_IF_UNDOCUMENTED = YES # If the WARN_IF_DOC_ERROR tag is set to YES, Doxygen will generate warnings for # potential errors in the documentation, such as documenting some parameters in # a documented function twice, or documenting parameters that don't exist or # using markup commands wrongly. # The default value is: YES. WARN_IF_DOC_ERROR = YES # If WARN_IF_INCOMPLETE_DOC is set to YES, Doxygen will warn about incomplete # function parameter documentation. If set to NO, Doxygen will accept that some # parameters have no documentation without warning. # The default value is: YES. WARN_IF_INCOMPLETE_DOC = YES # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that # are documented, but have no documentation for their parameters or return # value. If set to NO, Doxygen will only warn about wrong parameter # documentation, but not about the absence of documentation. If EXTRACT_ALL is # set to YES then this flag will automatically be disabled. See also # WARN_IF_INCOMPLETE_DOC # The default value is: NO. WARN_NO_PARAMDOC = YES # If WARN_IF_UNDOC_ENUM_VAL option is set to YES, Doxygen will warn about # undocumented enumeration values. If set to NO, Doxygen will accept # undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag # will automatically be disabled. # The default value is: NO. WARN_IF_UNDOC_ENUM_VAL = NO # If the WARN_AS_ERROR tag is set to YES then Doxygen will immediately stop when # a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS # then Doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but # at the end of the Doxygen process Doxygen will return with a non-zero status. # If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS_PRINT then Doxygen behaves # like FAIL_ON_WARNINGS but in case no WARN_LOGFILE is defined Doxygen will not # write the warning messages in between other messages but write them at the end # of a run, in case a WARN_LOGFILE is defined the warning messages will be # besides being in the defined file also be shown at the end of a run, unless # the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case # the behavior will remain as with the setting FAIL_ON_WARNINGS. # Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT. # The default value is: NO. WARN_AS_ERROR = NO # The WARN_FORMAT tag determines the format of the warning messages that Doxygen # can produce. The string should contain the $file, $line, and $text tags, which # will be replaced by the file and line number from which the warning originated # and the warning text. Optionally the format may contain $version, which will # be replaced by the version of the file (if it could be obtained via # FILE_VERSION_FILTER) # See also: WARN_LINE_FORMAT # The default value is: $file:$line: $text. WARN_FORMAT = "$file:$line: $text" # In the $text part of the WARN_FORMAT command it is possible that a reference # to a more specific place is given. To make it easier to jump to this place # (outside of Doxygen) the user can define a custom "cut" / "paste" string. # Example: # WARN_LINE_FORMAT = "'vi $file +$line'" # See also: WARN_FORMAT # The default value is: at line $line of file $file. WARN_LINE_FORMAT = "at line $line of file $file" # The WARN_LOGFILE tag can be used to specify a file to which warning and error # messages should be written. If left blank the output is written to standard # error (stderr). In case the file specified cannot be opened for writing the # warning and error messages are written to standard error. When as file - is # specified the warning and error messages are written to standard output # (stdout). WARN_LOGFILE = doxygen.log #--------------------------------------------------------------------------- # Configuration options related to the input files #--------------------------------------------------------------------------- # The INPUT tag is used to specify the files and/or directories that contain # documented source files. You may enter file names like myfile.cpp or # directories like /usr/src/myproject. Separate the files or directories with # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. INPUT = @DOXYGEN_INPUT@ # This tag can be used to specify the character encoding of the source files # that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv # documentation (see: # https://www.gnu.org/software/libiconv/) for the list of possible encodings. # See also: INPUT_FILE_ENCODING # The default value is: UTF-8. INPUT_ENCODING = UTF-8 # This tag can be used to specify the character encoding of the source files # that Doxygen parses The INPUT_FILE_ENCODING tag can be used to specify # character encoding on a per file pattern basis. Doxygen will compare the file # name with each pattern and apply the encoding instead of the default # INPUT_ENCODING) if there is a match. The character encodings are a list of the # form: pattern=encoding (like *.php=ISO-8859-1). # See also: INPUT_ENCODING for further information on supported encodings. INPUT_FILE_ENCODING = # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and # *.h) to filter out the source-files in the directories. # # Note that for custom extensions or not directly supported extensions you also # need to set EXTENSION_MAPPING for the extension otherwise the files are not # read by Doxygen. # # Note the list of default checked file patterns might differ from the list of # default file extension mappings. # # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cxxm, # *.cpp, *.cppm, *.ccm, *.c++, *.c++m, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, # *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, *.h++, *.ixx, *.l, *.cs, *.d, # *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to # be provided as Doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, # *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice. FILE_PATTERNS = *.cpp \ *.c \ *.cc \ *.cxx \ *.h \ *.hh \ *.hxx \ *.hpp \ *.dox # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. # The default value is: NO. RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should be # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. # # Note that relative paths are relative to the directory from which Doxygen is # run. EXCLUDE = @PROJECT_SOURCE_DIR@/src/java \ @PROJECT_SOURCE_DIR@/src/php \ @PROJECT_SOURCE_DIR@/src/python # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded # from the input. # The default value is: NO. EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. # # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* EXCLUDE_PATTERNS = */.svn/* \ */.git/* \ */cmake/* \ *.moc.* \ moc* \ *.all_cpp.* \ *unload.* \ */test/* \ */tests/* \ *_p.cpp \ *_export.h # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the # output. The symbol name can be a fully qualified name, a word, or if the # wildcard * is used, a substring. Examples: ANamespace, AClass, # ANamespace::AClass, ANamespace::*Test EXCLUDE_SYMBOLS = # The EXAMPLE_PATH tag can be used to specify one or more files or directories # that contain example code fragments that are included (see the \include # command). EXAMPLE_PATH = # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and # *.h) to filter out the source-files in the directories. If left blank all # files are included. EXAMPLE_PATTERNS = * # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude commands # irrespective of the value of the RECURSIVE tag. # The default value is: NO. EXAMPLE_RECURSIVE = NO # The IMAGE_PATH tag can be used to specify one or more files or directories # that contain images that are to be included in the documentation (see the # \image command). IMAGE_PATH = @PROJECT_SOURCE_DIR@/doc # The INPUT_FILTER tag can be used to specify a program that Doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program # by executing (via popen()) the command: # # # # where is the value of the INPUT_FILTER tag, and is the # name of an input file. Doxygen will then use the output that the filter # program writes to standard output. If FILTER_PATTERNS is specified, this tag # will be ignored. # # Note that the filter must not add or remove lines; it is applied before the # code is scanned, but not when the output code is generated. If lines are added # or removed, the anchors will not be placed correctly. # # Note that Doxygen will use the data processed and written to standard output # for further processing, therefore nothing else, like debug statements or used # commands (so in case of a Windows batch file always use @echo OFF), should be # written to standard output. # # Note that for custom extensions or not directly supported extensions you also # need to set EXTENSION_MAPPING for the extension otherwise the files are not # properly processed by Doxygen. INPUT_FILTER = # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. Doxygen will compare the file name with each pattern and apply the # filter if there is a match. The filters are a list of the form: pattern=filter # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how # filters are used. If the FILTER_PATTERNS tag is empty or if none of the # patterns match the file name, INPUT_FILTER is applied. # # Note that for custom extensions or not directly supported extensions you also # need to set EXTENSION_MAPPING for the extension otherwise the files are not # properly processed by Doxygen. FILTER_PATTERNS = # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will also be used to filter the input files that are used for # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). # The default value is: NO. FILTER_SOURCE_FILES = NO # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and # it is also possible to disable source filtering for a specific pattern using # *.ext= (so without naming a filter). # This tag requires that the tag FILTER_SOURCE_FILES is set to YES. FILTER_SOURCE_PATTERNS = # If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that # is part of the input, its contents will be placed on the main page # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the Doxygen output. USE_MDFILE_AS_MAINPAGE = # The Fortran standard specifies that for fixed formatted Fortran code all # characters from position 72 are to be considered as comment. A common # extension is to allow longer lines before the automatic comment starts. The # setting FORTRAN_COMMENT_AFTER will also make it possible that longer lines can # be processed before the automatic comment starts. # Minimum value: 7, maximum value: 10000, default value: 72. FORTRAN_COMMENT_AFTER = 72 #--------------------------------------------------------------------------- # Configuration options related to source browsing #--------------------------------------------------------------------------- # If the SOURCE_BROWSER tag is set to YES then a list of source files will be # generated. Documented entities will be cross-referenced with these sources. # # Note: To get rid of all source code in the generated output, make sure that # also VERBATIM_HEADERS is set to NO. # The default value is: NO. SOURCE_BROWSER = NO # Setting the INLINE_SOURCES tag to YES will include the body of functions, # multi-line macros, enums or list initialized variables directly into the # documentation. # The default value is: NO. INLINE_SOURCES = NO # Setting the STRIP_CODE_COMMENTS tag to YES will instruct Doxygen to hide any # special comment blocks from generated source code fragments. Normal C, C++ and # Fortran comments will always remain visible. # The default value is: YES. STRIP_CODE_COMMENTS = YES # If the REFERENCED_BY_RELATION tag is set to YES then for each documented # entity all documented functions referencing it will be listed. # The default value is: NO. REFERENCED_BY_RELATION = NO # If the REFERENCES_RELATION tag is set to YES then for each documented function # all documented entities called/used by that function will be listed. # The default value is: NO. REFERENCES_RELATION = NO # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set # to YES then the hyperlinks from functions in REFERENCES_RELATION and # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will # link to the documentation. # The default value is: YES. REFERENCES_LINK_SOURCE = YES # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the # source code will show a tooltip with additional information such as prototype, # brief description and links to the definition and documentation. Since this # will make the HTML file larger and loading of large files a bit slower, you # can opt to disable this feature. # The default value is: YES. # This tag requires that the tag SOURCE_BROWSER is set to YES. SOURCE_TOOLTIPS = YES # If the USE_HTAGS tag is set to YES then the references to source code will # point to the HTML generated by the htags(1) tool instead of Doxygen built-in # source browser. The htags tool is part of GNU's global source tagging system # (see https://www.gnu.org/software/global/global.html). You will need version # 4.8.6 or higher. # # To use it do the following: # - Install the latest version of global # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file # - Make sure the INPUT points to the root of the source tree # - Run doxygen as normal # # Doxygen will invoke htags (and that will in turn invoke gtags), so these # tools must be available from the command line (i.e. in the search path). # # The result: instead of the source browser generated by Doxygen, the links to # source code will now point to the output of htags. # The default value is: NO. # This tag requires that the tag SOURCE_BROWSER is set to YES. USE_HTAGS = NO # If the VERBATIM_HEADERS tag is set the YES then Doxygen will generate a # verbatim copy of the header file for each class for which an include is # specified. Set to NO to disable this. # See also: Section \class. # The default value is: YES. VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- # Configuration options related to the alphabetical class index #--------------------------------------------------------------------------- # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all # compounds will be generated. Enable this if the project contains a lot of # classes, structs, unions or interfaces. # The default value is: YES. ALPHABETICAL_INDEX = YES # The IGNORE_PREFIX tag can be used to specify a prefix (or a list of prefixes) # that should be ignored while generating the index headers. The IGNORE_PREFIX # tag works for classes, function and member names. The entity will be placed in # the alphabetical list under the first letter of the entity name that remains # after removing the prefix. # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. IGNORE_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the HTML output #--------------------------------------------------------------------------- # If the GENERATE_HTML tag is set to YES, Doxygen will generate HTML output # The default value is: YES. GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of # it. # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_OUTPUT = html # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). # The default value is: .html. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_FILE_EXTENSION = .html # The HTML_HEADER tag can be used to specify a user-defined HTML header file for # each generated HTML page. If the tag is left blank Doxygen will generate a # standard header. # # To get valid HTML the header file that includes any scripts and style sheets # that Doxygen needs, which is dependent on the configuration options used (e.g. # the setting GENERATE_TREEVIEW). It is highly recommended to start with a # default header using # doxygen -w html new_header.html new_footer.html new_stylesheet.css # YourConfigFile # and then modify the file new_header.html. See also section "Doxygen usage" # for information on how to generate the default header that Doxygen normally # uses. # Note: The header is subject to change so you typically have to regenerate the # default header when upgrading to a newer version of Doxygen. For a description # of the possible markers and block names see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_HEADER = # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each # generated HTML page. If the tag is left blank Doxygen will generate a standard # footer. See HTML_HEADER for more information on how to generate a default # footer and what special commands can be used inside the footer. See also # section "Doxygen usage" for information on how to generate the default footer # that Doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style # sheet that is used by each HTML page. It can be used to fine-tune the look of # the HTML output. If left blank Doxygen will generate a default style sheet. # See also section "Doxygen usage" for information on how to generate the style # sheet that Doxygen normally uses. # Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as # it is more robust and this tag (HTML_STYLESHEET) will in the future become # obsolete. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_STYLESHEET = # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined # cascading style sheets that are included after the standard style sheets # created by Doxygen. Using this option one can overrule certain style aspects. # This is preferred over using HTML_STYLESHEET since it does not replace the # standard style sheet and is therefore more robust against future updates. # Doxygen will copy the style sheet files to the output directory. # Note: The order of the extra style sheet files is of importance (e.g. the last # style sheet in the list overrules the setting of the previous ones in the # list). # Note: Since the styling of scrollbars can currently not be overruled in # Webkit/Chromium, the styling will be left out of the default doxygen.css if # one or more extra stylesheets have been specified. So if scrollbar # customization is desired it has to be added explicitly. For an example see the # documentation. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_EXTRA_STYLESHEET = # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note # that these files will be copied to the base HTML output directory. Use the # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these # files. In the HTML_STYLESHEET file, use the file name only. Also note that the # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_EXTRA_FILES = # The HTML_COLORSTYLE tag can be used to specify if the generated HTML output # should be rendered with a dark or light theme. # Possible values are: LIGHT always generates light mode output, DARK always # generates dark mode output, AUTO_LIGHT automatically sets the mode according # to the user preference, uses light mode if no preference is set (the default), # AUTO_DARK automatically sets the mode according to the user preference, uses # dark mode if no preference is set and TOGGLE allows a user to switch between # light and dark mode via a button. # The default value is: AUTO_LIGHT. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_COLORSTYLE = AUTO_LIGHT # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the style sheet and background images according to # this color. Hue is specified as an angle on a color-wheel, see # https://en.wikipedia.org/wiki/Hue for more information. For instance the value # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 # purple, and 360 is red again. # Minimum value: 0, maximum value: 359, default value: 220. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_COLORSTYLE_HUE = 220 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors # in the HTML output. For a value of 0 the output will use gray-scales only. A # value of 255 will produce the most vivid colors. # Minimum value: 0, maximum value: 255, default value: 100. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_COLORSTYLE_SAT = 100 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the # luminance component of the colors in the HTML output. Values below 100 # gradually make the output lighter, whereas values above 100 make the output # darker. The value divided by 100 is the actual gamma applied, so 80 represents # a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not # change the gamma. # Minimum value: 40, maximum value: 240, default value: 80. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_COLORSTYLE_GAMMA = 80 # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML # documentation will contain a main index with vertical navigation menus that # are dynamically created via JavaScript. If disabled, the navigation index will # consists of multiple levels of tabs that are statically embedded in every HTML # page. Disable this option to support browsers that do not have JavaScript, # like the Qt help browser. # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_DYNAMIC_MENUS = YES # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML # documentation will contain sections that can be hidden and shown after the # page has loaded. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_DYNAMIC_SECTIONS = NO # If the HTML_CODE_FOLDING tag is set to YES then classes and functions can be # dynamically folded and expanded in the generated HTML source code. # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_CODE_FOLDING = YES # If the HTML_COPY_CLIPBOARD tag is set to YES then Doxygen will show an icon in # the top right corner of code and text fragments that allows the user to copy # its content to the clipboard. Note this only works if supported by the browser # and the web page is served via a secure context (see: # https://www.w3.org/TR/secure-contexts/), i.e. using the https: or file: # protocol. # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_COPY_CLIPBOARD = YES # Doxygen stores a couple of settings persistently in the browser (via e.g. # cookies). By default these settings apply to all HTML pages generated by # Doxygen across all projects. The HTML_PROJECT_COOKIE tag can be used to store # the settings under a project specific key, such that the user preferences will # be stored separately. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_PROJECT_COOKIE = # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries # shown in the various tree structured indices initially; the user can expand # and collapse entries dynamically later on. Doxygen will expand the tree to # such a level that at most the specified number of entries are visible (unless # a fully collapsed tree already exceeds this amount). So setting the number of # entries 1 will produce a full collapsed tree by default. 0 is a special value # representing an infinite number of entries and will result in a full expanded # tree by default. # Minimum value: 0, maximum value: 9999, default value: 100. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_INDEX_NUM_ENTRIES = 100 # If the GENERATE_DOCSET tag is set to YES, additional index files will be # generated that can be used as input for Apple's Xcode 3 integrated development # environment (see: # https://developer.apple.com/xcode/), introduced with OSX 10.5 (Leopard). To # create a documentation set, Doxygen will generate a Makefile in the HTML # output directory. Running make will produce the docset in that directory and # running make install will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at # startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy # genXcode/_index.html for more information. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. GENERATE_DOCSET = NO # This tag determines the name of the docset feed. A documentation feed provides # an umbrella under which multiple documentation sets from a single provider # (such as a company or product suite) can be grouped. # The default value is: Doxygen generated docs. # This tag requires that the tag GENERATE_DOCSET is set to YES. DOCSET_FEEDNAME = "Doxygen generated docs" # This tag determines the URL of the docset feed. A documentation feed provides # an umbrella under which multiple documentation sets from a single provider # (such as a company or product suite) can be grouped. # This tag requires that the tag GENERATE_DOCSET is set to YES. DOCSET_FEEDURL = # This tag specifies a string that should uniquely identify the documentation # set bundle. This should be a reverse domain-name style string, e.g. # com.mycompany.MyDocSet. Doxygen will append .docset to the name. # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_DOCSET is set to YES. DOCSET_BUNDLE_ID = org.doxygen.Project # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify # the documentation publisher. This should be a reverse domain-name style # string, e.g. com.mycompany.MyDocSet.documentation. # The default value is: org.doxygen.Publisher. # This tag requires that the tag GENERATE_DOCSET is set to YES. DOCSET_PUBLISHER_ID = org.doxygen.Publisher # The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. # The default value is: Publisher. # This tag requires that the tag GENERATE_DOCSET is set to YES. DOCSET_PUBLISHER_NAME = Publisher # If the GENERATE_HTMLHELP tag is set to YES then Doxygen generates three # additional HTML index files: index.hhp, index.hhc, and index.hhk. The # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop # on Windows. In the beginning of 2021 Microsoft took the original page, with # a.o. the download links, offline the HTML help workshop was already many years # in maintenance mode). You can download the HTML help workshop from the web # archives at Installation executable (see: # http://web.archive.org/web/20160201063255/http://download.microsoft.com/downlo # ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe). # # The HTML Help Workshop contains a compiler that can convert all HTML output # generated by Doxygen into a single compiled HTML file (.chm). Compiled HTML # files are now used as the Windows 98 help format, and will replace the old # Windows help format (.hlp) on all Windows platforms in the future. Compressed # HTML files also contain an index, a table of contents, and you can search for # words in the documentation. The HTML workshop also contains a viewer for # compressed HTML files. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. GENERATE_HTMLHELP = NO # The CHM_FILE tag can be used to specify the file name of the resulting .chm # file. You can add a path in front of the file if the result should not be # written to the html output directory. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. CHM_FILE = # The HHC_LOCATION tag can be used to specify the location (absolute path # including file name) of the HTML help compiler (hhc.exe). If non-empty, # Doxygen will try to run the HTML help compiler on the generated index.hhp. # The file has to be specified with full path. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. HHC_LOCATION = # The GENERATE_CHI flag controls if a separate .chi index file is generated # (YES) or that it should be included in the main .chm file (NO). # The default value is: NO. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. GENERATE_CHI = NO # The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) # and project file content. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. CHM_INDEX_ENCODING = # The BINARY_TOC flag controls whether a binary table of contents is generated # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it # enables the Previous and Next buttons. # The default value is: NO. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. BINARY_TOC = NO # The TOC_EXPAND flag can be set to YES to add extra items for group members to # the table of contents of the HTML help documentation and to the tree view. # The default value is: NO. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. TOC_EXPAND = NO # The SITEMAP_URL tag is used to specify the full URL of the place where the # generated documentation will be placed on the server by the user during the # deployment of the documentation. The generated sitemap is called sitemap.xml # and placed on the directory specified by HTML_OUTPUT. In case no SITEMAP_URL # is specified no sitemap is generated. For information about the sitemap # protocol see https://www.sitemaps.org # This tag requires that the tag GENERATE_HTML is set to YES. SITEMAP_URL = # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that # can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help # (.qch) of the generated HTML documentation. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. GENERATE_QHP = NO # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify # the file name of the resulting .qch file. The path specified is relative to # the HTML output folder. # This tag requires that the tag GENERATE_QHP is set to YES. QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help # Project output. For more information please see Qt Help Project / Namespace # (see: # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace). # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_QHP is set to YES. QHP_NAMESPACE = org.doxygen.Project # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt # Help Project output. For more information please see Qt Help Project / Virtual # Folders (see: # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders). # The default value is: doc. # This tag requires that the tag GENERATE_QHP is set to YES. QHP_VIRTUAL_FOLDER = doc # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom # filter to add. For more information please see Qt Help Project / Custom # Filters (see: # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_CUST_FILTER_NAME = # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the # custom filter to add. For more information please see Qt Help Project / Custom # Filters (see: # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this # project's filter section matches. Qt Help Project / Filter Attributes (see: # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_SECT_FILTER_ATTRS = # The QHG_LOCATION tag can be used to specify the location (absolute path # including file name) of Qt's qhelpgenerator. If non-empty Doxygen will try to # run qhelpgenerator on the generated .qhp file. # This tag requires that the tag GENERATE_QHP is set to YES. QHG_LOCATION = # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be # generated, together with the HTML files, they form an Eclipse help plugin. To # install this plugin and make it available under the help contents menu in # Eclipse, the contents of the directory containing the HTML and XML files needs # to be copied into the plugins directory of eclipse. The name of the directory # within the plugins directory should be the same as the ECLIPSE_DOC_ID value. # After copying Eclipse needs to be restarted before the help appears. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. GENERATE_ECLIPSEHELP = NO # A unique identifier for the Eclipse help plugin. When installing the plugin # the directory name containing the HTML and XML files should also have this # name. Each documentation set should have its own identifier. # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. ECLIPSE_DOC_ID = org.doxygen.Project # If you want full control over the layout of the generated HTML pages it might # be necessary to disable the index and replace it with your own. The # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top # of each HTML page. A value of NO enables the index and the value YES disables # it. Since the tabs in the index contain the same information as the navigation # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. DISABLE_INDEX = NO # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. If the tag # value is set to YES, a side panel will be generated containing a tree-like # index structure (just like the one that is generated for HTML Help). For this # to work a browser that supports JavaScript, DHTML, CSS and frames is required # (i.e. any modern browser). Windows users are probably better off using the # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can # further fine tune the look of the index (see "Fine-tuning the output"). As an # example, the default style sheet generated by Doxygen has an example that # shows how to put an image at the root of the tree instead of the PROJECT_NAME. # Since the tree basically has the same information as the tab index, you could # consider setting DISABLE_INDEX to YES when enabling this option. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. GENERATE_TREEVIEW = NO # When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the # FULL_SIDEBAR option determines if the side bar is limited to only the treeview # area (value NO) or if it should extend to the full height of the window (value # YES). Setting this to YES gives a layout similar to # https://docs.readthedocs.io with more room for contents, but less room for the # project logo, title, and description. If either GENERATE_TREEVIEW or # DISABLE_INDEX is set to NO, this option has no effect. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. FULL_SIDEBAR = NO # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that # Doxygen will group on one line in the generated HTML documentation. # # Note that a value of 0 will completely suppress the enum values from appearing # in the overview section. # Minimum value: 0, maximum value: 20, default value: 4. # This tag requires that the tag GENERATE_HTML is set to YES. ENUM_VALUES_PER_LINE = 4 # When the SHOW_ENUM_VALUES tag is set doxygen will show the specified # enumeration values besides the enumeration mnemonics. # The default value is: NO. SHOW_ENUM_VALUES = NO # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used # to set the initial width (in pixels) of the frame in which the tree is shown. # Minimum value: 0, maximum value: 1500, default value: 250. # This tag requires that the tag GENERATE_HTML is set to YES. TREEVIEW_WIDTH = 250 # If the EXT_LINKS_IN_WINDOW option is set to YES, Doxygen will open links to # external symbols imported via tag files in a separate window. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. EXT_LINKS_IN_WINDOW = NO # If the OBFUSCATE_EMAILS tag is set to YES, Doxygen will obfuscate email # addresses. # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. OBFUSCATE_EMAILS = YES # If the HTML_FORMULA_FORMAT option is set to svg, Doxygen will use the pdf2svg # tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see # https://inkscape.org) to generate formulas as SVG images instead of PNGs for # the HTML output. These images will generally look nicer at scaled resolutions. # Possible values are: png (the default) and svg (looks nicer but requires the # pdf2svg or inkscape tool). # The default value is: png. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_FORMULA_FORMAT = png # Use this tag to change the font size of LaTeX formulas included as images in # the HTML documentation. When you change the font size after a successful # Doxygen run you need to manually remove any form_*.png images from the HTML # output directory to force them to be regenerated. # Minimum value: 8, maximum value: 50, default value: 10. # This tag requires that the tag GENERATE_HTML is set to YES. FORMULA_FONTSIZE = 10 # The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands # to create new LaTeX commands to be used in formulas as building blocks. See # the section "Including formulas" for details. FORMULA_MACROFILE = # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see # https://www.mathjax.org) which uses client side JavaScript for the rendering # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX # installed or if you want to formulas look prettier in the HTML output. When # enabled you may also need to install MathJax separately and configure the path # to it using the MATHJAX_RELPATH option. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. USE_MATHJAX = NO # With MATHJAX_VERSION it is possible to specify the MathJax version to be used. # Note that the different versions of MathJax have different requirements with # regards to the different settings, so it is possible that also other MathJax # settings have to be changed when switching between the different MathJax # versions. # Possible values are: MathJax_2 and MathJax_3. # The default value is: MathJax_2. # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_VERSION = MathJax_2 # When MathJax is enabled you can set the default output format to be used for # the MathJax output. For more details about the output format see MathJax # version 2 (see: # http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3 # (see: # http://docs.mathjax.org/en/latest/web/components/output.html). # Possible values are: HTML-CSS (which is slower, but has the best # compatibility. This is the name for Mathjax version 2, for MathJax version 3 # this will be translated into chtml), NativeMML (i.e. MathML. Only supported # for MathJax 2. For MathJax version 3 chtml will be used instead.), chtml (This # is the name for Mathjax version 3, for MathJax version 2 this will be # translated into HTML-CSS) and SVG. # The default value is: HTML-CSS. # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_FORMAT = HTML-CSS # When MathJax is enabled you need to specify the location relative to the HTML # output directory using the MATHJAX_RELPATH option. The destination directory # should contain the MathJax.js script. For instance, if the mathjax directory # is located at the same level as the HTML output directory, then # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax # Content Delivery Network so you can quickly see the result without installing # MathJax. However, it is strongly recommended to install a local copy of # MathJax from https://www.mathjax.org before deployment. The default value is: # - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2 # - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3 # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_RELPATH = https://cdn.jsdelivr.net/npm/mathjax@2 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example # for MathJax version 2 (see # https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions): # MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols # For example for MathJax version 3 (see # http://docs.mathjax.org/en/latest/input/tex/extensions/index.html): # MATHJAX_EXTENSIONS = ams # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_EXTENSIONS = # The MATHJAX_CODEFILE tag can be used to specify a file with JavaScript pieces # of code that will be used on startup of the MathJax code. See the MathJax site # (see: # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an # example see the documentation. # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_CODEFILE = # When the SEARCHENGINE tag is enabled Doxygen will generate a search box for # the HTML output. The underlying search engine uses JavaScript and DHTML and # should work on any modern browser. Note that when using HTML help # (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) # there is already a search function so this one should typically be disabled. # For large projects the JavaScript based search engine can be slow, then # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to # search using the keyboard; to jump to the search box use + S # (what the is depends on the OS and browser, but it is typically # , /