I am attempting to configure a duplicate of the “Event” DocType for the purposes of further customizing it for service scheduling. While duplication process was successful, the Google Calendar sync feature does not work in the duplicated DocType. It only works in the original “Event” DocType.
Is there some sort of additional configuration that needs to be done in order to enable Google Calendar sync in custom DocTypes?
Thank you, and please let me know if I can provide any additional information.
When you create a custom DocType, the sync doesn’t work because the system doesn’t know about it. To fix this, you need to update the code to recognize your new DocType. This means adding your custom DocType in the right places, like the sync settings, event handling files, and Google Calendar integration logic. You also need to make sure your new DocType has the same important fields (like Starts on, Ends on, and Google Calendar Event ID). Once you update these settings, the sync should work properly.
Thank you for your assistance in troubleshooting this issue.
Could you please provide some more context about what needs to be done to make these changes? For reference, I am using a Frappecloud-hosted deployment of ERPNext.