I'm working on creating a module to synchronize CommitCRM events with Google Calendars, but when I query record IDs with the data kind of "TASK" or "APPOINTMENT" using the function CmtGetQueryRecIds(), the API function returns error code 3100, which isn't listed in the documentation. The error description as returned by CmtGetDescriptionByCode() is garbage data.
The same code works to query every other data kind, so I'm not sure what I'm doing wrong here.
Also, once I have a record ID for an event, I can query fields from that record without a problem.
The same code works to query every other data kind, so I'm not sure what I'm doing wrong here.
Also, once I have a record ID for an event, I can query fields from that record without a problem.
Comment