Forum Archive

Calendar View/Date Picker Calendar Style

vcr80

Hy!

I'm looking for a possibility to implement a calendar view (like in any application that uses a calendar). Is there an easy way? Do I have to create one using loops and labels/buttons?

I'm using Pythonista 2.0.

Thanks
- vcr80

brumm

Maybe datepicker works for you!?

vcr80

not really, because I'd like an overview that shows the whole month like Calendar.app (maybe including highlighting dots if there is something scheduled for that day)

deloriel42

I only know about iCal/ics parser modules.
No direct calender access to iOS.

there is a calender module able to generate HTML output. that might help if you can hook it up with your iCal account/service.
That might be any Google, Exchange or iCloud based service .

BUT no Integration like that Reminders or contacts. Maybe upcoming?

ccc

https://forum.omz-software.com/topic/1849/just-a-idea-widgets-controls-for-pythonista

vcr80

Actually that's not what I'm looking for, @deloriel42 - @ccc that sounds like what I'm looking for!

I'm just looking for a view, that displays a plain monthly calendar overview. When the user taps a date, a subview will open, letting him create new (app-specific) appointments and view existing ones.

TutorialDoctor

I posted a few weeks ago about how I might use the web view to make widgets in Pythonista. You can easily find tons of examples of calendars and add that code to a web view.

This would be the fastest way to get one working. Making one from scratch with Pythonista might take a while.

https://github.com/kylestetz/CLNDR

http://www.creative-tim.com/product/full-calendar

betinajessen

Thanks for the hint, the problem of the rangsclasses I can’t specify different class name for the start date and the end date, and this my man issue.

betinajessen

BUT no Integration like that Reminders or contacts. Maybe upcoming?