function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Andrew Allen 7Andrew Allen 7 

Google Calendar Service to Access Events

Hi all,

Trying to write an apex integration that will access a users Google calendar. I would of course prefer to use a built in service that Google provides, but with Apex I am pretty sure it is impossible to use external libraries (aka import dependencies via a pom.xml file). I was wondering if anyone knew of any service that exists that can access a users calendar via the CalendarService google provides?

Thanks in advance!
Cash DavidsonCash Davidson
I think you need to write down to modders. They know source code anyway. It will be easier for you to cooperate. Start with technifiser (https://technifiser.com)- they helped me to solve so much problems.