septor / dateplus

e107v2: Advanced Date Display Plugin
1 stars 1 forks source link

Not an issue. but enhancement maybe #3

Open Norwayman opened 8 years ago

Norwayman commented 8 years ago

Could this be integrated with Google Calendar so that users could subscribe to the calendar and it would appear in their Google Calendar? Just an idea :)

septor commented 8 years ago

Hmm, this is kind of interesting.

Since Google Calendar already has holidays, I suspect you are referring to Userdays?

I like this idea. I'll mull this over a bit and do some research.

Norwayman commented 8 years ago

Yes, I suppose it has to be Userdays. If not the holidays would appear twice in Google Calendar, no?

septor commented 8 years ago

Yeah, they would. I might have time to do some research on this today.

septor commented 8 years ago

I made a post on Google+ to hopefully get some feedback on this.

I did some looking yesterday and I still have some kinks to work out before I can get some serious testing done and before I can start implementing this into Date+, but I'm looking forward to getting this added in.

septor commented 8 years ago

Just an update (if you're tracking this):

I've managed to successfully pull calendar data (it, so far as I can tell, pulls all the calendar data from the user's account, so that's pretty great) and display it (not in e107, but it's easy enough that it won't be too difficult to port over).

The problem I'm having right now (is getting enough time to sit down and work on this for a solid stretch of time!!!!) is inserting a new event into a calendar. I'm going to scrap most of my code and start fresh, since I think I'm mucking something up with so much going on!

So basically, I'm in a much better place with this than the previous post!

Norwayman commented 8 years ago

That is great news, man! :) Do the stuff when you have time. Remeber, this is just a hobby! :) Looking forward to the progress.

septor commented 8 years ago

Good news, I have successfully created a new event with the code!

Now I just need to do some further testing and then I'll start pushing the code to the plugin.

septor commented 8 years ago

Alright! I'm ready to start merging the code into the plugin.

Should this replace the current Userday system or be an additional thing?

Norwayman commented 8 years ago

I think maybe it should be optional. Never good to force anyone. What do you think?

  1. jan. 2016 15:04 skrev "Patrick Weaver" notifications@github.com:

Alright! I'm ready to start merging the code into the plugin.

Should this replace the current Userday system or be an additional thing?

— Reply to this email directly or view it on GitHub https://github.com/septor/dateplus/issues/3#issuecomment-169804713.

septor commented 8 years ago

I think it should be an additional, optional, addition.

I'm really considering just making a plugin that utilizes Google Calendar instead of adding the stuff into this plugin since you're going to either use the features of Date+ or you're going to use the Google Calendar stuff (which is far and away a better option, imo).

No point in having the overhead of the other features if you'll never use them, you know?

Thoughts?

Norwayman commented 8 years ago

Yes, I definately think I agree with you :)