owncloud-archive / maps

:globe_with_meridians: Maps app for ownCloud
GNU Affero General Public License v3.0
42 stars 20 forks source link

Events on the map #22

Open jancborchardt opened 10 years ago

jancborchardt commented 10 years ago

It would be cool to have events show up on the map when they have a location set and are in the near future (the next 4 weeks).

@MorrisJobke mentioned that GMaps does this. Would be a great way to inter-connect ownCloud apps! cc @brantje @georgehrke

brantje commented 10 years ago

Does the calendar has an api, so i can get appointments?

jancborchardt commented 10 years ago

@georgehrke ^?

brantje commented 10 years ago

Best option would be Ajax, otherwise, an PHP example of how to get all user appointments would be great =)

georgehrke commented 10 years ago

There is no official public API yet, but there will be a public API as well as a RESTful JSON API in the near future.

Please excuse my brevity and typos. Sent from my iPhone 5

On Sep 9, 2014, at 1:46 PM, Sander notifications@github.com wrote:

Best option would be Ajax, otherwise, an PHP example of how to get all user appointments would be great =)

— Reply to this email directly or view it on GitHub.

DJaeger commented 9 years ago

@georgehrke: Is the "near future" reached and the API available?

v1r0x commented 9 years ago

any news?

v1r0x commented 9 years ago

@georgehrke any news on the API?

jancborchardt commented 8 years ago

@DeepDiver1975 @georgehrke @raghunayyar I assume that with the move of CalDAV to core, this API for the events will be provided by core?

georgehrke commented 8 years ago

one should just be able to use the caldav interface in core. (although some json api combined with a future php calendar api in core would probably be easier)