joniles / mpxj

Primary repository for MPXJ library
http://www.mpxj.org/
GNU Lesser General Public License v2.1
250 stars 104 forks source link

Calendar in ruby sdk #766

Closed DanLucena closed 2 weeks ago

DanLucena commented 3 weeks ago

Hello,

I'm currently using the Ruby SDK and would like to access both the project and task calendars. Is there a method available that allows this? I've attempted to use the task_calendar method but consistently receive nil for all tasks. However, when I use calendar_unique_id, I do get the calendar IDs.

Is there a way to retrieve the task's calendar along with the project's base calendar?

joniles commented 3 weeks ago

Hello! Thanks for opening the issue. Access to calendars is not currently provided via the Ruby interface. I will take a look at adding support early next week.

joniles commented 2 weeks ago

Hi, I've just merged the changes to provide access to calendar data via the ruby gem. These changes will be available as part of the next MPXJ release.