FM-iCal-Connector Changelog


Back to FM-iCal-Connector


  • - FM-iCal-Connector 3.0.3 - 12th February 2013
    • New feature: Updating local calendars in automatic mode.
    • Fixed an issue with local Web-Publishing with FileMaker Pro Advanced.
    • Demo-databases for FileMaker 12 now included.
  • + FM-iCal-Connector 3.0.2 - 14th July 2012
    • Fixed an issue with FileMaker 12v2 Update
  • + FM-iCal-Connector 3.0.1 - 12th July 2012
    • Add Support for MacOS X Mountain Lion 10.8
    • Fixed a random issue with creating predefined tables
    • Add missing record in TaskDemo database
  • + FM-iCal-Connector 3.0 - 5th April 2012
    • New functions for iCal Notifications:
      • FMiCalConnector_Settings( “-startNotifications” )
      • FMiCalConnector_Settings( “-stopNotifications” )
      • FMiCalConnector_Settings( “-skipCalendarsNotification” ; 1 )
      • FMiCalConnector_Settings( “-skipEventsNotification” ; 1 )
      • FMiCalConnector_Settings( “-skipTasksNotification” ; 1 )
      • FMiCalConnector_Settings( “-restoreDefaults”)
      • FMiCalConnector_Version( “-notificationsStatus” )
    • New functions for setting the target database:
      • FMiCalConnector_Settings( “-setFileName” ; “NameOfYourDatabase” ) )
      • FMiCalConnector_Version( “-fileName” )
    • Compatible with the FileMaker 12
  • + FM-iCal-Connector 2.2.5 - 26th July 2011
    • Add Support for MacOS X Lion 10.7
    • Switched FMWrapper.lib to latest version
    • Increase Startup time
  • + FM-iCal-Connector 2.2.4 - 24th November 2010
    • Fixed an issue with single quotes and FileMaker 11
    • Decrease update check timeout
  • + FM-iCal-Connector 2.2.3 - 9th June 2010
    • Fixed an issue related to never ending recurrence events and spans ‘future’ or ‘all’
  • + FM-iCal-Connector 2.2.2 - 24th April 2010
    • Fixed an issue related to ‘occurrenceWithTimestamp’
    • Fixed an issue with recurrence events in manual mode
  • + FM-iCal-Connector 2.2.1 - 12th April 2010
    • Fixed an issue with FM Web Publishing and FileMaker 10
  • + FM-iCal-Connector 2.2 - 1st April 2010
    • Make FM-iCal-Connector compatible with FileMaker 11
    • New function for setting unneeded tables and/or fields to “nil” in automatic mode.
    • New function ‘FMiCalConnector_Version( “-latestVersion” )’ # is your version up to date?
    • New function ‘FMiCalConnector_Version( “-getFieldNameForCalendarsTable” ; “table”)
    • New function ‘FMiCalConnector_Version( “-getFieldNameForEventsTable” ; “table”)
    • New function ‘FMiCalConnector_Version( “-getFieldNameForTasksTable” ; “table”)
    • New function ‘FMiCalConnector_Version( “-getFieldNameForAlarmsTable” ; “table”)
    • New function ‘FMiCalConnector_Version( “-getFieldNameForAttendeesTable” ; “table”)
    • Next, this and previous week buttons in CalendarDemo.fp7 demo database
    • Fixed an issue in CreateCalendar related to automatic mode
    • Fixed a time zone issue in ConvertDate related to FM-Timestamp conversion
    • Fixed an issue in GetTasks related to completed Tasks
    • Fixed an issue in CreateEvent and DeleteEvent related to recurrence events and timezones
  • + FM-iCal-Connector 2.1.5 - 17th June 2009
    • Fixed an issue with XML and recurrence events
    • ‘CalendarDemo.fp7’ event editing issue fixed
  • + FM-iCal-Connector 2.1.4 - 25th May 2009
    • Three new parser targets added: “-encodeForXML”, “-encodeFromXML”, “-textFromElement”
    • Fixed an issue with a never ending recurrence and automaticFieldMapping
    • Fixed an issue with XML encoded url in CreateEvent and CreateTask
    • Added XML sample databases
  • + FM-iCal-Connector 2.1.3 - 1st April 2009
    • Fixed an issue with empty location or notes fields
    • Fixed an issue with different datetime formats using “-setEventDateStampFilter”
  • + FM-iCal-Connector 2.1.2 - 25th March 2009
    • Task priority changed from “Normal” to “Medium”
    • Memory management optimized
  • + FM-iCal-Connector 2.1.1 - 24th March 2009
    • Fixed an issue related to task xml closing tag
    • Fixed an issue with double event records in GetEvents function
    • Fixed a sql-encoding bug
  • + FM-iCal-Connector 2.1 - 14th January 2009
    • New query filter for FMiCalConnector_GetEvents
    • New automatic registration after plug-in load
    • New task demo database
    • Issue with recurrence events and automaticFieldMapping fixed
    • New or updated events are synced by the plug-in, no need for a reload
    • New or updated tasks are synced by the plug-in, no need for a reload
    • Fixed a linefeed issue on the iPhone and iPod touch with automaticFieldMapping
    • FileMaker 10 compatibility
  • + FM-iCal-Connector 2.0 - 1st September 2008
    • New function added for automatic field mapping (no xml needed any more)
    • New function added for creating FM tables and fields for Calendars, Events, Tasks, Alarms and Attendees
    • New Function added: FMiCalConnector_GetUUID
    • Recurrence issue fixed if event has same start- and end-date
  • + FM-iCal-Connector 1.1.2 - 21st May 2008
    • Added a create event sample database
    • Added a register event sample database
    • Fixed a small linefeed issue on the iPhone and iPod touch
    • Fixed a bug with recurrence events and 10.5.2
  • + FM-iCal-Connector 1.1.1 - 9th April 2008
    • Fixed a bug with url encodings in events and tasks
    • Fixed the xml encoding for a new event in the demo database
  • + FM-iCal-Connector 1.1 - 12th March 2008
    • New function added: ‘FMiCalConnector_ConvertDate’
    • Adapted the plug-in for MacOS X 10.5.2 where Apple
    • fixed a few bugs in the CalCalendar-Framework
    • Fixed a bug in “CreateEvents”, with the target “-update”
    • Fixed a bug in “GetTasks” with target “-special”
    • Fixed name of ‘FMiCalConnector_Settings’ function
    • Adapted the demo database for the new plug-in version:
    • New event sample added in demo database
    • Open iCal sample added in demo database
    • Register plug-in sample
    • Date conversion for calendar view switched from buggy FileMaker functions to the new ConvertDate plug-in function
  • + FM-iCal-Connector 1.0 - 26th October 2007
    • First Release