question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for location in event

See original GitHub issue

HI @Narcolapser,

One feature that I’m missing in this library is the ability to set a location on an event. When you set the location on the event it will be clearly visible for everybody and it will be attached as it should be. The same behaviour can be simulated by adding the location (read: a meeting room) as an attendee but it is not entirely correct and in this case the user has to look at all attendees to know the meeting room. I’ve started a concept on my own repository but I’m not entirely sure on how to build this.

If I get this correctly I need to make a new class (Location) in which I need to create a function where you can set the location on. This should be imported by Event.py in order to attach it? I’ve made a little work in progress here: https://github.com/Yenthe666/python-o365 with most of the code in this PR: https://github.com/Yenthe666/python-o365/commit/01b6f4d6c9f352ff1fdc7f8007dda74a7188dc09

Which should allow to create a new object like this:

location = Location(auth=auth)

And then somehow the ability to add the location to the Event so it gets pushed in too. Could you elaborate / give tips on how to further build this? I’m not sure about the details. 😄

Regards, Yenthe

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:30 (30 by maintainers)

github_iconTop GitHub Comments

1reaction
Narcolapsercommented, Oct 25, 2017

Good to hear!

1reaction
Yenthe666commented, Jul 13, 2017

I’ll test it tommorow and I’ll give you feedback. 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I add a location to an event? - Microsoft Support
You can add a location to an event from the Create Event or Edit Event screen. From the Create Event or Edit Event...
Read more >
Basics - Adding your event venue - Support
The venue for your event can be quickly found by typing the venue name or address. As you type, suggestions will appear based...
Read more >
Events: Add and manage event locations - LibCal
Add new event locations · Go to Admin > Events from the command bar. · Click on the Event Locations tab. · Click...
Read more >
Add map links to events - Trumba Help
Use latitude and longitude coordinates to add map links · In the add/edit event form, in the Location section, click Lat/Long. · In...
Read more >
How to Add Event Site to the events on your WordPress ...
Step3: After completing the installation process, go to the WordPress dashboard. From the EventPrime menu, click on Event Sites/Location. Step4: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found