linkedin / linkedin/pyexchange
get other account's public calendar
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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