Skip to content

Getting Calendar Details #983

Answered by NankuF
aburito asked this question in Q&A
Sep 24, 2021 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Then it's possible that you only have access to this calendar via the Protocol.get_free_busy_info() method. You can try account.calendar.view(start=start, end=end).only("subject", "location") to see if you're allowed access to just the subject and location fields.

Its work.
If you need only start,end, subject and location OR start,end,free/busy then need use Protocol.get_free_busy_info()
Permissions in calendar: Free/Busy time; Free/Busy time, subject, location.

    infos = account.protocol.get_free_busy_info(
        accounts=[
            (account, 'Optional', False),
            # (account, 'Organizer', False),
            # (account, 'Required', False),
        ],
        start=star…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ecederstrand
Comment options

@NankuF
Comment options

@ecederstrand
Comment options

@NankuF
Comment options

Answer selected by ecederstrand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants