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

(Enhancement) Add Poll Options to User's Calendar in Case of Meeting Poll #411

Open
gohrner opened this issue Nov 4, 2018 · 8 comments
Open
Milestone

Comments

@gohrner
Copy link

gohrner commented Nov 4, 2018

It would be nice to be able to integrate the poll app with the calendar app more closely.

  1. For one, it woud be good to see the meetings being polled as (preliminary) events in ones own Calendar.
  2. Second, it would be a nice feature to somehow see (colliding / neighbouring) events from ones own Calendar in the poll view, so I can easier cast my vote based on an informed decision. This way, jumping between Polls app and Calendar app would not be necessary as often.
@dartcafe dartcafe added this to the backlog milestone Nov 9, 2018
@dartcafe
Copy link
Collaborator

dartcafe commented Nov 9, 2018

Similar to #400. I hope, we can do it with an ICS feed.

@bencomp
Copy link

bencomp commented Feb 27, 2019

I think it would help to create a good overview if time slots have a start and end (as mentioned in #201), although a (configurable) default length could be a workaround for not having end times.

@jancborchardt
Copy link
Member

Was just talking about this with @georgehrke as well (cc @tcitworld). When you are in a Poll, it could show your free/busy info while you are making the decisions?

@dartcafe
Copy link
Collaborator

dartcafe commented Jan 5, 2020

@jancborchardt @georgehrke
I need a hint how to build the $options for ICalendar::search

I tried:

$from = new DateTime('2020-02-05');
$to = new DateTime('2020-02-06');
$calendar->search('' ,['SUMMARY'], ['timerange' => ['start' => $from, 'end' => $to]])

But i get
Undefined property: DateTime::$getTimeStamp at /www/htdocs/w017b2c3/instances/dev/server/apps/dav/lib/CalDAV/CalDavBackend.php#1561

@tcitworld
Copy link
Member

You found the bug yourself. :)

@dartcafe
Copy link
Collaborator

dartcafe commented Jan 5, 2020

@georgehrke
Not sure, if I found a bug or if I don't understand things right. I tried to make a pull request:
nextcloud/server#18679

@dartcafe
Copy link
Collaborator

dartcafe commented Jan 5, 2020

Ups. @tcitworld What do you mean? the PR

@dartcafe
Copy link
Collaborator

Was just talking about this with @georgehrke as well (cc @tcitworld). When you are in a Poll, it could show your free/busy info while you are making the decisions?

@jancborchardt First attempt: #747

tortuetorche added a commit to tortuetorche/polls that referenced this issue Mar 5, 2020
tortuetorche added a commit to tortuetorche/polls that referenced this issue Mar 5, 2020
References:
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
nextcloud#121, nextcloud#136 and nextcloud#411
@lordfiSh lordfiSh mentioned this issue Apr 2, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants