ICS File Parser

Content Type: Module
Categories: Utility

Overview

ICS Parser Module

The ICS Parser module provides a set of Java actions that allow you to extract essential details from .ics (iCalendar) files. This module is ideal for Mendix applications that need to process and display event data from calendar files.

Key Features:

  • Event Title Extraction: Retrieve the event title from the .ics file.
  • Event Description Extraction: Extract the description of the event.
  • Start Date Extraction: Get the start date and time of the event, including support for different time zones.
  • End Date Extraction: Retrieve the end date and time of the event.

These actions enable seamless integration with calendar functionalities within your Mendix applications, providing an efficient way to manage and display event details.

Documentation

Typical usage scenario

When you want to get details of Event Title, Description , Start Date & End Date from ics file.

Features and limitations

It provides you detail of single event not Recurring event.

Releases

Version: 1.0.0
Framework Version: 9.24.12
Release Notes: ICS Parser Module The ICS Parser module provides a set of Java actions that allow you to extract essential details from .ics (iCalendar) files. This module is ideal for Mendix applications that need to process and display event data from calendar files. Key Features: Event Title Extraction: Retrieve the event title from the .ics file. Event Description Extraction: Extract the description of the event. Start Date Extraction: Get the start date and time of the event, including support for different time zones. End Date Extraction: Retrieve the end date and time of the event. These actions enable seamless integration with calendar functionalities within your Mendix applications, providing an efficient way to manage and display event details.