Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get other account's public calendar #52

Open
djwgit opened this issue Jun 26, 2015 · 0 comments
Open

get other account's public calendar #52

djwgit opened this issue Jun 26, 2015 · 0 comments

Comments

@djwgit
Copy link

djwgit commented Jun 26, 2015

possible to get another account's public calendar ?
as the function in viewpoint : https://github.com/WinRb/Viewpoint

cli = Viewpoint::EWSClient.new(endpoint, user, pass)
start_time = DateTime.parse("2015-06-24").iso8601
end_time = DateTime.parse("2015-06-26").iso8601
user_free_busy = cli.get_user_availability(['conference_room1@company.com'],
start_time: start_time,
end_time: end_time,
requested_view: :free_busy)
busy_times = user_free_busy.calendar_event_array

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant