• Andrew Allen 7
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
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!