Skip to content

Freebusy support #11

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Freebusy support #11

wants to merge 6 commits into from

Conversation

shazam442
Copy link

No description provided.

spec.add_runtime_dependency "nokogiri"
spec.add_dependency "http"
spec.add_dependency "icalendar"
spec.add_dependency "nokogiri"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mistake... switch back to add_runtime_dependency

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rubocop lint fix


def call
Nokogiri::XML::Builder.new do |xml|
xml["c"].public_send(:"free-busy-query",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe use: ??

xml["caldav"].public_send(:"free-busy-query", NAMESPACES) do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants