linkedin / linkedin/pyexchange

get other account's public calendar

Open
#52 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
154
Forks
91
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the issue's Viewpoint example, especially EWSClient.get_user_availability, and inspect the corresponding pyexchange entry points for calendar or availability access. Clarify with maintainers whether public calendars are supported and what account permissions and returned data should be covered before defining completion.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.