loganh0522
loganh0522
@cbales Please let me know if you need anymore information to help you. Do you have any suggestions I can use to work around this in the meantime?
Okay thank you for the suggestion. Just out of curiosity, when might this bug be resolved, so I know when to check back in ? I really appreciate quick response...
@cbales That is fine I totally understand, I am having some difficulties with a couple of things, and it would really help me out if you had an answer. 1....
def self.create_event(user, dateTime, endTime, time) if user.outlook_token.expired? user.outlook_token.refresh!(user) end callback = Proc.new do |r| r.headers['Authorization'] = "Bearer #{access_token}" r.headers['Content-type'] = 'application/json' r.headers['X-AnchorMailbox'] = user.email end graph = MicrosoftGraph.new(base_url: 'https://graph.microsoft.com/v1.0/', cached_metadata_file:...